Package com.storedobject.chart
Class DataZoom.HandleStyle
java.lang.Object
com.storedobject.chart.DataZoom.HandleStyle
- All Implemented Interfaces:
ComponentProperty
- Enclosing class:
DataZoom
Used to style the handle.
- Author:
- Syam
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Encode the JSON string with the properties of this.final AbstractColor
Get the border color.Get the type of the border.final int
Get the border width.final AbstractColor
getColor()
Get color.final Shadow
getShadow
(boolean create) Get the shadow.void
setBorderColor
(AbstractColor color) Set the border color.void
setBorderType
(LineStyle.Type borderType) Set the type of the border.void
setBorderWidth
(int borderWidth) Set the border width.void
setColor
(AbstractColor color) Set color.void
Set the shadow.
-
Constructor Details
-
HandleStyle
public HandleStyle()Constructor.
-
-
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.
-
getColor
-
setColor
-
getBorderColor
-
setBorderColor
Set the border color.- Parameters:
color
- Border color.
-
getBorderWidth
public final int getBorderWidth()Get the border width.- Returns:
- Border width.
-
setBorderWidth
public void setBorderWidth(int borderWidth) Set the border width.- Parameters:
borderWidth
- Border width.
-
getBorderType
-
setBorderType
Set the type of the border.- Parameters:
borderType
- Border type.
-
getShadow
Get the shadow.- Parameters:
create
- Whether to create if not exists or not.- Returns:
- Shadow.
-
setShadow
-