JIU 0.14.3

Serialized Form


Package net.sourceforge.jiu.apps

Class net.sourceforge.jiu.apps.jiuawtapplet extends Applet implements Serializable

serialVersionUID: 93423883004L


Package net.sourceforge.jiu.codecs

Class net.sourceforge.jiu.codecs.InvalidFileStructureException extends OperationFailedException implements Serializable

Class net.sourceforge.jiu.codecs.InvalidImageIndexException extends OperationFailedException implements Serializable

Class net.sourceforge.jiu.codecs.UnsupportedCodecModeException extends OperationFailedException implements Serializable

Class net.sourceforge.jiu.codecs.UnsupportedTypeException extends OperationFailedException implements Serializable

Class net.sourceforge.jiu.codecs.WrongFileFormatException extends OperationFailedException implements Serializable


Package net.sourceforge.jiu.gui.awt

Class net.sourceforge.jiu.gui.awt.ImageCanvas extends Canvas implements Serializable

Serialized Fields

image

Image image

width

int width

height

int height

scaledWidth

int scaledWidth

scaledHeight

int scaledHeight

zoomFactorX

double zoomFactorX

zoomFactorY

double zoomFactorY

zoomToFit

boolean zoomToFit

myScrollPane

ScrollPane myScrollPane

Class net.sourceforge.jiu.gui.awt.JiuAwtFrame extends Frame implements Serializable

serialVersionUID: 2592450425245L

Serialized Fields

editor

EditorState editor

menuWrapper

AwtMenuWrapper menuWrapper

processor

AwtOperationProcessor processor

statusBar

Label statusBar

scrollPane

ScrollPane scrollPane

canvas

ImageCanvas canvas

Package net.sourceforge.jiu.gui.awt.dialogs

Class net.sourceforge.jiu.gui.awt.dialogs.CropDialog extends Dialog implements Serializable

Serialized Fields

ok

Button ok

cancel

Button cancel

x1

TextField x1

y1

TextField y1

x2

TextField x2

y2

TextField y2

width

int width

height

int height

newWidth

Label newWidth

newHeight

Label newHeight

pressedOk

boolean pressedOk

Class net.sourceforge.jiu.gui.awt.dialogs.GammaCorrectionDialog extends Dialog implements Serializable

Serialized Fields

ok

Button ok

cancel

Button cancel

gammaTextField

TextField gammaTextField

pressedOk

boolean pressedOk

result

Double result

MAX_GAMMA

double MAX_GAMMA

Class net.sourceforge.jiu.gui.awt.dialogs.HueSaturationValueDialog extends Dialog implements Serializable

Serialized Fields

ok

Button ok

cancel

Button cancel

colorPanel

Panel colorPanel

hue

TextField hue

saturation

TextField saturation

value

TextField value

setHue

Checkbox setHue

pressedOk

boolean pressedOk

Class net.sourceforge.jiu.gui.awt.dialogs.InfoDialog extends Dialog implements Serializable

Serialized Fields

ok

Button ok

textArea

TextArea textArea

Class net.sourceforge.jiu.gui.awt.dialogs.IntegerDialog extends Dialog implements Serializable

Serialized Fields

cancel

Button cancel

maxValue

int maxValue

minValue

int minValue

ok

Button ok

result

Integer result

scrollbar

Scrollbar scrollbar

valueTextField

TextComponent valueTextField

Class net.sourceforge.jiu.gui.awt.dialogs.MapToArbitraryPaletteDialog extends Dialog implements Serializable

Serialized Fields

ok

Button ok

cancel

Button cancel

checkboxes

Checkbox[] checkboxes

paletteType

CheckboxGroup paletteType

dithering

Choice dithering

pressedOk

boolean pressedOk

Class net.sourceforge.jiu.gui.awt.dialogs.MedianCutDialog extends Dialog implements Serializable

Serialized Fields

METHODS

int[][] METHODS

ERROR_DIFFUSION_STRINGS

