main
Class TheSky.NameXY

java.lang.Object
  extended by main.TheSky.NameXY
Enclosing class:
TheSky

public class TheSky.NameXY
extends java.lang.Object

class that holds the name and x-y positon for a candidate/standard


Field Summary
 java.lang.String name
           
 int x
           
 int y
           
 
Constructor Summary
TheSky.NameXY(java.lang.String name, int x, int y)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

x

public int x

y

public int y
Constructor Detail

TheSky.NameXY

public TheSky.NameXY(java.lang.String name,
                     int x,
                     int y)