Serialized Form


Package com.sun.media.jai.codec

Class com.sun.media.jai.codec.BMPEncodeParam implements Serializable

Serialized Fields

compressed

boolean compressed

topDown

boolean topDown

version

int version

Class com.sun.media.jai.codec.FPXDecodeParam implements Serializable

Serialized Fields

resolution

int resolution

Class com.sun.media.jai.codec.JPEGEncodeParam implements Serializable

Serialized Fields

hSamp

int[] hSamp

qTab

int[][] qTab

qTabSet

boolean[] qTabSet

qTabSlot

int[] qTabSlot

qual

float qual

qualitySet

boolean qualitySet

rstInterval

int rstInterval

vSamp

int[] vSamp

writeImageOnly

boolean writeImageOnly

writeJFIFHeader

boolean writeJFIFHeader

writeTablesOnly

boolean writeTablesOnly

Class com.sun.media.jai.codec.PNGDecodeParam implements Serializable

Serialized Fields

displayExponent

float displayExponent

encodeParam

PNGEncodeParam encodeParam

expandGrayAlpha

boolean expandGrayAlpha

expandPalette

boolean expandPalette

generateEncodeParam

boolean generateEncodeParam

output8BitGray

boolean output8BitGray

performGammaCorrection

boolean performGammaCorrection

suppressAlpha

boolean suppressAlpha

userExponent

float userExponent

Class com.sun.media.jai.codec.PNGEncodeParam implements Serializable

Serialized Fields

backgroundSet

boolean backgroundSet

bitDepth

int bitDepth

bitDepthSet

boolean bitDepthSet

chromaticity

float[] chromaticity

chromaticitySet

boolean chromaticitySet

chunkData

java.util.Vector chunkData

chunkType

java.util.Vector chunkType

gamma

float gamma

gammaSet

boolean gammaSet

ICCProfileData

byte[] ICCProfileData

ICCProfileDataSet

boolean ICCProfileDataSet

modificationTime

java.util.Date modificationTime

modificationTimeSet

boolean modificationTimeSet

paletteHistogram

int[] paletteHistogram

paletteHistogramSet

boolean paletteHistogramSet

physicalDimension

int[] physicalDimension

physicalDimensionSet

boolean physicalDimensionSet

significantBits

int[] significantBits

significantBitsSet

boolean significantBitsSet

SRGBIntent

int SRGBIntent

SRGBIntentSet

boolean SRGBIntentSet

suggestedPalette

PNGSuggestedPaletteEntry[] suggestedPalette

suggestedPaletteSet

boolean suggestedPaletteSet

text

java.lang.String[] text

textSet

boolean textSet

transparencySet

boolean transparencySet

useInterlacing

boolean useInterlacing

zText

java.lang.String[] zText

zTextSet

boolean zTextSet

Class com.sun.media.jai.codec.PNGEncodeParam.Gray implements Serializable

Serialized Fields

backgroundPaletteGray

int backgroundPaletteGray

bitShift

int bitShift

bitShiftSet

boolean bitShiftSet

transparency

int[] transparency

Class com.sun.media.jai.codec.PNGEncodeParam.Palette implements Serializable

Serialized Fields

backgroundPaletteIndex

int backgroundPaletteIndex

palette

int[] palette

paletteSet

boolean paletteSet

transparency

int[] transparency

Class com.sun.media.jai.codec.PNGEncodeParam.RGB implements Serializable

Serialized Fields

backgroundRGB

int[] backgroundRGB

transparency

int[] transparency

Class com.sun.media.jai.codec.PNGSuggestedPaletteEntry implements Serializable

Serialized Fields

alpha

int alpha
The alpha opacity value of the entry.

blue

int blue
The blue color value of the entry.

frequency

int frequency
The probable frequency of the color in the image.

green

int green
The green color value of the entry.

name

java.lang.String name
The name of the entry.

red

int red
The red color value of the entry.

sampleDepth

int sampleDepth
The depth of the color samples.

Class com.sun.media.jai.codec.PNMEncodeParam implements Serializable

Serialized Fields

raw

boolean raw

Class com.sun.media.jai.codec.TIFFDecodeParam implements Serializable

Serialized Fields

decodePaletteAsShorts

boolean decodePaletteAsShorts

Class com.sun.media.jai.codec.TIFFEncodeParam implements Serializable

