public interface

AnnotationThicknessConfiguration

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

Class Overview

Configuration for annotation thickness (THICKNESS).

Summary

Nested Classes
interface AnnotationThicknessConfiguration.Builder<T> Builder for AnnotationThicknessConfiguration
Public Methods
abstract float getDefaultThickness()
Default annotation thickness.
abstract float getMaxThickness()
Maximal annotation thickness.
abstract float getMinThickness()
Minimal annotation thickness.
[Expand]
Inherited Methods
From interface com.pspdfkit.annotations.configuration.AnnotationConfiguration

Public Methods

public abstract float getDefaultThickness ()

Default annotation thickness.

Returns
  • The default annotation thickness in pt.

public abstract float getMaxThickness ()

Maximal annotation thickness.

Returns
  • The maximal annotation thickness in pt.

public abstract float getMinThickness ()

Minimal annotation thickness.

Returns
  • The minimal annotation thickness in pt.