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

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

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

Classes in bibliothek.gui.dock.station.screen.magnet that implement StickMagnetGraph.Node
protected  class StickMagnetGraph.DefaultNode
          The default implementation of StickMagnetGraph.Node
 

Methods in bibliothek.gui.dock.station.screen.magnet that return StickMagnetGraph.Node
 StickMagnetGraph.Node StickMagnetGraph.getRoot()
          Gets the root node of the graph.
 StickMagnetGraph.Node StickMagnetGraph.Edge.getSource()
          Gets the starting node of this edge.
 StickMagnetGraph.Node StickMagnetGraph.Edge.getTarget()
          Gets the ending node of this edge.
 

Methods in bibliothek.gui.dock.station.screen.magnet with parameters of type StickMagnetGraph.Node
 boolean StickMagnetGraph.Visitor.beginVisit(StickMagnetGraph.Node node, boolean revisit)
          Called when node is added to the stack.
 void StickMagnetGraph.Visitor.endVisit(StickMagnetGraph.Node node)
          Called when node is popped from the stack.
protected  void StickMagnetGraph.resizeRipple(StickMagnetGraph.Node node, MagnetRequest.Side topleft)
          Starting from the resized node node this method distributes resizing over a chain of nodes.