Interface Frame

All Superinterfaces:
DocumentElement, Serializable
All Known Implementing Classes:
FrameImpl

public interface Frame extends Serializable, DocumentElement
The Interface Frame.
  • Method Details

    • getOrigin

      Origin getOrigin()
      Gets the origin.
      Returns:
      the origin
      See Also:
    • setOrigin

      void setOrigin(Origin origin)
      Sets the origin.
      Parameters:
      origin - the new origin
      See Also:
    • isPrimary

      Boolean isPrimary()
      Checks if a Frame is a primary one.
      Returns:
      the boolean
    • setPrimary

      void setPrimary(Boolean primary)
      Sets the primary.
      Parameters:
      primary - the new primary value
    • isVisible

      Boolean isVisible()
      Checks if a given Frame is visible.
      Returns:
      the boolean
    • setVisible

      void setVisible(Boolean visible)
      Sets if a given Frame is visible.
      Parameters:
      visible - the new visible value
    • getBbox

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

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

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

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

      void setLabel(String label)
      Sets the label
      Parameters:
      label - the label to set
    • getLabel

      String getLabel()
      Gets the label of this frame
      Returns:
      the label