|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILayoutListener
Interface for listeners to the KIML layout. In Eclipse such listeners must
register using the layoutListeners
extension point.
Layout listeners are primarily used to analyze and debug the results of a layout algorithm. For example, a layout listener could store the layout graph structure into an XMI file to enable easy browsing of the structure.
Method Summary | |
---|---|
void |
layoutPerformed(KNode layoutGraph,
IKielerProgressMonitor monitor)
Called after layout was performed for the given layout graph. |
void |
layoutRequested(KNode layoutGraph)
Called when layout is requested for the given layout graph. |
Method Detail |
---|
void layoutRequested(KNode layoutGraph)
layoutGraph
- layout graph that will be processed after this method
returnsvoid layoutPerformed(KNode layoutGraph, IKielerProgressMonitor monitor)
layoutGraph
- layout graph that was layoutedmonitor
- progress monitor containing execution time results
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |