org.fraid.graphics.utils
Class Point3D

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

public class Point3D
extends java.awt.Point
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
 int z
           
 
Fields inherited from class java.awt.Point
x, y
 
Constructor Summary
Point3D()
           
Point3D(int aX, int aY, int aZ)
           
 
Method Summary
 int getZ()
           
 void setLocation(int aX, int aY, int aZ)
           
 void setZ(int aZ)
           
 
Methods inherited from class java.awt.Point
equals, getLocation, getX, getY, move, setLocation, setLocation, setLocation, toString, translate
 
Methods inherited from class java.awt.geom.Point2D
clone, distance, distance, distance, distanceSq, distanceSq, distanceSq, hashCode, setLocation
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

z

public int z
Constructor Detail

Point3D

public Point3D()

Point3D

public Point3D(int aX,
               int aY,
               int aZ)
Method Detail

setLocation

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

getZ

public int getZ()

setZ

public void setZ(int 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.