Package com.storedobject.chart
Class ItemStyle
java.lang.Object
com.storedobject.chart.AbstractStyle
com.storedobject.chart.ItemStyle
- All Implemented Interfaces:
ComponentProperty
Item style. (Used to define style of an individual item in many charts).
- Author:
- Syam
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.storedobject.chart.AbstractStyle
getColor, getOpacity, getShadow, setColor, setOpacity, setShadow
-
Constructor Details
-
ItemStyle
public ItemStyle()
-
-
Method Details
-
encodeJSON
Description copied from interface:ComponentProperty
Encode the JSON string with the properties of this.- Specified by:
encodeJSON
in interfaceComponentProperty
- Overrides:
encodeJSON
in classAbstractStyle
- Parameters:
sb
- Encoded JSON string to be appended to this.
-
getBorder
Get the border.- Parameters:
create
- Whether to create if not exists or not.- Returns:
- Border.
-
setBorder
-