org.objectweb.fractal.gui.graph.model
Interface DisplayListener

All Known Implementing Classes:
AntiAliasAction, BasicGraphView, ChangeDepthAction, ChangeItfDisplayAction, DisplayNotifier

public interface DisplayListener

An interface to be notified of changes in a Display model.


Method Summary
 void antialiasingChanged()
          Notifies this listener that the anti aliasing option of the display has changed.
 void displayedAreaChanged(Rect oldValue)
          Notifies this listener that component graph area shown by the display has changed.
 void itfNameDisplayModeChanged()
          Notifies this listener that the displaying mode for the interfaces name of the display has changed.
 void maxDepthChanged()
          Notifies this listener that the max rendering depth of the display has changed.
 

Method Detail

displayedAreaChanged

public void displayedAreaChanged(Rect oldValue)
Notifies this listener that component graph area shown by the display has changed.

Parameters:
oldValue - the old component graph area that was shown by the display.

antialiasingChanged

public void antialiasingChanged()
Notifies this listener that the anti aliasing option of the display has changed.


maxDepthChanged

public void maxDepthChanged()
Notifies this listener that the max rendering depth of the display has changed.


itfNameDisplayModeChanged

public void itfNameDisplayModeChanged()
Notifies this listener that the displaying mode for the interfaces name of the display has changed.