Class FramesImpl

  • All Implemented Interfaces:
    Frames, java.io.Serializable

    public class FramesImpl
    extends java.lang.Object
    implements java.io.Serializable, Frames
    The type Frames.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      FramesImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      BBox getBbox()
      Gets the bbox.
      java.util.List<Frame> getFrame()
      Gets the frame.
      void setBbox​(BBox bbox)
      Sets the bbox.
      void setFrame​(java.util.List<Frame> frame)
      Sets the frame.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FramesImpl

        public FramesImpl()
    • Method Detail

      • getBbox

        public BBox getBbox()
        Description copied from interface: Frames
        Gets the bbox.
        Specified by:
        getBbox in interface Frames
        Returns:
        the bbox
        See Also:
        BBox
      • setBbox

        public void setBbox​(BBox bbox)
        Description copied from interface: Frames
        Sets the bbox.
        Specified by:
        setBbox in interface Frames
        Parameters:
        bbox - the new bbox
        See Also:
        BBox
      • getFrame

        public java.util.List<Frame> getFrame()
        Description copied from interface: Frames
        Gets the frame.
        Specified by:
        getFrame in interface Frames
        Returns:
        the frame
        See Also:
        Frame
      • setFrame

        public void setFrame​(java.util.List<Frame> frame)
        Description copied from interface: Frames
        Sets the frame.
        Specified by:
        setFrame in interface Frames
        Parameters:
        frame - the new frame
        See Also:
        Frame