bookExamples.ch44Printing
Class Graph

java.lang.Object
  extended by bookExamples.ch44Printing.Graph

public class Graph
extends java.lang.Object


Constructor Summary
Graph(double[] data, int width, int height)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void write(java.lang.String filename)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Graph

public Graph(double[] data,
             int width,
             int height)
Method Detail

write

public void write(java.lang.String filename)
           throws java.io.IOException
Throws:
java.io.IOException

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Throws:
java.io.IOException