Package com.storedobject.chart
Class Edge
java.lang.Object
com.storedobject.chart.AbstractStyle
com.storedobject.chart.LineStyle
com.storedobject.chart.Edge
-
Nested Class Summary
Nested classes/interfaces inherited from class com.storedobject.chart.LineStyle
LineStyle.Type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidEncode the JSON string with the properties of this.getInfo()setDestinationNode(Node destinationNode) setSourceNode(Node sourceNode) Methods inherited from class com.storedobject.chart.AbstractStyle
getColor, getOpacity, getShadow, setColor, setOpacity, setShadow
-
Constructor Details
-
Edge
-
-
Method Details
-
encodeJSON
Description copied from interface:ComponentPropertyEncode the JSON string with the properties of this.- Specified by:
encodeJSONin interfaceComponentProperty- Overrides:
encodeJSONin classLineStyle- Parameters:
sb- Encoded JSON string to be appended to this.
-
getSourceNode
-
setSourceNode
-
getDestinationNode
-
setDestinationNode
-
getInfo
-
setInfo
-