Package edu.mit.blocks.codeblocks

Examples of edu.mit.blocks.codeblocks.BlockShape


        //form basic shape
        if (getBlock().isInfix()) {
            blockShape = new InfixBlockShape(this);
        } else {
            blockShape = new BlockShape(this);
        }

        if (!isLoading) {
            //reformBlockShape so as to update socket points to position labels and setBounds of this rb
            reformBlockShape();
View Full Code Here

TOP

Related Classes of edu.mit.blocks.codeblocks.BlockShape

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.