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 TypeMethodDescriptionvoid
Encode the JSON string with the properties of this.
-
Constructor Details
-
AbstractColor
public AbstractColor()
-
-
Method Details
-
encodeJSON
Description copied from interface:ComponentProperty
Encode the JSON string with the properties of this.- Specified by:
encodeJSON
in interfaceComponentProperty
- Parameters:
sb
- Encoded JSON string to be appended to this.
-