Serialized Form


Package com.sun.jimi.core

Class com.sun.jimi.core.ConfigurationException implements Serializable

Class com.sun.jimi.core.ImageAccessException implements Serializable

Class com.sun.jimi.core.InvalidOptionException implements Serializable

Class com.sun.jimi.core.JimiException implements Serializable

Class com.sun.jimi.core.NoImageAvailException implements Serializable

Class com.sun.jimi.core.StorageException implements Serializable

Class com.sun.jimi.core.UnsupportedFormatException implements Serializable

Class com.sun.jimi.core.VMemException implements Serializable


Package com.sun.jimi.core.component

Class com.sun.jimi.core.component.AbstractRenderer implements Serializable

Serialized Fields

canvas

JimiCanvas canvas

image

java.awt.Image image

producer

java.awt.image.ImageProducer producer

raster

JimiRasterImage raster

Class com.sun.jimi.core.component.AreaRenderer implements Serializable

Serialized Fields

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

Class com.sun.jimi.core.component.BestFitRenderer implements Serializable

Class com.sun.jimi.core.component.CompositeRenderer implements Serializable

Serialized Fields

primary

JimiImageRenderer primary

secondary

JimiImageRenderer secondary

Class com.sun.jimi.core.component.CroppedPreviewCanvas implements Serializable

Serialized Fields

completeImage

java.awt.Image completeImage

cropHeight

int cropHeight

cropWidth

int cropWidth

previewImage

java.awt.Image previewImage

rasterImage

JimiRasterImage rasterImage

Class com.sun.jimi.core.component.CropRenderer implements Serializable

Serialized Fields

cachedArea

java.awt.Rectangle cachedArea

cacheImage

java.awt.Image cacheImage

Class com.sun.jimi.core.component.FitToWidthPanel implements Serializable

Serialized Fields

cache

java.awt.Image cache

canvas

JimiCanvas canvas

needsRedraw

boolean needsRedraw

position

int position

producer

java.awt.image.ImageProducer producer

Class com.sun.jimi.core.component.FitToWidthRenderer implements Serializable

Serialized Fields

cachedArea

java.awt.Rectangle cachedArea

cachedImage

java.awt.Image cachedImage

cachedWidth

int cachedWidth

jsp

java.awt.ScrollPane jsp

Class com.sun.jimi.core.component.FitWidthRenderer implements Serializable

Serialized Fields

canvas

JimiCanvas canvas

panel

FitToWidthPanel panel

rasterImage

JimiRasterImage rasterImage

scroller

java.awt.Scrollbar scroller

Class com.sun.jimi.core.component.JimiCanvas implements Serializable

Serialized Fields

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

Class com.sun.jimi.core.component.JimiCanvasLW implements Serializable

Serialized Fields

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

Class com.sun.jimi.core.component.JimiScrollPane implements Serializable

Serialized Fields

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

Class com.sun.jimi.core.component.MultipageRenderer implements Serializable

Serialized Fields

cache

ImageCache cache

index

int index

info

java.awt.Label info

next

java.awt.Button next

previous

java.awt.Button previous

target

JimiImageRenderer target

Class com.sun.jimi.core.component.ScaleRenderer implements Serializable

Class com.sun.jimi.core.component.ScrollRenderer implements Serializable

Serialized Fields

jsp

java.awt.ScrollPane jsp

Class com.sun.jimi.core.component.SmartCroppingPanel implements Serializable

Serialized Fields

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

Class com.sun.jimi.core.component.SmartScrollingRenderer implements Serializable

Serialized Fields

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

Class com.sun.jimi.core.options.OptionException implements Serializable


Package com.sun.jimi.core.util

Class com.sun.jimi.core.util.JimiImageSerializer implements Serializable

Serialization Methods

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

Class com.sun.jimi.util.zip.DataFormatException implements Serializable