org.apache.poi.sl.usermodel
Interface GroupShape<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>

All Superinterfaces:
java.lang.Iterable<S>, PlaceableShape<S,P>, Shape<S,P>, ShapeContainer<S,P>

public interface GroupShape<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>
extends Shape<S,P>, ShapeContainer<S,P>, PlaceableShape<S,P>


Method Summary
 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.
 
Methods inherited from interface org.apache.poi.sl.usermodel.Shape
draw, getAnchor, getParent, getSheet
 
Methods inherited from interface org.apache.poi.sl.usermodel.ShapeContainer
addShape, createAutoShape, createConnector, createFreeform, createGroup, createPicture, createTable, createTextBox, getShapes, removeShape
 
Methods inherited from interface java.lang.Iterable
iterator
 
Methods inherited from interface org.apache.poi.sl.usermodel.PlaceableShape
getAnchor, getFlipHorizontal, getFlipVertical, getParent, getRotation, getSheet, setAnchor, setFlipHorizontal, setFlipVertical, setRotation
 

Method Detail

getInteriorAnchor

java.awt.geom.Rectangle2D getInteriorAnchor()
Gets the coordinate space of this group. All children are constrained to these coordinates.

Returns:
the coordinate space of this group

setInteriorAnchor

void setInteriorAnchor(java.awt.geom.Rectangle2D anchor)
Sets the coordinate space of this group. All children are constrained to these coordinates.

Parameters:
anchor - the coordinate space of this group