Package org.eclipse.jface.text.source
Class AnnotationPainter.UnderlineStrategy
- java.lang.Object
-
- org.eclipse.jface.text.source.AnnotationPainter.UnderlineStrategy
-
- All Implemented Interfaces:
AnnotationPainter.ITextStyleStrategy
- Enclosing class:
- AnnotationPainter
public static final class AnnotationPainter.UnderlineStrategy extends Object implements AnnotationPainter.ITextStyleStrategy
Underline text style strategy.- Since:
- 3.4
-
-
Constructor Summary
Constructors Constructor Description UnderlineStrategy(int style)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
applyTextStyle(StyleRange styleRange, Color annotationColor)
Applies a text style on the givenStyleRange
.
-
-
-
Method Detail
-
applyTextStyle
public void applyTextStyle(StyleRange styleRange, Color annotationColor)
Description copied from interface:AnnotationPainter.ITextStyleStrategy
Applies a text style on the givenStyleRange
.- Specified by:
applyTextStyle
in interfaceAnnotationPainter.ITextStyleStrategy
- Parameters:
styleRange
- the style range on which to apply the text styleannotationColor
- the color of the annotation
-
-