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