Uses of Class
codeblocks.CustomBlockShapeSet.CustomBlockShape

Packages that use CustomBlockShapeSet.CustomBlockShape
codeblocks   
 

Uses of CustomBlockShapeSet.CustomBlockShape in codeblocks
 

Fields in codeblocks with type parameters of type CustomBlockShapeSet.CustomBlockShape
 java.util.ArrayList<CustomBlockShapeSet.CustomBlockShape> CustomBlockShapeSet.customBlockShapes
          Contains all of the custom block shapes that are being used in a project.
 

Methods in codeblocks with parameters of type CustomBlockShapeSet.CustomBlockShape
protected  void CustomBlockShapeSet.addCustomBlockShape(CustomBlockShapeSet.CustomBlockShape customBlockShape)
          Add CustomBlockShape to the array of customBlockShapes.