graphics
Class NumImage

java.lang.Object
  extended by graphics.NumImage

public class NumImage
extends java.lang.Object


Field Summary
static short[][] gray
           
 
Constructor Summary
NumImage()
           
 
Method Summary
static short[][] getArray()
           
static short[][] getGray()
           
static int getHeight()
           
static java.awt.Image getImage()
           
static int getWidth()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

gray

public static short[][] gray
Constructor Detail

NumImage

public NumImage()
Method Detail

getImage

public static java.awt.Image getImage()

getWidth

public static int getWidth()

getHeight

public static int getHeight()

getGray

public static short[][] getGray()

getArray

public static short[][] getArray()