Class BBoxImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.base.BBoxImpl
-
- All Implemented Interfaces:
BBox,java.io.Serializable
public class BBoxImpl extends java.lang.Object implements java.io.Serializable, BBox
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BBoxImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Rect>getRect()Gets the rectangles of this bbox.voidsetRect(java.util.List<Rect> rect)Sets the rectangles for this bbox.
-
-
-
Method Detail
-
getRect
public java.util.List<Rect> getRect()
Description copied from interface:BBoxGets the rectangles of this bbox.
Gets the rectangles of this bbox. If the list contains more than one rectangle, the first one describes the rectangle in normal position and the second one including transformation (such as skew or rotation).
-
setRect
public void setRect(java.util.List<Rect> rect)
Description copied from interface:BBoxSets the rectangles for this bbox.
Sets the rectangles for this bbox. If the list contains more than one rectangle, the first one should describe the rectangle in normal position and the second one including transformation (such as skew or rotation).
-
-