Package com.storedobject.chart
Class LineStyle
java.lang.Object
com.storedobject.chart.AbstractStyle
com.storedobject.chart.LineStyle
- All Implemented Interfaces:
ComponentProperty
- Direct Known Subclasses:
Edge
Line-style. Determines how a line will be drawn.
- Author:
- Syam
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Encode the JSON string with the properties of this.final LineStyle.Type
getType()
Get the line-type.final int
getWidth()
Get the width of the line.void
setType
(LineStyle.Type type) Set the line-type.void
setWidth
(int width) Set the width of the line.Methods inherited from class com.storedobject.chart.AbstractStyle
getColor, getOpacity, getShadow, setColor, setOpacity, setShadow
-
Constructor Details
-
LineStyle
public LineStyle()Constructor.
-
-
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.
-
getWidth
public final int getWidth()Get the width of the line.- Returns:
- Line width in pixels.
-
setWidth
public void setWidth(int width) Set the width of the line.- Parameters:
width
- Width of the line in pixels.
-
getType
-
setType
-