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 TypeMethodDescriptionvoid
setBackgroundPaint
(Paint backgroundPaint) void
toHTML
(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:
toHTML
in interfaceHTMLTestable
- Parameters:
htmlGenerator
-
-