Interface AnnotationScaleConfiguration
-
- All Implemented Interfaces:
-
com.pspdfkit.annotations.configuration.AnnotationConfiguration
public interface AnnotationScaleConfiguration implements AnnotationConfiguration
Configuration for annotation scale (SCALE). This is how the measurement value is calculated for measurement annotations.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interface
AnnotationScaleConfiguration.Builder
Builder for AnnotationScaleConfiguration.
-
Method Summary
Modifier and Type Method Description abstract Scale
getDefaultScale()
Default scale. -
-
Method Detail
-
getDefaultScale
@NonNull() abstract Scale getDefaultScale()
Default scale.
- Returns:
The default scale value.
-
-
-
-