net.agmodel.imageutil
Class UnpackedImage
java.lang.Object
|
+--net.agmodel.imageutil.UnpackedImage
- All Implemented Interfaces:
- Serializable, SerializableImage
- public class UnpackedImage
- extends Object
- implements SerializableImage
Title: UnpackedImage
Description: A serilized version of BufferedImage, unpacked,and transferable between/among different servers and
clients.
Copyright: Copyright (c) 2002
Company:
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
beginConstruct
long beginConstruct
endConstruct
long endConstruct
beginReconstruct
long beginReconstruct
endReconstruct
long endReconstruct
bi_array_byte
byte[][] bi_array_byte
bi_array_int
int[][] bi_array_int
width
int width
height
int height
dataType
int dataType
pixelStride
int pixelStride
scanLineStride
int scanLineStride
bandOffsets
int[] bandOffsets
dataBitOffset
int dataBitOffset
transparency
int transparency
transferType
int transferType
bitsPerPixel
int bitsPerPixel
nPixels
static final int nPixels
- See Also:
- Constant Field Values
flag
public String flag
smflag
String smflag
map
byte[][] map
masks
int[] masks
rmask
int rmask
gmask
int gmask
bmask
int bmask
amask
int amask
imgType
int imgType
cs
ColorSpace cs
UnpackedImage
public UnpackedImage(BufferedImage bi)
getBufferedImage
public BufferedImage getBufferedImage()
- Description copied from interface:
SerializableImage
- retrieve the BufferedImage from a SerializableImage.
- Specified by:
getBufferedImage in interface SerializableImage
- Returns:
BufferedImage
reportTimes
public String reportTimes()
showArrayDetails
public void showArrayDetails()