Package org.jCharts.properties
Class Properties
java.lang.Object
org.jCharts.properties.Properties
- All Implemented Interfaces:
Serializable,HTMLTestable
- Direct Known Subclasses:
AreaProperties,AxisProperties,AxisTypeProperties
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetBackgroundPaint(Paint backgroundPaint) voidtoHTML(HTMLGenerator htmlGenerator) Enables the testing routines to display the contents of this Object.
-
Field Details
-
DEFAULT_BACKGROUND_PAINT
-
backgroundPaint
-
-
Constructor Details
-
Properties
public Properties()
-
-
Method Details
-
setBackgroundPaint
- Parameters:
backgroundPaint-
-
getBackgroundPaint
- Returns:
- Paint
-
toHTML
Enables the testing routines to display the contents of this Object.- Specified by:
toHTMLin interfaceHTMLTestable- Parameters:
htmlGenerator-
-