Package com.storedobject.chart
Class Shape.Style
java.lang.Object
com.storedobject.chart.Shape.Style
- All Implemented Interfaces:
ComponentProperty
- Enclosing class:
Shape
Class to specify the style of a
Shape
instance.- Author:
- Syam
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Encode the JSON string with the properties of this.final AbstractColor
Get the fill color.final Number
Get the line width.final Shadow
getShadow
(boolean create) Get the shadow.final AbstractColor
Get the stroke color.void
setFillColor
(AbstractColor fillColor) Set the fill color.void
setLineWidth
(Number lineWidth) Set the line width.void
Set the shadow.void
setStrokeColor
(AbstractColor strokeColor) Set the stroke color.
-
Constructor Details
-
Style
public Style()
-
-
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.
-
getFillColor
-
setFillColor
Set the fill color.- Parameters:
fillColor
- Fill color.
-
getStrokeColor
-
setStrokeColor
Set the stroke color.- Parameters:
strokeColor
- Stroke color.
-
getLineWidth
-
setLineWidth
-
getShadow
Get the shadow.- Parameters:
create
- Whether to create if not exists or not.- Returns:
- Shadow.
-
setShadow
-