public interface

AnnotationOutlineColorConfiguration

implements AnnotationConfiguration
com.pspdfkit.annotations.configuration.AnnotationOutlineColorConfiguration
Known Indirect Subclasses

Class Overview

Configuration for annotation outline color (OUTLINE_COLOR).

Summary

Nested Classes
interface AnnotationOutlineColorConfiguration.Builder<T extends Builder> Builder for AnnotationOutlineColorConfiguration
Public Methods
abstract boolean customColorPickerEnabled()
Whether or not the custom color picker is used.
abstract List<Integer> getAvailableOutlineColors()
Outline colors available in the color picker.
abstract int getDefaultOutlineColor()
Default annotation outline color.
[Expand]
Inherited Methods
From interface com.pspdfkit.annotations.configuration.AnnotationConfiguration

Public Methods

public abstract boolean customColorPickerEnabled ()

Whether or not the custom color picker is used.

Returns
  • true if the custom color picker is used, false otherwise.

public abstract List<Integer> getAvailableOutlineColors ()

Outline colors available in the color picker.

Returns
  • List of available outline colors.

public abstract int getDefaultOutlineColor ()

Default annotation outline color.

Returns
  • The outline color used as default for created annotations.