COSObjectablepublic class PDRectlinearMeasureDictionary extends PDMeasureDictionary
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
SUBTYPE |
The subtype of the rectlinear measure dictionary.
|
TYPE| Constructor | Description |
|---|---|
PDRectlinearMeasureDictionary() |
Constructor.
|
PDRectlinearMeasureDictionary(COSDictionary dictionary) |
Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
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.
|
java.lang.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(java.lang.String scaleRatio) |
This will set the scale ration.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCOSObject, getSubtype, getType, setSubtypepublic static final java.lang.String SUBTYPE
public PDRectlinearMeasureDictionary()
public PDRectlinearMeasureDictionary(COSDictionary dictionary)
dictionary - the corresponding dictionarypublic java.lang.String getScaleRatio()
public void setScaleRatio(java.lang.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 factorCopyright © 2002–2018. All rights reserved.