Uses of Enum Class
org.apache.uima.caseditor.editor.AnnotationStyle.Style
Packages that use AnnotationStyle.Style
-
Uses of AnnotationStyle.Style in org.apache.uima.caseditor.editor
Fields in org.apache.uima.caseditor.editor declared as AnnotationStyle.StyleModifier and TypeFieldDescriptionstatic final AnnotationStyle.Style
AnnotationStyle.DEFAULT_STYLE
The defaultDrawingStyle
.Methods in org.apache.uima.caseditor.editor that return AnnotationStyle.StyleModifier and TypeMethodDescriptionAnnotationStyle.getStyle()
Retrieves the drawing style of the annotation.static AnnotationStyle.Style
Returns the enum constant of this class with the specified name.static AnnotationStyle.Style[]
AnnotationStyle.Style.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.uima.caseditor.editor with parameters of type AnnotationStyle.StyleModifierConstructorDescriptionAnnotationStyle
(String annotation, AnnotationStyle.Style style, Color color, int layer) Instantiates a new annotation style.AnnotationStyle
(String annotation, AnnotationStyle.Style style, Color color, int layer, String configuration) Initialize a new instance.