java.lang.Objectcom.pdfjet.Destination
public class Destination
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 |
|---|
public Destination(java.lang.String name,
double yPosition)
name - the name of this destination object.yPosition - the y coordinate of the top left corner.
public Destination(java.lang.String name,
float yPosition)
name - the name of this destination object.yPosition - the y coordinate of the top left corner.