Interface Frame

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    FrameImpl

    public interface Frame
    extends java.io.Serializable
    The Interface Frame.
    • Method Detail

      • isPrimary

        boolean isPrimary()
        Checks if is primary.
        Returns:
        true, if is primary
      • setPrimary

        void setPrimary​(boolean primary)
        Sets the primary.
        Parameters:
        primary - the new primary
      • isVisible

        boolean isVisible()
        Checks if is visible.
        Returns:
        true, if is visible
      • setVisible

        void setVisible​(boolean visible)
        Sets the visible.
        Parameters:
        visible - the new visible
      • getBbox

        BBox getBbox()
        Gets the bbox.
        Returns:
        the bbox
        See Also:
        BBox
      • setBbox

        void setBbox​(BBox bbox)
        Sets the bbox.
        Parameters:
        bbox - the new bbox
        See Also:
        BBox
      • getArea

        Area getArea()
        Gets the area.
        Returns:
        the area
        See Also:
        Area
      • setArea

        void setArea​(Area area)
        Sets the area.
        Parameters:
        area - the new area
        See Also:
        Area