rcssjava.monitor
Class FieldLine

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

public class FieldLine
extends FieldShape

Line drawn on field


Field Summary
 
Fields inherited from class rcssjava.monitor.FieldShape
depth
 
Constructor Summary
FieldLine(java.awt.Color color, VecPosition start, VecPosition end, 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

FieldLine

public FieldLine(java.awt.Color color,
                 VecPosition start,
                 VecPosition end,
                 int depth)
Method Detail

draw

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