java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.pspdfkit.configuration.annotations.AnnotationAggregationStrategy |
Defines how INK
splits drawn lines into new annotations.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AnnotationAggregationStrategy | AUTOMATIC | Stokes that are drawn close together without too much delay are merged. | |||||||||
AnnotationAggregationStrategy | MERGE_IF_POSSIBLE | Strokes that have the same color/width are merged. | |||||||||
AnnotationAggregationStrategy | SEPARATE | Every stroke will result in a separate ink annotation. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static AnnotationAggregationStrategy | valueOf(String name) | ||||||||||
final static AnnotationAggregationStrategy[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Stokes that are drawn close together without too much delay are merged.
Strokes that have the same color/width are merged.
This creates the minimum number of annotations.
Every stroke will result in a separate ink annotation.
This creates the maximum number of annotations.