Package com.pspdfkit.annotations.measurements
Measurement tools APIs.
See: Description
-
Class Summary Class Description ScaleAndPrecision Collects both Scale and Precision into one abstract baseclass. MeasurementValueConfiguration Configures a measurement value and consists of a Scale, MeasurementPrecision, and a name for this configuration. Scale A ratio of the size of an object as displayed on a document page to the size of a corresponding real-world object. MeasurementInfo Measurement info object contains all the measurement information available in a measurement annotation. SecondaryMeasurementUnit This class holds the units to be used for the secondary unit(if enabled by the user) and just contains the MeasurementPrecision and the com.pspdfkit.annotations.measurements.Scale.UnitTo. -
Enum Summary Enum Description UnitFrom Units available for the source scale value. UnitTo Units available for the target scale value. MeasurementPrecision Number of decimal points for annotation float value rounding. MeasurementMode Measurement mode. -
Interface Summary Interface Description ChangeListener Listener interface to observe changes in the document's MeasurementValueConfiguration list MeasurementValueConfigurationEditor Interface that allows you to modify the list of MeasurementValueConfigurations stored in the document.