Package com.storedobject.chart
Class PointSymbol
java.lang.Object
com.storedobject.chart.PointSymbol
- All Implemented Interfaces:
ComponentProperty
Represents the symbol used to draw a point on the chart. (Example usage is in
LineChart
).- Author:
- Syam
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Encode the JSON string with the properties of this.void
hide()
void
setHoverAnimation
(boolean hoverAnimation) void
setSize
(int size) void
setSize
(int width, int height) void
setSvgPath
(String svgPath) void
setType
(PointSymbolType pointSymbolType) void
void
show()
-
Constructor Details
-
Method Details
-
setUrl
-
getCustomSymbol
-
setSvgPath
-
show
public void show() -
hide
public void hide() -
setType
-
setSize
public void setSize(int size) -
setSize
public void setSize(int width, int height) -
setHoverAnimation
public void setHoverAnimation(boolean hoverAnimation) -
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.
-