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 TypeMethodDescriptionvoid
Encode 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:ComponentProperty
Encode the JSON string with the properties of this.- Specified by:
encodeJSON
in interfaceComponentProperty
- Overrides:
encodeJSON
in classLineStyle
- Parameters:
sb
- Encoded JSON string to be appended to this.
-
getSourceNode
-
setSourceNode
-
getDestinationNode
-
setDestinationNode
-
getInfo
-
setInfo
-