Interface Frames

All Superinterfaces:
Serializable
All Known Implementing Classes:
FramesImpl

public interface Frames extends Serializable
The Interface Frames.
  • Method Details

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

      List<Frame> getFrame()
      Gets the frame.
      Returns:
      the frame
      See Also:
    • setFrame

      void setFrame(List<Frame> frame)
      Sets the frame.
      Parameters:
      frame - the new frame
      See Also: