All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ch.jp.robwar.Position

java.lang.Object
   |
   +----ch.jp.robwar.Position

public class Position
extends Object
implements Serializable
A position. Nothing magic here


Variable Index

 o x
 o y

Constructor Index

 o Position()
 o Position(double, double)

Method Index

 o clone()

Variables

 o x
 public double x
 o y
 public double y

Constructors

 o Position
 public Position(double nx,
                 double ny)
 o Position
 public Position()

Methods

 o clone
 public Object clone()
Overrides:
clone in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index
1