public static class ImageTracer.ImageData extends java.lang.Object
byte[]
data
int
height
width
ImageData(int mwidth, int mheight, byte[] mdata)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public int width
public int height
public byte[] data
public ImageData(int mwidth, int mheight, byte[] mdata)