Package com.pspdfkit.annotations.measurements
Measurement tools APIs.
See: Description
-
Class Summary Class Description 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. MeasurementInfo Measurement info object contains all the measurement information available in a measurement annotation. Scale A ratio of the size of an object as displayed on a document page to the size of a corresponding real-world object. MeasurementValueConfiguration Configures a measurement value and consists of a Scale, MeasurementPrecision, and a name for this configuration. ScaleAndPrecision Collects both Scale and Precision into one abstract baseclass. -
Enum Summary Enum Description MeasurementMode Measurement mode. 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. -
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.