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. With these two values, we use the com.pspdfkit.internal.utilities.measurements.Converters class to convert between the different units

Constructors

Link copied to clipboard
constructor(@NonNull precision: MeasurementPrecision, @NonNull unit: Scale.UnitTo)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun equals(@Nullable other: Any): Boolean
Link copied to clipboard
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun toString(): String