Package | Description |
---|---|
org.apache.pdfbox.pdmodel.interactive.measurement |
The measurement package contains classes that work with elements specifying measure properties.
|
Modifier and Type | Method and Description |
---|---|
PDNumberFormatDictionary[] |
PDRectlinearMeasureDictionary.getAngles()
This will return the angles.
|
PDNumberFormatDictionary[] |
PDRectlinearMeasureDictionary.getAreas()
This will return the areas.
|
PDNumberFormatDictionary[] |
PDRectlinearMeasureDictionary.getChangeXs()
This will return the changes along the x-axis.
|
PDNumberFormatDictionary[] |
PDRectlinearMeasureDictionary.getChangeYs()
This will return the changes along the y-axis.
|
PDNumberFormatDictionary[] |
PDRectlinearMeasureDictionary.getDistances()
This will return the distances.
|
PDNumberFormatDictionary[] |
PDRectlinearMeasureDictionary.getLineSloaps()
This will return the sloaps of a line.
|
Modifier and Type | Method and Description |
---|---|
void |
PDRectlinearMeasureDictionary.setAngles(PDNumberFormatDictionary[] angles)
This will set the angles.
|
void |
PDRectlinearMeasureDictionary.setAreas(PDNumberFormatDictionary[] areas)
This will set the areas.
|
void |
PDRectlinearMeasureDictionary.setChangeXs(PDNumberFormatDictionary[] changeXs)
This will set the changes along the x-axis.
|
void |
PDRectlinearMeasureDictionary.setChangeYs(PDNumberFormatDictionary[] changeYs)
This will set the changes along the y-axis.
|
void |
PDRectlinearMeasureDictionary.setDistances(PDNumberFormatDictionary[] distances)
This will set the distances.
|
void |
PDRectlinearMeasureDictionary.setLineSloaps(PDNumberFormatDictionary[] lineSloaps)
This will set the sloaps of a line.
|
Copyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.