com.pspdfkit.annotations.configuration.LineAnnotationConfiguration

Class Overview

Configuration for LINE and POLYLINE annotations.

Summary

Nested Classes
interface LineAnnotationConfiguration.Builder Interface for configuration builder. 
Public Methods
abstract static LineAnnotationConfiguration.Builder builder(Context context)
Creates a new instance of line annotation configuration builder.
abstract static LineAnnotationConfiguration.Builder builder(Context context, AnnotationTool annotationTool)
Creates a new instance of line annotation configuration builder.
abstract static LineAnnotationConfiguration.Builder builder(Context context, AnnotationType annotationType)
Creates a new instance of line annotation configuration builder.
[Expand]
Inherited Methods
From interface com.pspdfkit.annotations.configuration.AnnotationAlphaConfiguration
From interface com.pspdfkit.annotations.configuration.AnnotationBorderStyleConfiguration
From interface com.pspdfkit.annotations.configuration.AnnotationColorConfiguration
From interface com.pspdfkit.annotations.configuration.AnnotationConfiguration
From interface com.pspdfkit.annotations.configuration.AnnotationFillColorConfiguration
From interface com.pspdfkit.annotations.configuration.AnnotationLineEndsConfiguration
From interface com.pspdfkit.annotations.configuration.AnnotationPreviewConfiguration
From interface com.pspdfkit.annotations.configuration.AnnotationThicknessConfiguration

Public Methods

public static abstract LineAnnotationConfiguration.Builder builder (Context context)

Creates a new instance of line annotation configuration builder.

Parameters
context Context used to pre-fill the builder with implicit values.
Returns

public static abstract LineAnnotationConfiguration.Builder builder (Context context, AnnotationTool annotationTool)

Creates a new instance of line annotation configuration builder.

Parameters
context Context used to pre-fill the builder with implicit values.
annotationTool Line annotation type to create builder for.
Returns

public static abstract LineAnnotationConfiguration.Builder builder (Context context, AnnotationType annotationType)

Creates a new instance of line annotation configuration builder.

Parameters
context Context used to pre-fill the builder with implicit values.
annotationType Line annotation type to create builder for.
Returns