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

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

    • FrameImpl

      public FrameImpl()
  • Method Details

    • 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:
    • 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: