Package com.storedobject.chart
Class AbstractColor
java.lang.Object
com.storedobject.chart.AbstractColor
- All Implemented Interfaces:
ComponentProperty
- Direct Known Subclasses:
Color,ColorGradient
Base class for the representation of color.
- Author:
- Syam
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidEncode the JSON string with the properties of this.
-
Constructor Details
-
AbstractColor
public AbstractColor()
-
-
Method Details
-
encodeJSON
Description copied from interface:ComponentPropertyEncode the JSON string with the properties of this.- Specified by:
encodeJSONin interfaceComponentProperty- Parameters:
sb- Encoded JSON string to be appended to this.
-