SwingPaint Documentation 1.1.2
An easy to use and integrate library to that makes coloring and theming a desktop application simple
Loading...
Searching...
No Matches
io.github.kdesp73.swingpaint.painters.CheckboxPainter Class Reference
Inheritance diagram for io.github.kdesp73.swingpaint.painters.CheckboxPainter:
io.github.kdesp73.swingpaint.painters.Painter

Public Member Functions

 CheckboxPainter (JCheckBox checkBox)
 
void setBackgroundColor (Color color)
 
void setBorderColor (Color color, int thickness)
 
void setForegroundColor (Color color)
 
void setSelectedColor (Color color)
 
void setUnselectedColor (Color color)
 
- Public Member Functions inherited from io.github.kdesp73.swingpaint.painters.Painter

Member Function Documentation

◆ setBackgroundColor()

void io.github.kdesp73.swingpaint.painters.CheckboxPainter.setBackgroundColor ( Color color)

◆ setForegroundColor()

void io.github.kdesp73.swingpaint.painters.CheckboxPainter.setForegroundColor ( Color color)

◆ setBorderColor()

void io.github.kdesp73.swingpaint.painters.CheckboxPainter.setBorderColor ( Color color,
int thickness )

The documentation for this class was generated from the following file: