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

Field Summary
(package private)  int amask
           
(package private)  int[] bandOffsets
           
(package private)  long beginConstruct
           
(package private)  long beginReconstruct
           
(package private)  byte[][] bi_array_byte
           
(package private)  int[][] bi_array_int
           
(package private)  int bitsPerPixel
           
(package private)  int bmask
           
(package private)  ColorSpace cs
           
(package private)  int dataBitOffset
           
(package private)  int dataType
           
(package private)  long endConstruct
           
(package private)  long endReconstruct
           
 String flag
           
(package private)  int gmask
           
(package private)  int height
           
(package private)  int imgType
           
(package private)  byte[][] map
           
(package private)  int[] masks
           
(package private) static int nPixels
           
(package private)  int pixelStride
           
(package private)  int rmask
           
(package private)  int scanLineStride
           
(package private)  String smflag
           
(package private)  int transferType
           
(package private)  int transparency
           
(package private)  int width
           
 
Constructor Summary
UnpackedImage(BufferedImage bi)
           
 
Method Summary
 BufferedImage getBufferedImage()
          retrieve the BufferedImage from a SerializableImage.
 String reportTimes()
           
 void showArrayDetails()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

UnpackedImage

public UnpackedImage(BufferedImage bi)
Method Detail

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()