|
SwingPaint Documentation 1.1.2
An easy to use and integrate library to that makes coloring and theming a desktop application simple
|
Public Member Functions | |
| void | setBackgroundColor (Color color) |
| void | setBorderColor (Color borderColor, int borderThickness) |
| void | setCaretColor (Color color) |
| void | setForegroundColor (Color color) |
| void | setSelectedTextBackgroundColor (Color color) |
| void | setSelectedTextForegroundColor (Color color) |
| TextPanePainter (JTextPane textPane) | |
Public Member Functions inherited from io.github.kdesp73.swingpaint.painters.Painter | |
| void io.github.kdesp73.swingpaint.painters.TextPanePainter.setBackgroundColor | ( | Color | color | ) |
Implements io.github.kdesp73.swingpaint.painters.Painter.
| void io.github.kdesp73.swingpaint.painters.TextPanePainter.setForegroundColor | ( | Color | color | ) |
Implements io.github.kdesp73.swingpaint.painters.Painter.
| void io.github.kdesp73.swingpaint.painters.TextPanePainter.setBorderColor | ( | Color | borderColor, |
| int | borderThickness ) |
Implements io.github.kdesp73.swingpaint.painters.Painter.