com.tensegrity.composite
Interface CompositeNavigator.ColorListener

All Known Implementing Classes:
NavigatorPanel
Enclosing interface:
CompositeNavigator

public static interface CompositeNavigator.ColorListener

A listener that gets notified of changes in the colors of this navigator.

Author:
BurkhardWick

Method Summary
 void backgroundChanged(PaintFormat newPaint)
          Called whenever the PaintFormat for the background changed.
 void viewportBackgroundChanged(PaintFormat newPaint)
          Called whenever the PaintFormat for the view region changed.
 void viewportBorderChanged(StrokeFormat newStroke)
          Called whenever the StrokeFormat for the view region border changed.
 

Method Detail

backgroundChanged

public void backgroundChanged(PaintFormat newPaint)
Called whenever the PaintFormat for the background changed.

Parameters:
newPaint - The new PaintFormat

viewportBackgroundChanged

public void viewportBackgroundChanged(PaintFormat newPaint)
Called whenever the PaintFormat for the view region changed.

Parameters:
newPaint - The new PaintFormat

viewportBorderChanged

public void viewportBorderChanged(StrokeFormat newStroke)
Called whenever the StrokeFormat for the view region border changed.

Parameters:
newStroke - The new StrokeFormat


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.