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.DefaultEdge
Default implementation of
StickMagnetGraph.Edge . |
Modifier and Type | Method and Description |
---|---|
StickMagnetGraph.Edge[] |
StickMagnetGraph.Node.getEdges()
Gets a list of all edges that either start or end at this node.
|
Modifier and Type | Method and Description |
---|---|
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. |