net.agmodel.chizudata
Class ChizuResult
java.lang.Object
|
+--net.agmodel.chizudata.ChizuResult
- All Implemented Interfaces:
- Serializable, net.agmodel.genericBroker.ServerResult
- public class ChizuResult
- extends Object
- implements Serializable, net.agmodel.genericBroker.ServerResult
A serializable buffered image
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bi_array
byte[][] bi_array
width
int width
height
int height
dataType
int dataType
pixelStride
int pixelStride
scanLineStride
int scanLineStride
bandOffsets
int[] bandOffsets
bitsPerPixel
int bitsPerPixel
nPixels
static final int nPixels
red
byte[] red
green
byte[] green
blue
byte[] blue
ChizuResult
public ChizuResult(BufferedImage bi,
int w,
int h)
- Create a serializable object from a BufferedImage
- Parameters:
bi - the imagew - the width of the imageh - the height of the image
getBufferedImage
public BufferedImage getBufferedImage()
- Get the buffered image.
- Returns:
- a reconstructed buffered image