java.lang.Object
eu.hansolo.fx.charts.forcedirectedgraph.GraphEdge

public class GraphEdge extends Object
authors: Michael Läuchli, MLaeuchli (github) Stefan Mettler, orizion (github)
  • Property Details

  • Constructor Details

  • Method Details

    • getForce

      public double getForce()
    • setForce

      public void setForce(double force)
    • getWidth

      public double getWidth()
    • setWidth

      public void setWidth(double width)
    • getU

      public GraphNode getU()
      Gets the value of the property u.
      Property description:
    • setU

      public void setU(GraphNode U)
      Sets the value of the property u.
      Property description:
    • uProperty

      public javafx.beans.property.ObjectProperty<GraphNode> uProperty()
      See Also:
    • getV

      public GraphNode getV()
      Gets the value of the property v.
      Property description:
    • setV

      public void setV(GraphNode V)
      Sets the value of the property v.
      Property description:
    • vProperty

      public javafx.beans.property.ObjectProperty<GraphNode> vProperty()
      See Also:
    • getNummericAttribute

      public double getNummericAttribute(String key)
      Returns the chosen numeric attribute if it exists, else -1 is returned
      Parameters:
      key -
      Returns:
    • getNummericAttributeKeys

      public ArrayList<String> getNummericAttributeKeys()