http://www.jpicedt.org

jpicedt.graphic.event
Interface RotateListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
PEDrawingBoard.GridZoomToolBar

public interface RotateListener
extends EventListener

Interface for an observer to receive notifications of changes made to an angle in an instance of PECanvas.

Since:
jpicedt 1.5
Version:
$Id: RotateListener.java,v 1.5 2013/03/27 07:06:07 vincentb1 Exp $
Author:
Stephan Schulte, Benjamin Poniatowski

Method Summary
 void rotateUpdate(RotateEvent e)
          called when the angle changed in the sourcing PECanvas
 void setRotateAngleLabelVisible(boolean b)
          Affiche/cache le champ textuel avec l'angle courant.
 

Method Detail

rotateUpdate

void rotateUpdate(RotateEvent e)
called when the angle changed in the sourcing PECanvas


setRotateAngleLabelVisible

void setRotateAngleLabelVisible(boolean b)
Affiche/cache le champ textuel avec l'angle courant.

Parameters:
b - true pour rendre visible, false pour rendre invisible.

http://www.jpicedt.org

Submit a bug : syd@jpicedt.org