| 
 | DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cete.dynamicpdf.BoundingBox
public class BoundingBox
Represents a BoundingBox.
Licensing:
This class is a DynamicPDF Generator Enterprise Edition
 feature. One of the following licenses is required for non-evaluation usage:
 
| Constructor Summary | |
|---|---|
| BoundingBox(float left,
            float bottom,
            float right,
            float top)Initializes a new instance of the BoundingBoxclass. | |
| BoundingBox(Page page,
            float x,
            float y,
            float width,
            float height,
            float angle)Initializes a new instance of the BoundingBoxclass. | |
| Method Summary | |
|---|---|
|  void | setBBox(float left,
        float bottom,
        float right,
        float top)Sets the bounding box. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public BoundingBox(float left,
                   float bottom,
                   float right,
                   float top)
BoundingBox class.
left - The left edge of the bounding box.bottom - The bottom edge of the bounding box.right - The right edge of the bounding box.top - The right edge of the bounding box.
public BoundingBox(Page page,
                   float x,
                   float y,
                   float width,
                   float height,
                   float angle)
BoundingBox class.
page - page of the document.x - X coordinate of the page element.y - Y coordinate of the page element.width - width  of the page element.height - height  of the page element.angle - angle of the page element.| Method Detail | 
|---|
public void setBBox(float left,
                    float bottom,
                    float right,
                    float top)
left - The left edge of the bounding box.bottom - The bottom edge of the bounding box.right - The right edge of the bounding box.top - The top edge of the bounding box.| 
 | DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||