Serialized Fields

compression

int compression

writeTiled

boolean writeTiled


Package javax.media.jai

Class javax.media.jai.CanvasJAI implements Serializable

Class javax.media.jai.ColorCube implements Serializable

Serialized Fields

adjustedOffset

int adjustedOffset
An offset into the lookup table, accounting for negative dimensions.

dataType

int dataType
The data type cached to accelerate findNearestEntry().

dimension

int[] dimension
The signed array of sizes used to create the ColorCube.

dimsLessOne

int[] dimsLessOne
An array of positive values each of whose elements is one less than the absolute value of the corresponding element of the dimension array.

multipliers

int[] multipliers
An array of multipliers.

The magnitudes of the elements of the multiplier array are defined as multipliers[0] = 1 and multipliers[i] = multipliers[i-1]*Math.abs(dimension[i-1]) where i > 0. The elements are subsequently assigned the same sign (positive or negative) as the corresponding elements of the dimension array.


numBands

int numBands
The number of bands cached to accelerate findNearestEntry().

Class javax.media.jai.Histogram implements Serializable

Serialized Fields

bins

int[][] bins
The bins for each band, used to hold information about pixel vlaues.

binWidth

double[] binWidth

highValue

double[] highValue
The highest pixel value of the image checked for each band.

lowValue

double[] lowValue
The lowest pixel value of the image checked for each band.

numBands

int numBands
The number of bands in the image which the histogram is taken.

numBins

int[] numBins
The number of bins used for each band of the image.

Class javax.media.jai.ImageLayout implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Deserialize the ImageLayout.

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialize the ImageLayout.
Serialized Fields

height

int height
The image's height.

minX

int minX
The image's minimum X coordinate.

minY

int minY
The image's minimum Y coordinate.

tileGridXOffset

int tileGridXOffset
The X coordinate of tile (0, 0).

tileGridYOffset

int tileGridYOffset
The Y coordinate of tile (0, 0).

tileHeight

int tileHeight
The height of a tile.

tileWidth

int tileWidth
The width of a tile.

validMask

int validMask
The 'or'-ed together valid bitmasks.

width

int width
The image's width.

Class javax.media.jai.Interpolation implements Serializable

Serialized Fields

bottomPadding

int bottomPadding
The number of pixels lying below the interpolation kernel key position.

height

int height
The height of the interpolation kernel in pixels.

leftPadding

int leftPadding
The number of pixels lying to the left of the interpolation kernel key position.

rightPadding

int rightPadding
The number of pixels lying to the right of the interpolation kernel key position.

subsampleBitsH

int subsampleBitsH
The numbers of bits used for the horizontal subsample position. This value determines how integer fractional positons are to be interpreted.

subsampleBitsV

int subsampleBitsV
The numbers of bits used for the vertical subsample position. This value determines how integer fractional positons are to be interpreted.

topPadding

int topPadding
The number of pixels lying above the interpolation kernel key position.

width

int width
The width of the interpolation kernel in pixels.

Class javax.media.jai.InterpolationBicubic implements Serializable

Class javax.media.jai.InterpolationBicubic2 implements Serializable

Class javax.media.jai.InterpolationBilinear implements Serializable

Serialized Fields

one

int one

round

int round

round2

int round2

shift

int shift

shift2

int shift2

Class javax.media.jai.InterpolationNearest implements Serializable

Class javax.media.jai.InterpolationTable implements Serializable

Serialized Fields

dataHd

double[] dataHd
The horizontal coefficient data in double format.

dataHf

float[] dataHf
The horizontal coefficient data in floating-point format.

dataHi

int[] dataHi
The horizontal coefficient data in fixed-point format.

dataVd

double[] dataVd
The vertical coefficient data in double format.

dataVf

float[] dataVf
The vertical coefficient data in floating-point format.

dataVi

int[] dataVi
The vertical coefficient data in fixed-point format.

numSubsamplesH

int numSubsamplesH
The number of horizontal subpixel positions within a pixel.

numSubsamplesV

int numSubsamplesV
The number of vertical subpixel positions within a pixel.

precisionBits

int precisionBits
The number of fractional bits used to describe filter coefficients.

round

int round
The number 1/2 with precisionBits of fractional precision.

Class javax.media.jai.KernelJAI implements Serializable

Serialized Fields

data

