DynamicPDF by ceTe Software

com.cete.dynamicpdf
Class Destination

java.lang.Object
  |
  +--com.cete.dynamicpdf.Action
        |
        +--com.cete.dynamicpdf.Destination
Direct Known Subclasses:
XYDestination, ZoomDestination

public abstract class Destination
extends Action

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

Destination

protected Destination(int pageNumber)
Initializes a new instance of the Destination class.

Parameters:
pageNumber - Page number targeted by the destination.
See Also:
Destination
Method Detail

setPageNumber

public void setPageNumber(int value)
Sets the page number targeted by the destination.


getPageNumber

public int getPageNumber()
Gets the page number targeted by the destination.


DynamicPDF by ceTe Software

API Reference for DynamicPDF™ for Java generated on December 20, 2005
© Copyright 2005, ceTe Software