Package com.pspdfkit.annotations.measurements
Measurement tools APIs.
See: Description
-
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. -
Class Summary Class Description Scale A ratio of the size of an object as displayed on a document page to the size of a corresponding real-world object. 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. 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. -
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.