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:
java.io.Serializable
- Direct Known Subclasses:
MeasureGeospatial
,MeasureRectilinear
public abstract class Measure extends PdfDictionary
Parent class for the Measure dictionaries.- Since:
- 5.1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Measure()
Creates a Measure dictionary.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description (package private) abstract PdfName
getSubType()
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
-
-
-
-
Method Detail
-
getSubType
abstract PdfName getSubType()
Gets the subtype (for internal use only).- Returns:
- the name of the SubType.
-
-