Class TokenDrawingStrategy

java.lang.Object
org.apache.uima.caseditor.editor.annotation.TokenDrawingStrategy
All Implemented Interfaces:
org.eclipse.jface.text.source.AnnotationPainter.IDrawingStrategy

public class TokenDrawingStrategy extends Object implements org.eclipse.jface.text.source.AnnotationPainter.IDrawingStrategy
The Class TokenDrawingStrategy.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    draw(org.eclipse.jface.text.source.Annotation annotation, org.eclipse.swt.graphics.GC gc, org.eclipse.swt.custom.StyledText textWidget, int offset, int length, org.eclipse.swt.graphics.Color color)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TokenDrawingStrategy

      public TokenDrawingStrategy()
  • Method Details

    • draw

      public void draw(org.eclipse.jface.text.source.Annotation annotation, org.eclipse.swt.graphics.GC gc, org.eclipse.swt.custom.StyledText textWidget, int offset, int length, org.eclipse.swt.graphics.Color color)
      Specified by:
      draw in interface org.eclipse.jface.text.source.AnnotationPainter.IDrawingStrategy