edu.ucla.stat.SOCR.touchgraph.graphlayout
Class TGAbstractLens

java.lang.Object
  extended by edu.ucla.stat.SOCR.touchgraph.graphlayout.TGAbstractLens
Direct Known Subclasses:
TGPanel.AdjustOriginLens

public abstract class TGAbstractLens
extends java.lang.Object

TGAbstractLens. A lens warps 2D space.

Version:
1.22-jre1.1 $Id: TGAbstractLens.java,v 1.1 2010/01/20 20:38:32 jiecui Exp $
Author:
Alexander Shapiro

Constructor Summary
TGAbstractLens()
           
 
Method Summary
protected  void applyLens(TGPoint2D p)
           
protected  void undoLens(TGPoint2D p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TGAbstractLens

public TGAbstractLens()
Method Detail

applyLens

protected void applyLens(TGPoint2D p)

undoLens

protected void undoLens(TGPoint2D p)