org.fraid.graphics.utils
Class DoublePoint3D

java.lang.Object
  extended by java.awt.geom.Point2D
      extended by org.fraid.math.DoublePoint
          extended by org.fraid.graphics.utils.DoublePoint3D
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class DoublePoint3D
extends DoublePoint
implements java.io.Serializable, java.lang.Cloneable

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.awt.geom.Point2D
java.awt.geom.Point2D.Double, java.awt.geom.Point2D.Float
 
Field Summary
 double z
           
 
Fields inherited from class org.fraid.math.DoublePoint
x, y
 
Constructor Summary
DoublePoint3D()
           
DoublePoint3D(double aX, double aY, double aZ)
           
 
Method Summary
 double getZ()
           
 void setLocation(double aX, double aY, double aZ)
           
 void setZ(double aZ)
           
 
Methods inherited from class org.fraid.math.DoublePoint
getX, getY, setLocation, setX, setY
 
Methods inherited from class java.awt.geom.Point2D
clone, distance, distance, distance, distanceSq, distanceSq, distanceSq, equals, hashCode, setLocation
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

z

public double z
Constructor Detail

DoublePoint3D

public DoublePoint3D()

DoublePoint3D

public DoublePoint3D(double aX,
                     double aY,
                     double aZ)
Method Detail

setLocation

public void setLocation(double aX,
                        double aY,
                        double aZ)

getZ

public double getZ()

setZ

public void setZ(double aZ)


Fraid (system and language). (C) 2003-2007 Ivaylo Iliev
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.