All Superinterfaces:
Serializable
All Known Implementing Classes:
FrameImpl

public interface Frame extends Serializable
The Interface Frame.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the area.
    Gets the bbox.
    boolean
    Checks if is primary.
    boolean
    Checks if is visible.
    void
    setArea(Area area)
    Sets the area.
    void
    setBbox(BBox bbox)
    Sets the bbox.
    void
    setPrimary(boolean primary)
    Sets the primary.
    void
    setVisible(boolean visible)
    Sets the visible.
  • Method Details

    • isPrimary

      boolean isPrimary()
      Checks if is primary.
      Returns:
      true, if is primary
    • setPrimary

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

      boolean isVisible()
      Checks if is visible.
      Returns:
      true, if is visible
    • setVisible

      void setVisible(boolean visible)
      Sets the visible.
      Parameters:
      visible - the new visible
    • 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: