|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SubgraphRelocationListener
A SubgraphRelocationListener is notified by a SubgraphRelocationManager about what it is doing.
Normally, the events come in the following order:
| Method Summary | |
|---|---|
void |
finishedIndividualLayouts(SubgraphRelocationManager manager)
Indicates that all subgraphs have been given an indivual layout by the subgraph's GraphLayoutManager. |
void |
finishedLayout(Graph subgraph,
SubgraphRelocationManager manager)
Indicates that the specified subgraph has been given a layout by the subgraph's GraphLayoutManager. |
void |
finishedRelocations(SubgraphRelocationManager manager)
Indicates that all subgraphs have been relocated, which determines the final layout. |
void |
relocated(Graph subgraph,
SubgraphRelocationManager manager)
Indicates that the specified subgraph has been relocated. |
void |
relocating(Graph subgraph,
SubgraphRelocationManager manager)
Indicates that the specified subgraph is about to be relocated. |
void |
startingIndividualLayouts(int nrSubgraphs,
SubgraphRelocationManager manager)
Indicates that all subgraphs are about to be given an individual layout by the GraphLayoutManager stored in this SubgraphRelocationManager. |
void |
startingLayout(Graph subgraph,
SubgraphRelocationManager manager)
Indicates that the specified subgraph is about to be given an individual layout by the subgraph's GraphLayoutManager. |
void |
startingRelocations(SubgraphRelocationManager manager)
Indicates that the individual subgraphs are about to be relocated to determine the final overall layout. |
| Method Detail |
|---|
void startingIndividualLayouts(int nrSubgraphs,
SubgraphRelocationManager manager)
void startingLayout(Graph subgraph,
SubgraphRelocationManager manager)
void finishedLayout(Graph subgraph,
SubgraphRelocationManager manager)
void finishedIndividualLayouts(SubgraphRelocationManager manager)
void startingRelocations(SubgraphRelocationManager manager)
void relocating(Graph subgraph,
SubgraphRelocationManager manager)
void relocated(Graph subgraph,
SubgraphRelocationManager manager)
void finishedRelocations(SubgraphRelocationManager manager)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||