Uses of Class
org.sejda.sambox.pdmodel.interactive.measurement.PDNumberFormatDictionary
Packages that use PDNumberFormatDictionary
Package
Description
The measurement package contains classes that work with elements specifying measure properties.
-
Uses of PDNumberFormatDictionary in org.sejda.sambox.pdmodel.interactive.measurement
Methods in org.sejda.sambox.pdmodel.interactive.measurement that return PDNumberFormatDictionaryModifier and TypeMethodDescriptionPDRectlinearMeasureDictionary.getAngles()This will return the angles.PDRectlinearMeasureDictionary.getAreas()This will return the areas.PDRectlinearMeasureDictionary.getChangeXs()This will return the changes along the x-axis.PDRectlinearMeasureDictionary.getChangeYs()This will return the changes along the y-axis.PDRectlinearMeasureDictionary.getDistances()This will return the distances.PDRectlinearMeasureDictionary.getLineSloaps()This will return the sloaps of a line.Methods in org.sejda.sambox.pdmodel.interactive.measurement with parameters of type PDNumberFormatDictionaryModifier and TypeMethodDescriptionvoidPDRectlinearMeasureDictionary.setAngles(PDNumberFormatDictionary[] angles) This will set the angles.voidPDRectlinearMeasureDictionary.setAreas(PDNumberFormatDictionary[] areas) This will set the areas.voidPDRectlinearMeasureDictionary.setChangeXs(PDNumberFormatDictionary[] changeXs) This will set the changes along the x-axis.voidPDRectlinearMeasureDictionary.setChangeYs(PDNumberFormatDictionary[] changeYs) This will set the changes along the y-axis.voidPDRectlinearMeasureDictionary.setDistances(PDNumberFormatDictionary[] distances) This will set the distances.voidPDRectlinearMeasureDictionary.setLineSloaps(PDNumberFormatDictionary[] lineSloaps) This will set the sloaps of a line.