toggle menu
pspdfkit
PSPDFKit
switch theme
search in API
pspdfkit
/
com.pspdfkit.annotations.configuration
/
AnnotationColorConfiguration
Annotation
Color
Configuration
interface
AnnotationColorConfiguration
:
AnnotationConfiguration
Configuration for annotation foreground color (
COLOR
).
Inheritors
FreeTextAnnotationConfiguration
LineAnnotationConfiguration
ShapeAnnotationConfiguration
MeasurementAreaAnnotationConfiguration
MeasurementDistanceAnnotationConfiguration
InkAnnotationConfiguration
RedactionAnnotationConfiguration
NoteAnnotationConfiguration
MeasurementPerimeterAnnotationConfiguration
MarkupAnnotationConfiguration
Members
Types
Builder
Link copied to clipboard
interface
Builder
<
T
>
:
AnnotationConfiguration.Builder
<
T
>
Builder for
AnnotationColorConfiguration
.
Functions
custom
Color
Picker
Enabled
Link copied to clipboard
abstract
fun
customColorPickerEnabled
(
)
:
Boolean
Whether or not the custom color picker is used.
get
Available
Colors
Link copied to clipboard
@
NonNull
abstract
fun
getAvailableColors
(
)
:
List
<
Integer
>
Colors available in the color picker.
get
Default
Color
Link copied to clipboard
@
ColorInt
abstract
fun
getDefaultColor
(
)
:
Int
Default annotation foreground color.