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

    • 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