|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfo.aduna.linkmap.layout.SubgraphRelocationListenerAdapter
public class SubgraphRelocationListenerAdapter
Utility class providing trivial no-op implementations for the methods declared in SubgraphRelocationListener.
| Constructor Summary | |
|---|---|
SubgraphRelocationListenerAdapter()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SubgraphRelocationListenerAdapter()
| Method Detail |
|---|
public void startingIndividualLayouts(int nrSubgraphs,
SubgraphRelocationManager manager)
SubgraphRelocationListener
startingIndividualLayouts in interface SubgraphRelocationListener
public void startingLayout(Graph subgraph,
SubgraphRelocationManager manager)
SubgraphRelocationListener
startingLayout in interface SubgraphRelocationListener
public void finishedLayout(Graph subgraph,
SubgraphRelocationManager manager)
SubgraphRelocationListener
finishedLayout in interface SubgraphRelocationListenerpublic void finishedIndividualLayouts(SubgraphRelocationManager manager)
SubgraphRelocationListener
finishedIndividualLayouts in interface SubgraphRelocationListenerpublic void startingRelocations(SubgraphRelocationManager manager)
SubgraphRelocationListener
startingRelocations in interface SubgraphRelocationListener
public void relocating(Graph subgraph,
SubgraphRelocationManager manager)
SubgraphRelocationListener
relocating in interface SubgraphRelocationListener
public void relocated(Graph subgraph,
SubgraphRelocationManager manager)
SubgraphRelocationListener
relocated in interface SubgraphRelocationListenerpublic void finishedRelocations(SubgraphRelocationManager manager)
SubgraphRelocationListener
finishedRelocations in interface SubgraphRelocationListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||