Serialized Form


Package jj2000.disp

Class jj2000.disp.ImgScrollPane implements Serializable

Serialized Fields

copyScroll

boolean copyScroll
If scrolling is to be done by copying ot not. If not done by copying everything is redrawn.
 

hsbar

ImgScrollPane.ISPScrollbar hsbar
The horizontal scrollbar.
 

imgDisplay

ImgScrollPane.ImageScrollDisplay imgDisplay
The image display
 

lastSize

java.awt.Dimension lastSize
The viewable size used in the last scrollbar calculation.
 

lastZoom

float lastZoom
The zoom used in the last scrollbar calculation.
 

sbType

int sbType
The scrollbar type (always, as needed, etc.)
 

vsbar

ImgScrollPane.ISPScrollbar vsbar
The vertical scrollabr.
 

zoom

float zoom
The zoom to use in displaying the image. A factor larger than one produces a zoom in effect.
 

Class jj2000.disp.ImgScrollPane.ImageScrollDisplay implements Serializable

Serialized Fields

dim

java.awt.Dimension dim
The preferred size for this component
 

dimFlags

int dimFlags
The image dimension flags, as in ImageObserver. The ImageObserver.WIDTH and ImageObserver.HEIGHT flags are set whenever the dimension is stored in imgDim. They are reset whenever the image changes.
 

erase

boolean erase
If the current graphics context should be erased prior to drawing the image. Set when the image and/or zoom factor is changed.
 

img

java.awt.Image img
The image to be displayed
 

imgDim

java.awt.Dimension imgDim
The image dimensions, without any scaling. Set as soon as they are known.
 

lastUpdateOffset

java.awt.Point lastUpdateOffset
The last offset used in update().
 

this$0

ImgScrollPane this$0

Class jj2000.disp.ImgScrollPane.ISPScrollbar implements Serializable

Serialized Fields

this$0

ImgScrollPane this$0


Package jj2000.j2k

Class jj2000.j2k.NoNextElementException implements Serializable

Class jj2000.j2k.NotImplementedError implements Serializable


Package jj2000.j2k.codestream

Class jj2000.j2k.codestream.CorruptedCodestreamException implements Serializable


Package jj2000.j2k.decoder

Class jj2000.j2k.decoder.SimpleAppletDecoder implements Serializable

Serialized Fields

dec

Decoder dec
The decoder

decStarted

boolean decStarted
If the decoder thread has already been started

decThread

java.lang.Thread decThread
The thread where the decoder is run

isp

ImgScrollPane isp
Where the image is displayed

pl

ParameterList pl
The parameter list to give to the decoder


Package jj2000.j2k.util

Class jj2000.j2k.util.ParameterList implements Serializable

Class jj2000.j2k.util.StringFormatException implements Serializable