Interface Frames
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
FramesImpl
public interface Frames extends java.io.SerializableThe Interface Frames.
-
-
Method Summary
All Methods Instance Methods Abstract 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.
-