DynamicPDF by ceTe Software

com.cete.dynamicpdf
Class BoundingBox

java.lang.Object
  extended by com.cete.dynamicpdf.BoundingBox

public class BoundingBox
extends java.lang.Object

Represents a BoundingBox.

Licensing:
This class is a DynamicPDF Generator Enterprise Edition feature. One of the following licenses is required for non-evaluation usage:

View Example


Constructor Summary
BoundingBox(float left, float bottom, float right, float top)
          Initializes a new instance of the BoundingBox class.
BoundingBox(Page page, float x, float y, float width, float height, float angle)
          Initializes a new instance of the BoundingBox class.
 
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

BoundingBox

public BoundingBox(float left,
                   float bottom,
                   float right,
                   float top)
Initializes a new instance of the BoundingBox class.

Parameters:
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.

BoundingBox

public BoundingBox(Page page,
                   float x,
                   float y,
                   float width,
                   float height,
                   float angle)
Initializes a new instance of the BoundingBox class.

Parameters:
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

setBBox

public void setBBox(float left,
                    float bottom,
                    float right,
                    float top)
Sets the bounding box.

Parameters:
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

API Reference for DynamicPDF v10.04 for Java generated on September 25, 2019
© Copyright 2019, ceTe Software