org.jCharts.properties
Class Properties
java.lang.Object
org.jCharts.properties.Properties
- All Implemented Interfaces:
- Serializable, HTMLTestable
- Direct Known Subclasses:
- AreaProperties, AxisProperties, AxisTypeProperties
public abstract class Properties
- extends Object
- implements Serializable, HTMLTestable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_BACKGROUND_PAINT
public static final Paint DEFAULT_BACKGROUND_PAINT
backgroundPaint
private Paint backgroundPaint
Properties
public Properties()
setBackgroundPaint
public void setBackgroundPaint(Paint backgroundPaint)
- Parameters:
backgroundPaint
-
getBackgroundPaint
public Paint getBackgroundPaint()
- Returns:
- Paint
toHTML
public void toHTML(HTMLGenerator htmlGenerator)
- Enables the testing routines to display the contents of this Object.
- Specified by:
toHTML
in interface HTMLTestable
- Parameters:
htmlGenerator
-