|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.powerml.structures.shapes.Shape
com.powerml.structures.shapes.ShapeGroup
Represents a group of shapes.
| Method Summary | |
double |
getScaleX()
Returns the x scaling factor. |
double |
getScaleY()
Returns the y scaling factor. |
java.util.ArrayList |
getShapes()
Returns the shapes contained in the group in z order (topmost last) |
int |
getTypeId()
Returns the shape type ID ( ShapeTypes.GROUP). |
boolean |
isTopLevel()
Checks whether the group is the top level group (i.e. if it has no parent group) |
| Methods inherited from class com.powerml.structures.shapes.Shape |
addXml, getAngle, getDescription, getFillStyle, getHeight, getHyperlink, getId, getLineStyle, getMasterShapeId, getParentGroup, getPlaceholderDescriptor, getShadowStyle, getSpatialStyle, getText, getTextLayout, getWidth, getX, getY, isHorizontalFlip, isVerticalFlip |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public double getScaleX()
public double getScaleY()
public java.util.ArrayList getShapes()
public int getTypeId()
ShapeTypes.GROUP).
getTypeId in class ShapeShape.getTypeId()public boolean isTopLevel()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||