graphics.grapher
Class GraphUtil

java.lang.Object
  extended by graphics.grapher.GraphUtil

public class GraphUtil
extends java.lang.Object

This class contains the graphcomponent, which has the axix, lbels and images of data to be graphed.


Constructor Summary
GraphUtil(DoubleXYData doubleXYData)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void setImageData(java.awt.Image img)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphUtil

public GraphUtil(DoubleXYData doubleXYData)
Method Detail

setImageData

public void setImageData(java.awt.Image img)

main

public static void main(java.lang.String[] args)