Serialized Form
|
Package com.sun.media.jai.codec |
compressed
boolean compressed
topDown
boolean topDown
version
int version
resolution
int resolution
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
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
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
backgroundPaletteGray
int backgroundPaletteGray
bitShift
int bitShift
bitShiftSet
boolean bitShiftSet
transparency
int[] transparency
backgroundPaletteIndex
int backgroundPaletteIndex
palette
int[] palette
paletteSet
boolean paletteSet
transparency
int[] transparency
backgroundRGB
int[] backgroundRGB
transparency
int[] transparency
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.
raw
boolean raw
decodePaletteAsShorts
boolean decodePaletteAsShorts
compression
int compression
writeTiled
boolean writeTiled
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().
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.
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.
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.
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.
one
int one
round
int round
round2
int round2
shift
int shift
shift2
int shift2
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
threshold
int threshold
- The inclusion/exclusion threshold of the ROI.
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.
c1
float c1
c2
float c2
c3
float c3
c4
float c4
c5
float c5
c6
float c6
transform
java.awt.geom.AffineTransform transform
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
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
transform
PerspectiveTransform transform
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.
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 |
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.
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