Interface AnnotationScaleConfiguration.Builder
-
- All Implemented Interfaces:
-
com.pspdfkit.annotations.configuration.AnnotationConfiguration.Builder
public interface AnnotationScaleConfiguration.Builder<T> implements AnnotationConfiguration.Builder<T>
Builder for AnnotationScaleConfiguration.
-
-
Method Summary
Modifier and Type Method Description abstract T
setDefaultScale(@NonNull() Scale defaultScale)
Sets default scale. -
-
Method Detail
-
setDefaultScale
@NonNull() abstract T setDefaultScale(@NonNull() Scale defaultScale)
Sets default scale.
- Parameters:
defaultScale
- Default scale for measurement annotations.
-
-
-
-