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

Packages that use StickMagnetGraph.DefaultEdge
bibliothek.gui.dock.station.screen.magnet The magnet API allows ScreenDockWindows to attract each other, or to stick together. 
 

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)