Class DrawingStyle

java.lang.Object
org.apache.uima.caseditor.editor.annotation.DrawingStyle

public class DrawingStyle extends Object
A factory for drawing styles.
See Also:
  • Method Details

    • createStrategy

      public static org.eclipse.jface.text.source.AnnotationPainter.IDrawingStrategy createStrategy(AnnotationStyle style)
      Retrieves the AnnotationPainter.IDrawingStrategy.
      Parameters:
      style - the style
      Returns:
      the AnnotationPainter.IDrawingStrategy or null if does not exist.