rcssjava.monitor
Class FieldCircle

java.lang.Object
  extended by rcssjava.monitor.FieldShape
      extended by rcssjava.monitor.FieldCircle
All Implemented Interfaces:
java.lang.Comparable<FieldShape>

public class FieldCircle
extends FieldShape

Circle drawn on field


Field Summary
 
Fields inherited from class rcssjava.monitor.FieldShape
depth
 
Constructor Summary
FieldCircle(java.awt.Color color, boolean filled, VecPosition center, double radius, int depth)
           
 
Method Summary
 void draw(rcssjava.monitor.FieldCanvas fc)
           
 
Methods inherited from class rcssjava.monitor.FieldShape
compareTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldCircle

public FieldCircle(java.awt.Color color,
                   boolean filled,
                   VecPosition center,
                   double radius,
                   int depth)
Method Detail

draw

public void draw(rcssjava.monitor.FieldCanvas fc)
Specified by:
draw in class FieldShape