|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.vistech.util.GrayscaleImageFactory
| Constructor Summary | |
GrayscaleImageFactory()
|
|
GrayscaleImageFactory(int width,
int height,
int depth,
short[] data)
|
|
| Method Summary | |
static java.awt.image.BufferedImage |
createBandedImage(int imageWidth,
int imageHeight,
int imageDepth,
short[][] data)
|
java.awt.image.BufferedImage |
createImage()
|
static java.awt.image.BufferedImage |
createImage(int imageWidth,
int imageHeight,
int imageDepth,
short[] data)
|
java.awt.image.BufferedImage |
getGrayscaleImage()
|
static void |
main(java.lang.String[] args)
|
void |
setData(short[] data)
|
void |
setImageDepth(int depth)
|
void |
setImageDimension(int width,
int height)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public GrayscaleImageFactory()
public GrayscaleImageFactory(int width,
int height,
int depth,
short[] data)
| Method Detail |
public void setImageDimension(int width,
int height)
public void setImageDepth(int depth)
public void setData(short[] data)
public java.awt.image.BufferedImage getGrayscaleImage()
public java.awt.image.BufferedImage createImage()
public static java.awt.image.BufferedImage createImage(int imageWidth,
int imageHeight,
int imageDepth,
short[] data)
public static java.awt.image.BufferedImage createBandedImage(int imageWidth,
int imageHeight,
int imageDepth,
short[][] data)
public static void main(java.lang.String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||