fr.emn.inputeditor
Class Fisheye

java.lang.Object
  extended byfr.emn.inputeditor.Fisheye

public class Fisheye
extends java.lang.Object

Title: Input Configurator

Description:

Copyright: Copyright (c) 2001

Company: Ecole des Mines de Nantes

Version:
1.0
Author:
non attribué

Constructor Summary
Fisheye(JDeskView view)
           
 
Method Summary
 void cancelDeforming()
           
 void endDeforming()
           
 boolean isEnabled()
           
 void pushAround(Lite lite)
           
 void pushAround(LiteGhost lite)
           
 void pushAround(java.awt.geom.Rectangle2D magnet)
           
protected  void setLocation(int i, java.awt.geom.Point2D newpos)
           
 void startDeforming()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Fisheye

public Fisheye(JDeskView view)
Method Detail

startDeforming

public void startDeforming()

pushAround

public void pushAround(Lite lite)

pushAround

public void pushAround(LiteGhost lite)

pushAround

public void pushAround(java.awt.geom.Rectangle2D magnet)

setLocation

protected void setLocation(int i,
                           java.awt.geom.Point2D newpos)

cancelDeforming

public void cancelDeforming()

endDeforming

public void endDeforming()

isEnabled

public boolean isEnabled()