cad.simcad.ObjectImpl
Class PlaceI

java.lang.Object
  |
  +--cad.simcad.ObjectImpl.PlaceI
All Implemented Interfaces:
Place, java.io.Serializable

public class PlaceI
extends java.lang.Object
implements Place

See Also:
Serialized Form

Constructor Summary
PlaceI()
           
PlaceI(int a, int b)
           
PlaceI(int a, int b, int c)
           
 
Method Summary
 int getX()
           
 int getY()
           
 int getZ()
           
 void setX(int i)
           
 void setY(int i)
           
 void setZ(int i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlaceI

public PlaceI(int a,
              int b,
              int c)

PlaceI

public PlaceI()

PlaceI

public PlaceI(int a,
              int b)
Method Detail

getX

public int getX()
Specified by:
getX in interface Place

getY

public int getY()
Specified by:
getY in interface Place

getZ

public int getZ()
Specified by:
getZ in interface Place

setX

public void setX(int i)
Specified by:
setX in interface Place

setY

public void setY(int i)
Specified by:
setY in interface Place

setZ

public void setZ(int i)
Specified by:
setZ in interface Place

Logo

With the help of www.sourceforge.net and www.info.ucl.ac.be