Package net.atthegate.server.service.pdf
Class Destination
java.lang.Object
net.atthegate.server.service.pdf.Destination
Used to create PDF destination objects.
-
Constructor Summary
ConstructorsConstructorDescriptionDestination
(String name, double yPosition) This class is used to create destination objects.Destination
(String name, float yPosition) This class is used to create destination objects. -
Method Summary
-
Constructor Details
-
Destination
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
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.
-
-
Method Details
-
setPageObjNumber
protected void setPageObjNumber(int pageObjNumber)
-