ilog.views.graphlayout.labellayout
Interface LabelLayoutEventListener

All Superinterfaces:
EventListener

public interface LabelLayoutEventListener
extends EventListener

LabelLayoutEventListener defines the interface for an object that is to be notified after each step or iteration of a label layout algorithm.

Since:
JViews 5.0
See Also:
LabelLayoutEvent, LabelLayoutEvent.getLayoutReport(), IlvLabelLayout.addLabelLayoutEventListener(LabelLayoutEventListener), IlvLabelLayout.removeLabelLayoutEventListener(LabelLayoutEventListener)

Method Summary
 void layoutStepPerformed(LabelLayoutEvent event)
          This method is called by the subclasses of IlvLabelLayout to notify the user of the behavior of the layout algorithm.
 

Method Detail

layoutStepPerformed

void layoutStepPerformed(LabelLayoutEvent event)
This method is called by the subclasses of IlvLabelLayout to notify the user of the behavior of the layout algorithm.

Parameters:
event - The layout event that may contain information about the behavior of the layout algorithm
See Also:
LabelLayoutEvent.getLayoutReport()


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.