|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GraphLayoutEventListener
GraphLayoutEventListener defines the interface for an
object that is to be notified after each step or iteration
of a layout algorithm.
GraphLayoutEvent,
GraphLayoutEvent.getLayoutReport(),
IlvGraphLayout.addGraphLayoutEventListener(ilog.views.graphlayout.GraphLayoutEventListener),
IlvGraphLayout.removeGraphLayoutEventListener(ilog.views.graphlayout.GraphLayoutEventListener)| Method Summary | |
|---|---|
void |
layoutStepPerformed(GraphLayoutEvent event)
This method is called by the subclasses of IlvGraphLayout
to notify the user of the behavior of the layout algorithm. |
| Method Detail |
|---|
void layoutStepPerformed(GraphLayoutEvent event)
IlvGraphLayout
to notify the user of the behavior of the layout algorithm.
event - The layout event that may contain information about the
behavior of the layout algorithmGraphLayoutEvent.getLayoutReport()
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||