COSObjectable
PDRectlinearMeasureDictionary
public class PDMeasureDictionary extends java.lang.Object implements COSObjectable
Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
TYPE |
The type of the dictionary.
|
Modifier | Constructor | Description |
---|---|---|
protected |
PDMeasureDictionary() |
Constructor.
|
|
PDMeasureDictionary(COSDictionary dictionary) |
Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
COSBase |
getCOSObject() |
Convert this standard java object to a COS object.
|
COSDictionary |
getDictionary() |
This will return the corresponding dictionary.
|
java.lang.String |
getSubtype() |
returns the subtype of the measure dictionary.
|
java.lang.String |
getType() |
This will return the type of the measure dictionary.
|
protected void |
setSubtype(java.lang.String subtype) |
This will set the subtype of the measure dictionary.
|
public static final java.lang.String TYPE
protected PDMeasureDictionary()
public PDMeasureDictionary(COSDictionary dictionary)
dictionary
- the corresponding dictionarypublic COSBase getCOSObject()
getCOSObject
in interface COSObjectable
public COSDictionary getDictionary()
public java.lang.String getType()
public java.lang.String getSubtype()
protected void setSubtype(java.lang.String subtype)
subtype
- the subtype of the measure dictionary