All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class vs.WritePPM

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

public class WritePPM
extends java.lang.Object

Constructor Index

 o WritePPM(int, int)

Method Index

 o doIt(short[][], short[][], short[][], String)
 o header(OutputStream)
 o image(OutputStream, short[][], short[][], short[][])

Constructors

 o WritePPM
 public WritePPM(int imageWidth,
                 int imageHeight)

Methods

 o doIt
 public static void doIt(short r[][],
                         short g[][],
                         short b[][],
                         java.lang.String fn)
 o header
 public void header(java.io.OutputStream out)
 o image
 public void image(java.io.OutputStream out,
                   short r[][],
                   short g[][],
                   short b[][])

All Packages  Class Hierarchy  This Package  Previous  Next  Index