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.PaintbackgroundPaintstatic java.awt.PaintDEFAULT_BACKGROUND_PAINT
-
Constructor Summary
Constructors Constructor Description Properties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.PaintgetBackgroundPaint()voidsetBackgroundPaint(java.awt.Paint backgroundPaint)voidtoHTML(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:
toHTMLin interfaceHTMLTestable- Parameters:
htmlGenerator-
-
-