Module org.autogui
Package org.autogui.swing
Class GuiSwingViewDocumentEditor.SelectionHighlightPainter
java.lang.Object
javax.swing.text.LayeredHighlighter.LayerPainter
javax.swing.text.DefaultHighlighter.DefaultHighlightPainter
org.autogui.swing.GuiSwingViewDocumentEditor.SelectionHighlightPainter
- All Implemented Interfaces:
Highlighter.HighlightPainter
- Enclosing class:
GuiSwingViewDocumentEditor
public static class GuiSwingViewDocumentEditor.SelectionHighlightPainter
extends DefaultHighlighter.DefaultHighlightPainter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpaintLayer
(Graphics g, int offs0, int offs1, Shape bounds, JTextComponent c, View view) Methods inherited from class javax.swing.text.DefaultHighlighter.DefaultHighlightPainter
getColor, paint
-
Constructor Details
-
SelectionHighlightPainter
public SelectionHighlightPainter()
-
-
Method Details
-
paintLayer
public Shape paintLayer(Graphics g, int offs0, int offs1, Shape bounds, JTextComponent c, View view) - Overrides:
paintLayer
in classDefaultHighlighter.DefaultHighlightPainter
-