Class DrawingStyle
java.lang.Object
org.apache.uima.caseditor.editor.annotation.DrawingStyle
A factory for drawing styles.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.eclipse.jface.text.source.AnnotationPainter.IDrawingStrategy
createStrategy
(AnnotationStyle style) Retrieves theAnnotationPainter.IDrawingStrategy
.
-
Method Details
-
createStrategy
public static org.eclipse.jface.text.source.AnnotationPainter.IDrawingStrategy createStrategy(AnnotationStyle style) Retrieves theAnnotationPainter.IDrawingStrategy
.- Parameters:
style
- the style- Returns:
- the
AnnotationPainter.IDrawingStrategy
or null if does not exist.
-