http://www.jpicedt.org

jpicedt.ui.dialog
Class RotateCenterChooser

java.lang.Object
  extended by jpicedt.ui.dialog.RotateCenterChooser
All Implemented Interfaces:
ActionListener, EventListener

public class RotateCenterChooser
extends Object
implements ActionListener

La classe RotateCenterChooser sert à choisir le centre de rotation pour l'outil rotation, lorsque la rotation est activée depuis la GridZoomToolBar plutôt que par pointage.

Since:
jPicEdt 1.6
Version:
$Id: RotateCenterChooser.java,v 1.5 2013/03/27 06:51:46 vincentb1 Exp $
Author:
Vincent Belaïche
See Also:
PEDrawingBoard.GridZoomToolBar

Nested Class Summary
static class RotateCenterChooser.RotateCenterChoice
           
 
Field Summary
protected  jpicedt.ui.dialog.RotateCenterChooser.Gravity xGravity
           
protected  jpicedt.ui.dialog.RotateCenterChooser.Gravity yGravity
           
 
Constructor Summary
RotateCenterChooser(MDIManager mdimgr, RotateCenterChooser.RotateCenterChoice choice)
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

xGravity

protected jpicedt.ui.dialog.RotateCenterChooser.Gravity xGravity

yGravity

protected jpicedt.ui.dialog.RotateCenterChooser.Gravity yGravity
Constructor Detail

RotateCenterChooser

public RotateCenterChooser(MDIManager mdimgr,
                           RotateCenterChooser.RotateCenterChoice choice)
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
Specified by:
actionPerformed in interface ActionListener

http://www.jpicedt.org

Submit a bug : syd@jpicedt.org