java.lang.Object
eu.hansolo.fx.charts.forcedirectedgraph.GraphEdge
authors: Michael Läuchli, MLaeuchli (github)
Stefan Mettler, orizion (github)
-
Property Summary
Properties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublegetForce()doubleReturns the chosen numeric attribute if it exists, else -1 is returnedgetU()Gets the value of the property u.getV()Gets the value of the property v.doublegetWidth()voidsetForce(double force) voidSets the value of the property u.voidSets the value of the property v.voidsetWidth(double width) javafx.beans.property.ObjectProperty<GraphNode>javafx.beans.property.ObjectProperty<GraphNode>
-
Property Details
-
u
- See Also:
-
v
- See Also:
-
-
Constructor Details
-
GraphEdge
-
GraphEdge
-
GraphEdge
-
-
Method Details
-
getForce
public double getForce() -
setForce
public void setForce(double force) -
getWidth
public double getWidth() -
setWidth
public void setWidth(double width) -
getU
Gets the value of the property u.- Property description:
-
setU
Sets the value of the property u.- Property description:
-
uProperty
- See Also:
-
getV
Gets the value of the property v.- Property description:
-
setV
Sets the value of the property v.- Property description:
-
vProperty
- See Also:
-
getNummericAttribute
Returns the chosen numeric attribute if it exists, else -1 is returned- Parameters:
key-- Returns:
-
getNummericAttributeKeys
-