Interface Frames

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    FramesImpl

    public interface Frames
    extends java.io.Serializable
    The Interface Frames.
    • Method Detail

      • getBbox

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

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

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

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