|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcodeblocks.CustomBlockShapeSet
public abstract class CustomBlockShapeSet
Nested Class Summary | |
---|---|
class |
CustomBlockShapeSet.CustomBlockShape
Internal CustomBlockShape class. |
Field Summary | |
---|---|
java.util.ArrayList<CustomBlockShapeSet.CustomBlockShape> |
customBlockShapes
Contains all of the custom block shapes that are being used in a project. |
Constructor Summary | |
---|---|
CustomBlockShapeSet()
|
Method Summary | |
---|---|
protected void |
addCustomBlockShape(CustomBlockShapeSet.CustomBlockShape customBlockShape)
Add CustomBlockShape to the array of customBlockShapes. |
boolean |
checkCustomShapes(Block b,
java.awt.geom.Point2D[] cornerPoints,
int labelsWidth,
int totalSocketHeight)
Checks if the given block is a "special shape" that has custom dimensions. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.util.ArrayList<CustomBlockShapeSet.CustomBlockShape> customBlockShapes
Constructor Detail |
---|
public CustomBlockShapeSet()
Method Detail |
---|
protected void addCustomBlockShape(CustomBlockShapeSet.CustomBlockShape customBlockShape)
public boolean checkCustomShapes(Block b, java.awt.geom.Point2D[] cornerPoints, int labelsWidth, int totalSocketHeight)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |