org.placelab.util.swt
Class AffineTransform.DoublePoint

java.lang.Object
  extended byorg.placelab.util.swt.AffineTransform.DoublePoint
Enclosing class:
AffineTransform

public static class AffineTransform.DoublePoint
extends java.lang.Object


Field Summary
 double x
           
 double y
           
 
Constructor Summary
AffineTransform.DoublePoint(double xi, double yi)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

x

public double x

y

public double y
Constructor Detail

AffineTransform.DoublePoint

public AffineTransform.DoublePoint(double xi,
                                   double yi)
Method Detail

toString

public java.lang.String toString()