int[] ERROR_DIFFUSION_STRINGS

ERROR_DIFFUSION_TYPES

int[] ERROR_DIFFUSION_TYPES

ok

Button ok

cancel

Button cancel

numColorsField

TextField numColorsField

outputColorType

Choice outputColorType

reprColorMethod

Choice reprColorMethod

algorithms

Choice algorithms

errorDiffusion

Choice errorDiffusion

numPassesField

TextField numPassesField

tauField

TextField tauField

pressedOk

boolean pressedOk

Class net.sourceforge.jiu.gui.awt.dialogs.OctreeDialog extends Dialog implements Serializable

Serialized Fields

DITHERING_STRINGS

int[] DITHERING_STRINGS

DITHERING_TYPES

int[] DITHERING_TYPES

ok

Button ok

cancel

Button cancel

numColorsField

TextField numColorsField

outputColorType

Choice outputColorType

dithering

Choice dithering

pressedOk

boolean pressedOk

Class net.sourceforge.jiu.gui.awt.dialogs.ReduceGrayscaleDialog extends Dialog implements Serializable

Serialized Fields

DITHERING_METHODS

int[][] DITHERING_METHODS

strings

Strings strings

ok

Button ok

cancel

Button cancel

scrollbar

Scrollbar scrollbar

ditheringMethod

Choice ditheringMethod

bitLabel

Label bitLabel

shadesLabel

Label shadesLabel

pressedOk

boolean pressedOk

Class net.sourceforge.jiu.gui.awt.dialogs.ScaleDialog extends Dialog implements Serializable

Serialized Fields

ok

Button ok

cancel

Button cancel

heightTextField

TextComponent heightTextField

widthTextField

TextComponent widthTextField

maintainAspectRatio

Checkbox maintainAspectRatio

types

Choice types

pressedOk

boolean pressedOk

oldWidthString

String oldWidthString

oldHeightString

String oldHeightString

oldWidth

int oldWidth

oldHeight

int oldHeight

type

int type

Class net.sourceforge.jiu.gui.awt.dialogs.ShearDialog extends Dialog implements Serializable

Serialized Fields

ok

Button ok

cancel

Button cancel

angleTextField

TextField angleTextField

pressedOk

boolean pressedOk

result

Double result

newWidthLabel

Label newWidthLabel

imageWidth

int imageWidth

imageHeight

int imageHeight

Class net.sourceforge.jiu.gui.awt.dialogs.UniformPaletteQuantizerDialog extends Dialog implements Serializable

Serialized Fields

DITHERING_METHODS

int[][] DITHERING_METHODS

strings

Strings strings

ok

Button ok

cancel

Button cancel

redScrollbar

Scrollbar redScrollbar

greenScrollbar

Scrollbar greenScrollbar

blueScrollbar

Scrollbar blueScrollbar

ditheringMethod

Choice ditheringMethod

infoLabel1

Label infoLabel1

infoLabel2

Label infoLabel2

redLabel

Label redLabel

greenLabel

Label greenLabel

blueLabel

Label blueLabel

pressedOk

boolean pressedOk

Class net.sourceforge.jiu.gui.awt.dialogs.WindowSizeDialog extends Dialog implements Serializable

Serialized Fields

ok

Button ok

cancel

Button cancel

width

TextField width

height

TextField height

pressedOk

boolean pressedOk

Class net.sourceforge.jiu.gui.awt.dialogs.YesNoDialog extends Dialog implements Serializable

Serialized Fields

yes

Button yes

no

Button no

cancel

Button cancel

result

int result

Package net.sourceforge.jiu.ops

Class net.sourceforge.jiu.ops.MissingParameterException extends OperationFailedException implements Serializable

Class net.sourceforge.jiu.ops.OperationFailedException extends Exception implements Serializable

Class net.sourceforge.jiu.ops.WrongParameterException extends OperationFailedException implements Serializable


JIU 0.14.3

Copyright © 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Marco Schmidt