public class ShapeGelem extends Gelem
Constructor and Description |
---|
ShapeGelem(java.lang.Object[] commands) |
ShapeGelem(java.lang.Object[][] commandsArray,
int numberOfLines,
int numberOfColumns,
boolean aspectRatio) |
ShapeGelem(java.lang.Object[] commands,
boolean aspectRatio) |
ShapeGelem(java.lang.Object[] commands,
int numberOfLines,
int numberOfColumns) |
ShapeGelem(java.lang.Object[] commands,
int numberOfLines,
int numberOfColumns,
boolean aspectRatio) |
className, draw, erase, height, intersects, isMutable, mutable, mutableDraw, mutableErase, numberOfColumns, numberOfLines, width, x, y
public ShapeGelem(java.lang.Object[] commands)
public ShapeGelem(java.lang.Object[] commands, boolean aspectRatio)
public ShapeGelem(java.lang.Object[] commands, int numberOfLines, int numberOfColumns)
public ShapeGelem(java.lang.Object[] commands, int numberOfLines, int numberOfColumns, boolean aspectRatio)
public ShapeGelem(java.lang.Object[][] commandsArray, int numberOfLines, int numberOfColumns, boolean aspectRatio)