|
||||||||||
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
org.apache.pdfbox.pdmodel.interactive.measurement.PDRectlinearMeasureDictionary
public class PDRectlinearMeasureDictionary
This class represents a rectlinear measure dictionary.
Field Summary | |
---|---|
static String |
SUBTYPE
The subtype of the rectlinear measure dictionary. |
Fields inherited from class org.apache.pdfbox.pdmodel.interactive.measurement.PDMeasureDictionary |
---|
TYPE |
Constructor Summary | |
---|---|
PDRectlinearMeasureDictionary()
Constructor. |
|
PDRectlinearMeasureDictionary(COSDictionary dictionary)
Constructor. |
Method Summary | |
---|---|
PDNumberFormatDictionary[] |
getAngles()
This will return the angles. |
PDNumberFormatDictionary[] |
getAreas()
This will return the areas. |
PDNumberFormatDictionary[] |
getChangeXs()
This will return the changes along the x-axis. |
PDNumberFormatDictionary[] |
getChangeYs()
This will return the changes along the y-axis. |
float[] |
getCoordSystemOrigin()
This will return the origin of the coordinate system. |
float |
getCYX()
This will return the CYX factor. |
PDNumberFormatDictionary[] |
getDistances()
This will return the distances. |
PDNumberFormatDictionary[] |
getLineSloaps()
This will return the sloaps of a line. |
String |
getScaleRatio()
This will return the scale ration. |
void |
setAngles(PDNumberFormatDictionary[] angles)
This will set the angles. |
void |
setAreas(PDNumberFormatDictionary[] areas)
This will set the areas. |
void |
setChangeXs(PDNumberFormatDictionary[] changeXs)
This will set the changes along the x-axis. |
void |
setChangeYs(PDNumberFormatDictionary[] changeYs)
This will set the changes along the y-axis. |
void |
setCoordSystemOrigin(float[] coordSystemOrigin)
This will set the origin of the coordinate system. |
void |
setCYX(float cyx)
This will set the CYX factor. |
void |
setDistances(PDNumberFormatDictionary[] distances)
This will set the distances. |
void |
setLineSloaps(PDNumberFormatDictionary[] lineSloaps)
This will set the sloaps of a line. |
void |
setScaleRatio(String scaleRatio)
This will set the scale ration. |
Methods inherited from class org.apache.pdfbox.pdmodel.interactive.measurement.PDMeasureDictionary |
---|
getCOSObject, getDictionary, getSubtype, getType, setSubtype |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String SUBTYPE
Constructor Detail |
---|
public PDRectlinearMeasureDictionary()
public PDRectlinearMeasureDictionary(COSDictionary dictionary)
dictionary
- the corresponding dictionaryMethod Detail |
---|
public String getScaleRatio()
public void setScaleRatio(String scaleRatio)
scaleRatio
- the scale ratio.public PDNumberFormatDictionary[] getChangeXs()
public void setChangeXs(PDNumberFormatDictionary[] changeXs)
changeXs
- changes along the x-axispublic PDNumberFormatDictionary[] getChangeYs()
public void setChangeYs(PDNumberFormatDictionary[] changeYs)
changeYs
- changes along the y-axispublic PDNumberFormatDictionary[] getDistances()
public void setDistances(PDNumberFormatDictionary[] distances)
distances
- distancespublic PDNumberFormatDictionary[] getAreas()
public void setAreas(PDNumberFormatDictionary[] areas)
areas
- areaspublic PDNumberFormatDictionary[] getAngles()
public void setAngles(PDNumberFormatDictionary[] angles)
angles
- anglespublic PDNumberFormatDictionary[] getLineSloaps()
public void setLineSloaps(PDNumberFormatDictionary[] lineSloaps)
lineSloaps
- the sloaps of a linepublic float[] getCoordSystemOrigin()
public void setCoordSystemOrigin(float[] coordSystemOrigin)
coordSystemOrigin
- the originpublic float getCYX()
public void setCYX(float cyx)
cyx
- CYX factor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |