public abstract class Properties extends Object implements Serializable, HTMLTestable
Modifier and Type | Field and Description |
---|---|
private Paint |
backgroundPaint |
static Paint |
DEFAULT_BACKGROUND_PAINT |
Constructor and Description |
---|
Properties() |
Modifier and Type | Method and Description |
---|---|
Paint |
getBackgroundPaint() |
void |
setBackgroundPaint(Paint backgroundPaint) |
void |
toHTML(HTMLGenerator htmlGenerator)
Enables the testing routines to display the contents of this Object.
|
public static final Paint DEFAULT_BACKGROUND_PAINT
private Paint backgroundPaint
public void setBackgroundPaint(Paint backgroundPaint)
backgroundPaint
- public Paint getBackgroundPaint()
public void toHTML(HTMLGenerator htmlGenerator)
toHTML
in interface HTMLTestable
htmlGenerator
-