com.pdfjet
Class Destination

java.lang.Object
  extended by com.pdfjet.Destination

public class Destination
extends java.lang.Object

Used to create PDF destination objects.


Constructor Summary
Destination(java.lang.String name, double yPosition)
          This class is used to create destination objects.
Destination(java.lang.String name, float yPosition)
          This class is used to create destination objects.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Destination

public Destination(java.lang.String name,
                   double yPosition)
This class is used to create destination objects.

Parameters:
name - the name of this destination object.
yPosition - the y coordinate of the top left corner.

Destination

public Destination(java.lang.String name,
                   float yPosition)
This class is used to create destination objects.

Parameters:
name - the name of this destination object.
yPosition - the y coordinate of the top left corner.