Class PointData

  • All Implemented Interfaces:
    java.io.Serializable

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

      • 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 Detail

      • PointData

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

      • addXPTSValue

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