AnnotationPainter.UnderlineStrategy
public static class AnnotationPainter.SquigglesStrategy extends Object implements AnnotationPainter.IDrawingStrategy
Constructor and Description |
---|
AnnotationPainter.SquigglesStrategy()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
draw(Annotation annotation,
GC gc,
StyledText textWidget,
int offset,
int length,
Color color)
Deprecated.
Draws a decoration for an annotation onto the specified GC at the given text range.
|
public AnnotationPainter.SquigglesStrategy()
public void draw(Annotation annotation, GC gc, StyledText textWidget, int offset, int length, Color color)
AnnotationPainter.IDrawingStrategy
draw
method:
null
. In this case
the strategy must invalidate enough of the text widget's client area to cover any
decoration drawn in drawing mode. This can usually be accomplished by calling
textWidget.redrawRange(offset, length, true).draw
in interface AnnotationPainter.IDrawingStrategy
annotation
- the annotation to be drawngc
- the graphics context, null
when in clearing modetextWidget
- the text widget to draw onoffset
- the offset of the linelength
- the length of the linecolor
- the color of the line
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.