Class FrameImpl

    • Constructor Detail

      • FrameImpl

        public FrameImpl()
    • Method Detail

      • getOrigin

        public Origin getOrigin()
        Description copied from interface: Frame
        Gets the origin.
        Specified by:
        getOrigin in interface Frame
        Returns:
        the origin
        See Also:
        Origin
      • setOrigin

        public void setOrigin​(Origin origin)
        Description copied from interface: Frame
        Sets the origin.
        Specified by:
        setOrigin in interface Frame
        Parameters:
        origin - the new origin
        See Also:
        Origin
      • isPrimary

        public java.lang.Boolean isPrimary()
        Description copied from interface: Frame
        Checks if a Frame is a primary one.
        Specified by:
        isPrimary in interface Frame
        Returns:
        the boolean
      • setPrimary

        public void setPrimary​(java.lang.Boolean primary)
        Description copied from interface: Frame
        Sets the primary.
        Specified by:
        setPrimary in interface Frame
        Parameters:
        primary - the new primary value
      • isVisible

        public java.lang.Boolean isVisible()
        Description copied from interface: Frame
        Checks if a given Frame is visible.
        Specified by:
        isVisible in interface Frame
        Returns:
        the boolean
      • setVisible

        public void setVisible​(java.lang.Boolean visible)
        Description copied from interface: Frame
        Sets if a given Frame is visible.
        Specified by:
        setVisible in interface Frame
        Parameters:
        visible - the new visible value
      • getBbox

        public BBox getBbox()
        Description copied from interface: Frame
        Gets the bbox.
        Specified by:
        getBbox in interface Frame
        Returns:
        the bbox
        See Also:
        BBox
      • setBbox

        public void setBbox​(BBox bbox)
        Description copied from interface: Frame
        Sets the bbox.
        Specified by:
        setBbox in interface Frame
        Parameters:
        bbox - the new bbox
        See Also:
        BBox
      • getArea

        public Area getArea()
        Description copied from interface: Frame
        Gets the area.
        Specified by:
        getArea in interface Frame
        Returns:
        the area
        See Also:
        Area
      • setArea

        public void setArea​(Area area)
        Description copied from interface: Frame
        Sets the area.
        Specified by:
        setArea in interface Frame
        Parameters:
        area - the new area
        See Also:
        Area
      • setLabel

        public void setLabel​(java.lang.String label)
        Description copied from interface: Frame
        Sets the label
        Specified by:
        setLabel in interface Frame
        Parameters:
        label - the label to set
      • getLabel

        public java.lang.String getLabel()
        Description copied from interface: Frame
        Gets the label of this frame
        Specified by:
        getLabel in interface Frame
        Returns:
        the label