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. 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. 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. -
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. -
Enum Summary Enum Description MeasurementMode Measurement mode. MeasurementPrecision Number of decimal points for annotation float value rounding. UnitFrom Units available for the source scale value. UnitTo Units available for the target scale value.