java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.pspdfkit.ui.special_mode.controller.AnnotationToolVariant.Preset |
Annotation tool variants defined by the framework.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AnnotationToolVariant.Preset | ARROW | Preset for the 'arrow' variant, used with the LINE in the
framework. |
|||||||||
AnnotationToolVariant.Preset | CALLOUT | Preset for the 'callout' variant, used with the FREETEXT_CALLOUT
in the framework. |
|||||||||
AnnotationToolVariant.Preset | CLOUDY | Preset for the 'cloudy' variant, used with the POLYGON , SQUARE and
CIRCLE in the framework. |
|||||||||
AnnotationToolVariant.Preset | DASHED | Preset for the 'dashed' variant, used with the POLYGON , SQUARE and
CIRCLE in the framework. |
|||||||||
AnnotationToolVariant.Preset | DEFAULT | Preset for default variant used in the framework. | |||||||||
AnnotationToolVariant.Preset | HIGHLIGHTER | Preset for the 'highlighter' variant, used with the INK in the
framework. |
|||||||||
AnnotationToolVariant.Preset | MAGIC | Preset for the 'magic' variant, used with the MAGIC_INK in the
framework. |
|||||||||
AnnotationToolVariant.Preset | PEN | Preset for the 'pen' variant, used with the INK in the framework. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String |
getName()
Gets the name that this preset's variant will use.
| ||||||||||
static AnnotationToolVariant.Preset | valueOf(String name) | ||||||||||
final static Preset[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Preset for the 'arrow' variant, used with the LINE
in the
framework.
Preset for the 'callout' variant, used with the FREETEXT_CALLOUT
in the framework.
Preset for default variant used in the framework.
Preset for the 'highlighter' variant, used with the INK
in the
framework.
Preset for the 'magic' variant, used with the MAGIC_INK
in the
framework.
Preset for the 'pen' variant, used with the INK
in the framework.
Gets the name that this preset's variant will use.