Package org.omegat.gui.editor.mark
Class TransparentHighlightPainter
java.lang.Object
javax.swing.text.LayeredHighlighter.LayerPainter
org.omegat.gui.editor.UnderlineFactory.Underliner
org.omegat.gui.editor.mark.TransparentHighlightPainter
- All Implemented Interfaces:
Highlighter.HighlightPainter
Paints transparent background color
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.omegat.gui.editor.UnderlineFactory.Underliner
paint, paintLayer
-
Constructor Details
-
TransparentHighlightPainter
- Parameters:
color- the color to paint the background inalpha- the transparency level (1.0 = not transparent, 0.0 = full transparency)
-