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