Package | Description |
---|---|
bibliothek.gui.dock.station.screen.magnet |
The magnet API allows
ScreenDockWindow s to
attract each other, or to stick together. |
Modifier and Type | Class and Description |
---|---|
protected class |
StickMagnetGraph.DefaultNode
The default implementation of
StickMagnetGraph.Node |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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. |