float[] data
The kernel data in row-major format.

dataH

float[] dataH
The horizontal data for a separable kernel

dataV

float[] dataV
The vertical data for a separable kernel

height

int height
The height of the kernel.

isHorizontallySymmetric

boolean isHorizontallySymmetric
True if the kernel has horizontal (Y axis) symmetry.

isSeparable

boolean isSeparable
True if the kernel is separable.

isVerticallySymmetric

boolean isVerticallySymmetric
True if the kernel has vertical (X axis) symmetry.

rotatedKernel

KernelJAI rotatedKernel
Variable to cache a copy of the rotated kernel

width

int width
The width of the kernel.

xOrigin

int xOrigin
The X coordinate of the key element.

yOrigin

int yOrigin
The Y coordinate of the key element.

Class javax.media.jai.LookupTableJAI implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Deserialize the LookupTableJAI.

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialize the LookupTableJAI.

Class javax.media.jai.MultiResolutionRenderableImage implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Deserialize the MultiResolutionRenderableImage.

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialize the MultiResolutionRenderableImage.
Serialized Fields

aspect

float aspect
The aspect ratio, derived from the highest-resolution source.

height

float height
The height in Renderable coordinates.

minX

float minX
The min X coordinate in Renderable coordinates.

minY

float minY
The min Y coordinate in Renderable coordinates.

numSources

int numSources

width

float width
The width in Renderable coordinates.

Class javax.media.jai.OperationRegistry implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Restores the contents of the registry from an ObjectInput which was previously written using the writeExternal method.
Serial Data:
The format of the data from the ObjectInput is expected to be the same as that written out by the writeExternal method.

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Saves the contents of the registry in the format described for the writeToStream method.

Class javax.media.jai.ParameterBlockJAI implements Serializable

Serialized Fields

indexTable

java.util.Hashtable indexTable
A Hashtable mapping parameter names to their index.

odesc

OperationDescriptor odesc
The OperationDescriptor associated with this ParameterBlockJAI.

paramClasses

java.lang.Class[] paramClasses
The Class types of the parameters.

Class javax.media.jai.PerspectiveTransform implements Serializable

Serialized Fields

m00

double m00
An element of the transform matrix.

m01

double m01
An element of the transform matrix.

m02

double m02
An element of the transform matrix.

m10

double m10
An element of the transform matrix.

m11

double m11
An element of the transform matrix.

m12

double m12
An element of the transform matrix.

m20

double m20
An element of the transform matrix.

m21

double m21
An element of the transform matrix.

m22

double m22
An element of the transform matrix.

Class javax.media.jai.RenderableOp implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Deserialize the RenderableOp.

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialize the RenderableOp.
Serialized Fields

operationName

java.lang.String operationName
The name of the operation this node represents.

volatilePropertyInfo

java.util.Vector volatilePropertyInfo
Cache of information in "thePropertySource" which is lost in the serialization/deserialization process. This includes the PropertyGenerators added via addPropertyGenerator() and the names of properties specified via suppressProperty(). The nature of each Vector element is determined by its class, i.e., String (name of a suppressed property) or PropertyGenerator.

Class javax.media.jai.RenderedOp implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Deserialize the RenderedOp.

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serializes the RenderedOp.
Serialized Fields

operationName

java.lang.String operationName
The name of the operation this node represents.

synthProperties

java.util.Hashtable synthProperties
Synthesized properties.

volatilePropertyInfo

java.util.Vector volatilePropertyInfo
Cache of information in "thePropertySource" which is lost in the serialization/deserialization process. This includes the PropertyGenerators added via addPropertyGenerator() and the names of properties specified via suppressProperty(). The nature of each Vector element is determined by its class, i.e., String (name of a suppressed property) or PropertyGenerator.

Class javax.media.jai.ROI implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Deserialize the ROI.

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialize the ROI.
Serialized Fields

threshold

int threshold
The inclusion/exclusion threshold of the ROI.

Class javax.media.jai.ROIShape implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Deserialize the ROIShape.

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialize the ROIShape.

Class javax.media.jai.Warp implements Serializable

Class javax.media.jai.WarpAffine implements Serializable

Serialized Fields

c1

float c1

c2

float c2

c3

float c3

c4

float c4

c5

float c5

c6

float c6

transform

