public class PDRectlinearMeasureDictionary extends PDMeasureDictionary
| Modifier and Type | Field and Description | 
|---|---|
| static String | SUBTYPEThe subtype of the rectlinear measure dictionary. | 
TYPE| Constructor and Description | 
|---|
| PDRectlinearMeasureDictionary()Constructor. | 
| PDRectlinearMeasureDictionary(COSDictionary dictionary)Constructor. | 
| Modifier and Type | Method and 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. | 
| 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. | 
getCOSObject, getDictionary, getSubtype, getType, setSubtypepublic static final String SUBTYPE
public PDRectlinearMeasureDictionary()
public PDRectlinearMeasureDictionary(COSDictionary dictionary)
dictionary - the corresponding dictionarypublic 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 factorCopyright © 2002–2016 The Apache Software Foundation. All rights reserved.