public interface GroupShape<S extends Shape<S,P>,P extends TextParagraph<S,P,?>> extends Shape<S,P>, ShapeContainer<S,P>, PlaceableShape<S,P>
| Modifier and Type | Method and Description |
|---|---|
java.awt.Rectangle |
getInteriorAnchor()
Gets the coordinate space of this group.
|
void |
setInteriorAnchor(java.awt.Rectangle anchor)
Sets the coordinate space of this group.
|
addShape, createAutoShape, createConnector, createFreeform, createGroup, createPicture, createTable, createTextBox, getShapes, removeShapegetAnchor, getFlipHorizontal, getFlipVertical, getParent, getRotation, setAnchor, setFlipHorizontal, setFlipVertical, setRotationjava.awt.Rectangle getInteriorAnchor()
void setInteriorAnchor(java.awt.Rectangle anchor)
anchor - the coordinate space of this groupCopyright 2016 The Apache Software Foundation or its licensors, as applicable.