Class PointData

All Implemented Interfaces:
Serializable

public class PointData extends PdfDictionary
A Point Data dictionary.
Since:
5.1.0
See Also:
  • Field Details

    • names

      protected PdfArray names
      An array of names that identify the internal data elements of the individual point arrays in the XPTS array.
    • xpts

      protected PdfArray xpts
      An array with XPTS values.
  • Constructor Details

    • PointData

      public PointData()
      Creates a Point Data dictionary.
  • Method Details

    • addXPTSValue

      public void addXPTSValue(PdfNumber value, PtIdentifier identifier)
      Adds a point to the Point Data dictionary.
      Parameters:
      value - an XPTS value
      identifier -