|
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
public abstract class PageElement
Base class from which all page elements are derived.
Licensing:
This class is a DynamicPDF Generator Professional Edition
feature. One of the following licenses is required for non-evaluation usage:
| Constructor Summary | |
|---|---|
protected |
PageElement()
Initializes a new instance of the PageElement class. |
| Method Summary | |
|---|---|
abstract void |
draw(PageWriter writer)
Draws the page element to the given PageWriter class. |
int |
getRequiredLicenseLevel()
Gets the required license level of the page element. |
java.lang.String |
getStrID()
Gets the ID of the page element. |
protected void |
setRequiredLicenseLevel(int level)
Sets the required license level. |
void |
setStrID(java.lang.String strID)
Sets the ID of the page element. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected PageElement()
PageElement class.
| Method Detail |
|---|
public void setStrID(java.lang.String strID)
strID - the String value indicating the ID of the page element.public java.lang.String getStrID()
public int getRequiredLicenseLevel()
public abstract void draw(PageWriter writer)
PageWriter class.
writer - the PageWriter class to receive the page elements output.PageWriterprotected void setRequiredLicenseLevel(int level)
level - the int value indicating the license level.
|
DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||