Class BBoxImpl
java.lang.Object
com.priint.pubserver.metadata.xml.base.BBoxImpl
- All Implemented Interfaces:
BBox,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BBoxImpl
public BBoxImpl()
-
-
Method Details
-
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
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).
-