Test
Class CreateGrayImage

java.lang.Object
  extended by Test.CreateGrayImage

public class CreateGrayImage
extends java.lang.Object

This application creates a gray-level image in memory and store it in a file.


Constructor Summary
CreateGrayImage()
           
 
Method Summary
 void doTestImage(java.lang.String path, java.awt.Dimension d, int[] data)
          The application entry point.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateGrayImage

public CreateGrayImage()
Method Detail

doTestImage

public void doTestImage(java.lang.String path,
                        java.awt.Dimension d,
                        int[] data)
The application entry point.