|
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
|
+--com.cete.dynamicpdf.ZoomDestination
This class can be used to specify a certain page and X Y location for defining a Link or a Bookmark.
View Example
| Constructor Summary | |
ZoomDestination(int pageNumber,
PageZoom zoom)
Initializes a new instance of the ZoomDestination class. |
|
| Method Summary | |
void |
draw(DocumentWriter writer)
Draws the destination to the specified DocumentWriter object. |
PageZoom |
getZoom()
Gets the zoom used to display the destination. |
void |
setZoom(PageZoom value)
Sets the zoom used to display the destination. |
| Methods inherited from class com.cete.dynamicpdf.Destination |
getPageNumber, setPageNumber |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ZoomDestination(int pageNumber,
PageZoom zoom)
ZoomDestination class.
pageNumber - Page number targeted by the destination.zoom - Zoom used to display the destination.ZoomDestination| Method Detail |
public void setZoom(PageZoom value)
public PageZoom getZoom()
public void draw(DocumentWriter writer)
DocumentWriter object.
draw in class Actionwriter - DocumentWriter object to receive the destinations output.DocumentWriter
|
DynamicPDF by ceTe Software | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||