Uses of Interface
bibliothek.gui.dock.station.screen.magnet.StickMagnetGraph.Edge

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

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

Classes in bibliothek.gui.dock.station.screen.magnet that implement StickMagnetGraph.Edge
protected  class StickMagnetGraph.DefaultEdge
          Default implementation of StickMagnetGraph.Edge.
 

Methods in bibliothek.gui.dock.station.screen.magnet that return StickMagnetGraph.Edge
 StickMagnetGraph.Edge[] StickMagnetGraph.Node.getEdges()
          Gets a list of all edges that either start or end at this node.
 

Methods in bibliothek.gui.dock.station.screen.magnet with parameters of type StickMagnetGraph.Edge
 boolean StickMagnetGraph.Visitor.beginVisit(StickMagnetGraph.Edge edge)
          Called when edge is added to the stack.
 void StickMagnetGraph.Visitor.endVisit(StickMagnetGraph.Edge edge)
          Called when edge is popped from the stack.