Class FramesImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.group.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 BBoxgetBbox()Gets the bbox.java.util.List<Frame>getFrame()Gets the frame.voidsetBbox(BBox bbox)Sets the bbox.voidsetFrame(java.util.List<Frame> frame)Sets the frame.
-
-
-
Method Detail
-
getFrame
public java.util.List<Frame> getFrame()
Description copied from interface:FramesGets the frame.
-
-