Package org.jCharts.properties
Class Properties
- java.lang.Object
-
- org.jCharts.properties.Properties
-
- All Implemented Interfaces:
java.io.Serializable
,HTMLTestable
- Direct Known Subclasses:
AreaProperties
,AxisProperties
,AxisTypeProperties
public abstract class Properties extends java.lang.Object implements java.io.Serializable, HTMLTestable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.awt.Paint
backgroundPaint
static java.awt.Paint
DEFAULT_BACKGROUND_PAINT
-
Constructor Summary
Constructors Constructor Description Properties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
setBackgroundPaint
public void setBackgroundPaint(java.awt.Paint backgroundPaint)
- Parameters:
backgroundPaint
-
-
getBackgroundPaint
public java.awt.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 interfaceHTMLTestable
- Parameters:
htmlGenerator
-
-
-