|
||||||||||
| 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 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. |
String |
getSubtype()
returns the subtype of the measure dictionary. |
String |
getType()
This will return the type of the measure dictionary. |
protected void |
setSubtype(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 String TYPE
| Constructor Detail |
|---|
protected PDMeasureDictionary()
public PDMeasureDictionary(COSDictionary dictionary)
dictionary - the corresponding dictionary| Method Detail |
|---|
public COSBase getCOSObject()
getCOSObject in interface COSObjectablepublic COSDictionary getDictionary()
public String getType()
public String getSubtype()
protected void setSubtype(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 | |||||||||