Serialized Form
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.
-
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
this$0
ImgScrollPane this$0
Package jj2000.j2k.codestream |
Package jj2000.j2k.decoder |
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