java.awt.geom.AffineTransform transform

Class javax.media.jai.WarpCubic implements Serializable

Serialized Fields

c1

float c1

c10

float c10

c11

float c11

c12

float c12

c13

float c13

c14

float c14

c15

float c15

c16

float c16

c17

float c17

c18

float c18

c19

float c19

c2

float c2

c20

float c20

c3

float c3

c4

float c4

c5

float c5

c6

float c6

c7

float c7

c8

float c8

c9

float c9

Class javax.media.jai.WarpGeneralPolynomial implements Serializable

Class javax.media.jai.WarpGrid implements Serializable

Serialized Fields

xEnd

int xEnd

xNumCells

int xNumCells

xStart

int xStart

xStep

int xStep

xWarpPos

float[] xWarpPos

yEnd

int yEnd

yNumCells

int yNumCells

yStart

int yStart

yStep

int yStep

yWarpPos

float[] yWarpPos

Class javax.media.jai.WarpPerspective implements Serializable

Serialized Fields

transform

PerspectiveTransform transform

Class javax.media.jai.WarpPolynomial implements Serializable

Serialized Fields

degree

int degree
The degree of the polynomial, determined by the number of coefficients supplied via the X and Y coefficients arrays.

postScaleX

float postScaleX
A scaling factor applied to the result of the X polynomial evaluation which compensates for the input scaling, so that the correctly scaled result is achieved.

postScaleY

float postScaleY
A scaling factor applied to the result of the Y polynomial evaluation which compensates for the input scaling, so that the correctly scaled result is achieved.

preScaleX

float preScaleX
A scaling factor applied to input (dest) x coordinates to which may improve computational accuracy.

preScaleY

float preScaleY
A scaling factor applied to input (dest) y coordinates to which may improve computational accuracy.

xCoeffs

float[] xCoeffs
An array of coefficients that maps a destination point to the source's X coordinate.

yCoeffs

float[] yCoeffs
An array of coefficients that maps a destination point to the source's Y coordinate.

Class javax.media.jai.WarpQuadratic implements Serializable

Serialized Fields

c1

float c1

c10

float c10

c11

float c11

c12

float c12

c2

float c2

c3

float c3

c4

float c4

c5

float c5

c6

float c6

c7

float c7

c8

float c8

c9

float c9


Package javax.media.jai.widget

Class javax.media.jai.widget.ImageCanvas implements Serializable

Serialized Fields

backgroundColor

java.awt.Color backgroundColor

canvasHeight

int canvasHeight
The height of the canvas.

canvasWidth

int canvasWidth
The width of the canvas.

colorModel

java.awt.image.ColorModel colorModel
The image's ColorModel or one we supply.

drawBorder

boolean drawBorder

grayColor

java.awt.Color grayColor

im

java.awt.image.RenderedImage im
The source RenderedImage.

imHeight

int imHeight

imWidth

int imWidth

maxTileX

int maxTileX
The image's max X tile.

maxTileY

int maxTileY
The image's max Y tile.

minTileX

int minTileX
The image's min X tile.

minTileY

int minTileY
The image's min Y tile.

originX

int originX
The pixel to display in the upper left corner or the canvas.

originY

int originY
The pixel to display in the upper left corner or the canvas.

padX

int padX

padY

int padY

sampleModel

java.awt.image.SampleModel sampleModel
The image's SampleModel.

tileGridXOffset

int tileGridXOffset
The image's tile grid X offset.

tileGridYOffset

int tileGridYOffset
The image's tile grid Y offset.

tileHeight

int tileHeight
The image's tile height.

tileWidth

int tileWidth
The image's tile width.

Class javax.media.jai.widget.ScrollingImagePanel implements Serializable

Serialized Fields

beingDragged

boolean beingDragged
True if we are in the middle of a mouse drag.

defaultCursor

java.awt.Cursor defaultCursor
A place to save the cursor.

ic

ImageCanvas ic
The ImageCanvas we are controlling.

im

java.awt.image.RenderedImage im
The RenderedImage displayed by the ImageCanvas.

moveSource

java.awt.Point moveSource
The initial Point of a mouse drag.

panelHeight

int panelHeight
The height of the panel.

panelWidth

int panelWidth
The width of the panel.

viewportListeners

java.util.Vector viewportListeners
Vector of ViewportListeners.




Casa de Bender