Interface AnnotationAggregationStrategyConfiguration
-
- All Implemented Interfaces:
-
com.pspdfkit.annotations.configuration.AnnotationConfiguration
public interface AnnotationAggregationStrategyConfiguration implements AnnotationConfiguration
Configuration for annotation aggregation strategy used to control strategy for creating annotations from drawn lines.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interface
AnnotationAggregationStrategyConfiguration.Builder
Builder for AnnotationAggregationStrategyConfiguration.
-
Method Summary
Modifier and Type Method Description abstract AnnotationAggregationStrategy
getAnnotationAggregationStrategy()
Annotation aggregation strategy that should be used when creating annotations from drawn lines. -
-
Method Detail
-
getAnnotationAggregationStrategy
@NonNull() abstract AnnotationAggregationStrategy getAnnotationAggregationStrategy()
Annotation aggregation strategy that should be used when creating annotations from drawn lines.
- Returns:
Configured AnnotationAggregationStrategy.
-
-
-
-