Class BBoxImpl

java.lang.Object
com.priint.pubserver.metadata.xml.base.BBoxImpl
All Implemented Interfaces:
BBox, Serializable

public class BBoxImpl extends Object implements Serializable, BBox
See Also:
  • Constructor Details

    • BBoxImpl

      public BBoxImpl()
  • Method Details

    • getRect

      public List<Rect> getRect()
      Description copied from interface: BBox

      Gets 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).

      Specified by:
      getRect in interface BBox
      Returns:
      rectangle or list of rectangles of this bbox
    • setRect

      public void setRect(List<Rect> rect)
      Description copied from interface: BBox

      Sets 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).

      Specified by:
      setRect in interface BBox
      Parameters:
      rect - the new rect