public class PointData extends PdfDictionary
Modifier and Type | Field and Description |
---|---|
protected PdfArray |
names
An array of names that identify the internal data elements of the individual point arrays in the XPTS array.
|
protected PdfArray |
xpts
An array with XPTS values.
|
Constructor and Description |
---|
PointData()
Creates a Point Data dictionary.
|
Modifier and Type | Method and Description |
---|---|
void |
addXPTSValue(PdfNumber value, PtIdentifier identifier)
Adds a point to the Point Data dictionary.
|
checkType, clear, contains, get, getAsArray, getAsBoolean, getAsDict, getAsIndirectObject, getAsName, getAsNumber, getAsStream, getAsString, getDirectObject, getKeys, isCatalog, isFont, isOutlineTree, isPage, isPages, merge, mergeDifferent, put, putAll, putEx, remove, size, toPdf, toString
canBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, setIndRef, type
protected PdfArray names
protected PdfArray xpts
public void addXPTSValue(PdfNumber value, PtIdentifier identifier)
value
- an XPTS value
identifier
-
Copyright © 2016. All rights reserved.