|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pdfbox.pdmodel.interactive.measurement.PDMeasureDictionary
public class PDMeasureDictionary
This class represents a measure dictionary.
Field Summary | |
---|---|
static java.lang.String |
TYPE
The type of the dictionary. |
Constructor Summary | |
---|---|
protected |
PDMeasureDictionary()
Constructor. |
|
PDMeasureDictionary(COSDictionary dictionary)
Constructor. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String TYPE
Constructor Detail |
---|
protected PDMeasureDictionary()
public PDMeasureDictionary(COSDictionary dictionary)
dictionary
- the corresponding dictionaryMethod Detail |
---|
public 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |