Interface GroupShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>

All Superinterfaces:
Iterable<S>, PlaceableShape<S,P>, Shape<S,P>, ShapeContainer<S,P>
All Known Implementing Classes:
HSLFGroupShape, HSLFTable, XSLFGroupShape

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>
  • Method Details

    • getInteriorAnchor

      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(Rectangle2D anchor)
      Sets the coordinate space of this group. All children are constrained to these coordinates.
      Parameters:
      anchor - the coordinate space of this group