Serialized Form
Package com.sun.jimi.core |
Package com.sun.jimi.core.component |
canvas
JimiCanvas canvas
image
java.awt.Image image
producer
java.awt.image.ImageProducer producer
raster
JimiRasterImage raster
buffer
java.awt.Graphics buffer
bufferImage
java.awt.Image bufferImage
cropHeight
int cropHeight
cropWidth
int cropWidth
cropX
int cropX
cropY
int cropY
images
java.awt.Image[] images
jsp
JimiScrollPane jsp
parts
int parts
primary
JimiImageRenderer primary
secondary
JimiImageRenderer secondary
completeImage
java.awt.Image completeImage
cropHeight
int cropHeight
cropWidth
int cropWidth
previewImage
java.awt.Image previewImage
rasterImage
JimiRasterImage rasterImage
cachedArea
java.awt.Rectangle cachedArea
cacheImage
java.awt.Image cacheImage
cache
java.awt.Image cache
canvas
JimiCanvas canvas
needsRedraw
boolean needsRedraw
position
int position
producer
java.awt.image.ImageProducer producer
cachedArea
java.awt.Rectangle cachedArea
cachedImage
java.awt.Image cachedImage
cachedWidth
int cachedWidth
jsp
java.awt.ScrollPane jsp
canvas
JimiCanvas canvas
panel
FitToWidthPanel panel
rasterImage
JimiRasterImage rasterImage
scroller
java.awt.Scrollbar scroller
aspectAdjust
boolean aspectAdjust
fitWidth
int fitWidth
imageCache
ImageCache imageCache
justificationPolicy
int justificationPolicy
- initialized policy to a default value.
loadingFlags
int loadingFlags
progressListener
ProgressListener progressListener
renderer
JimiImageRenderer renderer
resizePolicy
int resizePolicy
scalingPolicy
int scalingPolicy
willSizeToFit
boolean willSizeToFit
- This
JimiCanvas
will automatically resize to fit the
Image
if true.
- See Also:
JimiCanvas#getWillResize
,
JimiCanvas#setWillResize
fitWidth
int fitWidth
justificationPolicy
int justificationPolicy
- One of eight possible imageJustifications. If image does not fill the
entire canvas, it will be drawn according to this justification policy.
- See Also:
getImageJustification
,
setJustificationPolicy
lastHeight
int lastHeight
- The height at which the cached image was sized for
lastJustificationPolicy
int lastJustificationPolicy
- The justification policy under which the cached image was created
lastResizePolicy
int lastResizePolicy
- The resize policy under which the cached image was created
lastScalingPolicy
int lastScalingPolicy
- The scaling policy under which the cached image was created
lastWidth
int lastWidth
- The width at which the cached image was sized for
myImageLocation
java.net.URL myImageLocation
- Tells J.I.M.I. where to load
myImage
from. This
value may be null if you wish to explicitly set myImage
.
- See Also:
setImage
,
setImageLocation
,
getImageLocation
,
loadImage
resizePolicy
int resizePolicy
- One of three possible resize policies. If an image needs to be modified
to fill a canvas, or to fit within it, then this policy will be used to
determine how to do this.
- See Also:
getResizePolicy
,
setResizePolicy
scalingPolicy
int scalingPolicy
- One of two possible scaling policies. If an image needs to be scaled,
then this policy will be used to determine how to do this.
- See Also:
getScalingPolicy
,
setScalingPolicy
willSizeToFit
boolean willSizeToFit
- This
JimiCanvas
will automatically resize to fit the
Image
if true.
- See Also:
getWillResize
,
setWillResize
box
java.awt.Button box
comp
java.awt.Component comp
compHeight
int compHeight
compWidth
int compWidth
horizontal
java.awt.Scrollbar horizontal
paintX
int paintX
paintY
int paintY
policy
int policy
vertical
java.awt.Scrollbar vertical
cache
ImageCache cache
index
int index
info
java.awt.Label info
next
java.awt.Button next
previous
java.awt.Button previous
target
JimiImageRenderer target
jsp
java.awt.ScrollPane jsp
cached
java.awt.Image cached
cachedArea
java.awt.Rectangle cachedArea
canvas
JimiCanvas canvas
needsRedraw
boolean needsRedraw
offset
java.awt.Point offset
position
java.awt.Point position
raster
JimiRasterImage raster
viewingArea
java.awt.Rectangle viewingArea
canvas
JimiCanvas canvas
cropper
SmartCroppingPanel cropper
hsb
java.awt.Scrollbar hsb
rasterImage
JimiRasterImage rasterImage
vsb
java.awt.Scrollbar vsb
Package com.sun.jimi.core.options |
Package com.sun.jimi.core.util |
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException
- Extenalization support, should not be invoked directly.
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Extenalization support, should not be invoked directly.
Package com.sun.jimi.util.zip |