|
DynamicPDF by ceTe Software | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.cete.dynamicpdf.Action
|
+--com.cete.dynamicpdf.Destination
Class provides the base class from which destinations are derived.
| Constructor Summary | |
protected |
Destination(int pageNumber)
Initializes a new instance of the Destination class. |
| Method Summary | |
int |
getPageNumber()
Gets the page number targeted by the destination. |
void |
setPageNumber(int value)
Sets the page number targeted by the destination. |
| Methods inherited from class com.cete.dynamicpdf.Action |
draw |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected Destination(int pageNumber)
Destination class.
pageNumber - Page number targeted by the destination.Destination| Method Detail |
public void setPageNumber(int value)
public int getPageNumber()
|
DynamicPDF by ceTe Software | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||