kaos.robots.playerJavaClient
Class ColorBlob

java.lang.Object
  extended by kaos.robots.playerJavaClient.ColorBlob

public class ColorBlob
extends java.lang.Object


Field Summary
 int area
           
 short bottom
           
 int color
           
 short left
           
 short range
           
 short right
           
 short top
           
 short x
           
 short y
           
 
Constructor Summary
ColorBlob()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

color

public int color

area

public int area

x

public short x

y

public short y

left

public short left

right

public short right

top

public short top

bottom

public short bottom

range

public short range
Constructor Detail

ColorBlob

public ColorBlob()