org.flexdock.plaf.resources.paint
public class PainterResource extends PropertySet
Modifier and Type | Field and Description |
---|---|
static String |
BACKGROUND_COLOR |
static String |
BACKGROUND_COLOR_ACTIVE |
static String |
CLASSNAME |
Constructor and Description |
---|
PainterResource() |
Modifier and Type | Method and Description |
---|---|
Color |
getBgColor() |
Color |
getBgColorActive() |
String |
getClassname() |
Class |
getImplClass() |
void |
setBgColor(Color bgColor) |
void |
setBgColorActive(Color bgColorActive) |
void |
setClassname(String painter) |
getAction, getBoolean, getBorder, getColor, getFont, getIcon, getImage, getInt, getInteger, getName, getNumericKeys, getNumericKeys, getProperty, getString, getStrings, keys, resolveClass, setAll, setName, setProperty, size, toClass, toString
public static final String CLASSNAME
public static final String BACKGROUND_COLOR
public static final String BACKGROUND_COLOR_ACTIVE
public Color getBgColor()
public void setBgColor(Color bgColor)
bgColor
- The bgColor to set.public Color getBgColorActive()
public void setBgColorActive(Color bgColorActive)
bgColorActive
- The bgColorActive to set.public String getClassname()
public void setClassname(String painter)
painter
- The painter to set.public Class getImplClass()