Class Destination

java.lang.Object
net.atthegate.server.service.pdf.Destination

public class Destination extends Object
Used to create PDF destination objects.
  • Constructor Details

    • Destination

      public Destination(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(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.
  • Method Details

    • setPageObjNumber

      protected void setPageObjNumber(int pageObjNumber)