Class FrameImpl

    • Constructor Detail

      • FrameImpl

        public FrameImpl()
    • Method Detail

      • isPrimary

        public boolean isPrimary()
        Description copied from interface: Frame
        Checks if is primary.
        Specified by:
        isPrimary in interface Frame
        Returns:
        true, if is primary
      • setPrimary

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

        public boolean isVisible()
        Description copied from interface: Frame
        Checks if is visible.
        Specified by:
        isVisible in interface Frame
        Returns:
        true, if is visible
      • setVisible

        public void setVisible​(boolean visible)
        Description copied from interface: Frame
        Sets the visible.
        Specified by:
        setVisible in interface Frame
        Parameters:
        visible - the new visible
      • 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