| 
 | 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.PageElement
com.cete.dynamicpdf.pageelements.Group
com.cete.dynamicpdf.pageelements.ContentArea
public class ContentArea
Represents group of content with area.
Licensing:
This class is a DynamicPDF Generator Professional Edition
 feature. One of the following licenses is required for non-evaluation usage:
 
| Constructor Summary | |
|---|---|
| ContentArea(float x,
            float y,
            float width,
            float height)Initializes a new instance of the ContentAreaclass. | |
| Method Summary | |
|---|---|
|  void | draw(PageWriter writer)Draws the Content Area to the given PageWriter object. | 
|  float | getHeight()Get the height of the content area. | 
|  float | getWidth()Get the width of the content area. | 
|  float | getX()Gets the X coordinate of the content area. | 
|  float | getY()Gets the Y coordinate of the content area. | 
|  void | setHeight(float value)Set the height of the content area. | 
|  void | setWidth(float value)Set the width of the content area. | 
|  void | setX(float value)Sets the X coordinate of the content area. | 
|  void | setY(float value)Sets the Y coordinate of the content area. | 
| Methods inherited from class com.cete.dynamicpdf.pageelements.Group | 
|---|
| add, getEnumerator, getPageElement, getPageElement, getPageElementByID, hasElements, hasPageElements, insert, size | 
| Methods inherited from class com.cete.dynamicpdf.PageElement | 
|---|
| getRequiredLicenseLevel, getStrID, setRequiredLicenseLevel, setStrID | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ContentArea(float x,
                   float y,
                   float width,
                   float height)
ContentArea class.
x - X coordinate of the content area.y - Y coordinate of the content area.width - Width of the content area.height - Height of the content area.ContentArea| Method Detail | 
|---|
public void draw(PageWriter writer)
draw in class Groupwriter - PageWriter object to receive the content area's output.PageWriterpublic float getX()
public void setX(float value)
value - the X coordinate of the content area.public float getY()
public void setY(float value)
value - the Y coordinate of the content area.public float getWidth()
public void setWidth(float value)
value - the width of the content area.public float getHeight()
public void setHeight(float value)
value - the height of the content area.| 
 | DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||