Package com.itextpdf.text.pdf.spatial
Class Measure
java.lang.Object
com.itextpdf.text.pdf.PdfObject
com.itextpdf.text.pdf.PdfDictionary
com.itextpdf.text.pdf.spatial.Measure
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MeasureGeospatial
,MeasureRectilinear
Parent class for the Measure dictionaries.
- Since:
- 5.1.0
- See Also:
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) abstract PdfName
Gets the subtype (for internal use only).Methods inherited from class com.itextpdf.text.pdf.PdfDictionary
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
Methods inherited from class com.itextpdf.text.pdf.PdfObject
canBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, setIndRef, type
-
Constructor Details
-
Measure
public Measure()Creates a Measure dictionary.
-
-
Method Details
-
getSubType
Gets the subtype (for internal use only).- Returns:
- the name of the SubType.
-