Class FrameImpl

java.lang.Object
com.priint.pubserver.metadata.xml.base.DocumentElementImpl
com.priint.pubserver.metadata.xml.group.FrameImpl
All Implemented Interfaces:
DocumentElement, Frame, Serializable

public class FrameImpl extends DocumentElementImpl implements Frame
The type Frame.
See Also:
  • Constructor Details

    • FrameImpl

      public FrameImpl()
  • Method Details

    • getOrigin

      public Origin getOrigin()
      Description copied from interface: Frame
      Gets the origin.
      Specified by:
      getOrigin in interface Frame
      Returns:
      the origin
      See Also:
    • 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:
    • isPrimary

      public 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(Boolean primary)
      Description copied from interface: Frame
      Sets the primary.
      Specified by:
      setPrimary in interface Frame
      Parameters:
      primary - the new primary value
    • isVisible

      public 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(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:
    • 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:
    • getArea

      public Area getArea()
      Description copied from interface: Frame
      Gets the area.
      Specified by:
      getArea in interface Frame
      Returns:
      the area
      See Also:
    • 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:
    • setLabel

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

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