vs
Class WritePPM

java.lang.Object
  |
  +--vs.WritePPM

public class WritePPM
extends java.lang.Object


Constructor Summary
WritePPM(int imageWidth, int imageHeight)
           
 
Method Summary
static void doIt(short[][] r, short[][] g, short[][] b, java.lang.String fn)
           
 void header(java.io.OutputStream out)
           
 void image(java.io.OutputStream out, short[][] r, short[][] g, short[][] b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WritePPM

public WritePPM(int imageWidth,
                int imageHeight)
Method Detail

doIt

public static void doIt(short[][] r,
                        short[][] g,
                        short[][] b,
                        java.lang.String fn)

header

public void header(java.io.OutputStream out)

image

public void image(java.io.OutputStream out,
                  short[][] r,
                  short[][] g,
                  short[][] b)