jds.util
Class Reporter

java.lang.Object
  |
  +--jds.util.Reporter

public class Reporter
extends java.lang.Object


Constructor Summary
Reporter(GraphMaker thegm, java.lang.String thename)
           
 
Method Summary
 void addPoint(int[] thex, int[] they)
           
 void addPoint(int thex, int they)
           
 void clear()
           
 int getLastX()
           
 int getLastY()
           
 java.lang.String getName()
           
 int getSize()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Reporter

public Reporter(GraphMaker thegm,
                java.lang.String thename)
Method Detail

getName

public java.lang.String getName()

addPoint

public void addPoint(int thex,
                     int they)

addPoint

public void addPoint(int[] thex,
                     int[] they)

clear

public void clear()

getSize

public int getSize()

getLastX

public int getLastX()

getLastY

public int getLastY()