Interface AnnotationAggregationStrategyConfiguration.Builder
-
- All Implemented Interfaces:
-
com.pspdfkit.annotations.configuration.AnnotationConfiguration.Builder
public interface AnnotationAggregationStrategyConfiguration.Builder<T> implements AnnotationConfiguration.Builder<T>
Builder for AnnotationAggregationStrategyConfiguration.
-
-
Method Summary
Modifier and Type Method Description abstract T
setAnnotationAggregationStrategy(@NonNull() AnnotationAggregationStrategy aggregationStrategy)
Sets annotation aggregation strategy that should be used when drawing annotations. -
-
Method Detail
-
setAnnotationAggregationStrategy
@NonNull() abstract T setAnnotationAggregationStrategy(@NonNull() AnnotationAggregationStrategy aggregationStrategy)
Sets annotation aggregation strategy that should be used when drawing annotations. Defaults to AUTOMATIC.
- Parameters:
aggregationStrategy
- Aggregation strategy to use.
-
-
-
-