Package com.storedobject.chart
Class Node.Symbol
java.lang.Object
com.storedobject.chart.Node.Symbol
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidEncode the JSON string with the properties of this.voidhide()voidsetHoverAnimation(boolean hoverAnimation) voidsetSize(int size) voidsetSize(int width, int height) voidsetSvgPath(String svgPath) voidsetType(PointSymbolType pointSymbolType) voidvoidshow()
-
Constructor Details
-
Symbol
public Symbol()
-
-
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:ComponentPropertyEncode the JSON string with the properties of this.- Specified by:
encodeJSONin interfaceComponentProperty- Parameters:
sb- Encoded JSON string to be appended to this.
-