Uses of Class
bibliothek.gui.dock.station.screen.magnet.StickMagnetGraph.DefaultEdge

Packages that use StickMagnetGraph.DefaultEdge
bibliothek.gui.dock.station.screen.magnet   
 

Uses of StickMagnetGraph.DefaultEdge in bibliothek.gui.dock.station.screen.magnet
 

Methods in bibliothek.gui.dock.station.screen.magnet that return StickMagnetGraph.DefaultEdge
 StickMagnetGraph.DefaultEdge[] StickMagnetGraph.DefaultNode.getEdges()
           
protected  StickMagnetGraph.DefaultEdge[] StickMagnetGraph.getEdgesByDistance()
          Gets all edges of this graph ordered by the distance of their target node to the root node.
 

Methods in bibliothek.gui.dock.station.screen.magnet with parameters of type StickMagnetGraph.DefaultEdge
 void StickMagnetGraph.DefaultNode.add(StickMagnetGraph.DefaultEdge edge)