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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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)
-
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 interfaceorg.eclipse.jface.text.source.AnnotationPainter.IDrawingStrategy
-