|
|||||||||
| Home >> All >> org >> ydp >> [ jai overview ] | PREV NEXT | ||||||||
A
- abs(int) - Static method in class org.ydp.jai.PNGEncodeParam
- An abs() function for use by the Paeth predictor.
- addPrivateChunk(String, byte[]) - Method in class org.ydp.jai.PNGEncodeParam
- Adds a private chunk, in binary form, to the list of chunks to be stored with this image.
- alpha - Variable in class org.ydp.jai.PNGSuggestedPaletteEntry
- The alpha opacity value of the entry.
- alphaPalette - Variable in class org.ydp.jai.PNGImage
- alphaPalette - Variable in class org.ydp.jai.PNGImageEncoder
- available() - Method in class org.ydp.jai.ForwardSeekableStream
- Forwards the request to the real
InputStream.
B
- BLUE_OFFSET - Static variable in class org.ydp.jai.PNGImage
- ByteArraySeekableStream - class org.ydp.jai.ByteArraySeekableStream.
- A subclass of
SeekableStreamthat takes input from an array of bytes. - ByteArraySeekableStream(byte[], int, int) - Constructor for class org.ydp.jai.ByteArraySeekableStream
- Constructs a
ByteArraySeekableStreamtaking input from a given segment of an inputbytearray. - ByteArraySeekableStream(byte[]) - Constructor for class org.ydp.jai.ByteArraySeekableStream
- Constructs a
ByteArraySeekableStreamtaking input from an entire inputbytearray. - b - Static variable in class org.ydp.jai.PropertyUtil
- backgroundPaletteGray - Variable in class org.ydp.jai.PNGEncodeParam.Gray
- backgroundPaletteIndex - Variable in class org.ydp.jai.PNGEncodeParam.Palette
- backgroundRGB - Variable in class org.ydp.jai.PNGEncodeParam.RGB
- backgroundSet - Variable in class org.ydp.jai.PNGEncodeParam.Gray
- backgroundSet - Variable in class org.ydp.jai.PNGEncodeParam.Palette
- backgroundSet - Variable in class org.ydp.jai.PNGEncodeParam.RGB
- bandOffsets - Variable in class org.ydp.jai.PNGImage
- bankdata - Variable in class org.ydp.jai.DataBufferDouble
- The array of data banks.
- bankdata - Variable in class org.ydp.jai.DataBufferFloat
- The array of data banks.
- baos - Variable in class org.ydp.jai.ChunkStream
- bitDepth - Variable in class org.ydp.jai.PNGEncodeParam
- bitDepth - Variable in class org.ydp.jai.PNGImage
- bitDepth - Variable in class org.ydp.jai.PNGImageEncoder
- bitDepthSet - Variable in class org.ydp.jai.PNGEncodeParam
- bitShift - Variable in class org.ydp.jai.PNGEncodeParam.Gray
- bitShift - Variable in class org.ydp.jai.PNGImageEncoder
- bitShiftSet - Variable in class org.ydp.jai.PNGEncodeParam.Gray
- bitsHelper(int, ColorSpace, boolean) - Static method in class org.ydp.jai.FloatDoubleColorModel
- bkgdBlue - Variable in class org.ydp.jai.PNGImage
- bkgdGreen - Variable in class org.ydp.jai.PNGImage
- bkgdRed - Variable in class org.ydp.jai.PNGImage
- blue - Variable in class org.ydp.jai.PNGSuggestedPaletteEntry
- The blue color value of the entry.
- bluePalette - Variable in class org.ydp.jai.PNGImage
- bluePalette - Variable in class org.ydp.jai.PNGImageEncoder
- blueTransparentAlpha - Variable in class org.ydp.jai.PNGImage
- bpp - Variable in class org.ydp.jai.PNGImageEncoder
- buf - Variable in class org.ydp.jai.FileCacheSeekableStream
- The read buffer.
- bufLen - Variable in class org.ydp.jai.FileCacheSeekableStream
- The length of the read buffer.
- buffer - Variable in class org.ydp.jai.IDATOutputStream
- bytesPerPixel - Variable in class org.ydp.jai.PNGImage
- bytesWritten - Variable in class org.ydp.jai.IDATOutputStream
C
- CRC - class org.ydp.jai.CRC.
- CRC() - Constructor for class org.ydp.jai.CRC
- ChunkStream - class org.ydp.jai.ChunkStream.
- ChunkStream(String) - Constructor for class org.ydp.jai.ChunkStream
- ComponentSampleModelJAI - class org.ydp.jai.ComponentSampleModelJAI.
- This class represents image data which is stored such that each sample of a pixel occupies one data element of the DataBuffer.
- ComponentSampleModelJAI(int, int, int, int, int, int[]) - Constructor for class org.ydp.jai.ComponentSampleModelJAI
- Constructs a ComponentSampleModel with the specified parameters.
- ComponentSampleModelJAI(int, int, int, int, int, int[], int[]) - Constructor for class org.ydp.jai.ComponentSampleModelJAI
- Constructs a ComponentSampleModel with the specified parameters.
- cache - Variable in class org.ydp.jai.FileCacheSeekableStream
- The cache as a RandomAcessFile.
- cacheFile - Variable in class org.ydp.jai.FileCacheSeekableStream
- The cache File.
- canEncodeImage(RenderedImage, ImageEncodeParam) - Method in class org.ydp.jai.ImageCodec
- Returns
trueif the given image and encoder param object are suitable for encoding by thisImageCodec. - canEncodeImage(RenderedImage, ImageEncodeParam) - Method in class org.ydp.jai.PNGCodec
- canSeekBackwards() - Method in class org.ydp.jai.ByteArraySeekableStream
- Returns
truesince this object supports seeking backwards. - canSeekBackwards() - Method in class org.ydp.jai.FileCacheSeekableStream
- Returns
truesince allFileCacheSeekableStreaminstances support seeking backwards. - canSeekBackwards() - Method in class org.ydp.jai.FileSeekableStream
- Returns true since seeking backwards is supported.
- canSeekBackwards() - Method in class org.ydp.jai.ForwardSeekableStream
- Returns
falsesince seking backwards is not supported. - canSeekBackwards() - Method in class org.ydp.jai.MemoryCacheSeekableStream
- Returns
truesince allMemoryCacheSeekableStreaminstances support seeking backwards. - canSeekBackwards() - Method in class org.ydp.jai.SeekableStream
- Returns
trueif this object supports calls toseek(pos)with an offsetpossmaller than the current offset, as returned bygetFilePointer. - canSeekBackwards - Variable in class org.ydp.jai.SegmentedSeekableStream
- canSeekBackwards() - Method in class org.ydp.jai.SegmentedSeekableStream
- Returns
trueif seeking backwards is supported. - changeDirectory(String) - Method in class org.ydp.jai.StructuredStorage
- changeDirectoryToRoot() - Method in class org.ydp.jai.StructuredStorage
- chromaticity - Variable in class org.ydp.jai.PNGEncodeParam
- chromaticity - Variable in class org.ydp.jai.PNGImage
- chromaticitySet - Variable in class org.ydp.jai.PNGEncodeParam
- chunkData - Variable in class org.ydp.jai.PNGEncodeParam
- chunkIndex - Variable in class org.ydp.jai.PNGImage
- chunkType - Variable in class org.ydp.jai.PNGEncodeParam
- clamp(float) - Method in class org.ydp.jai.FloatDoubleColorModel
- clamp(double) - Method in class org.ydp.jai.FloatDoubleColorModel
- clamp(int, int) - Static method in class org.ydp.jai.PNGImageEncoder
- close() - Method in class org.ydp.jai.ByteArraySeekableStream
- Does nothing.
- close() - Method in class org.ydp.jai.FileCacheSeekableStream
- Closes this stream and releases any system resources associated with the stream.
- close() - Method in class org.ydp.jai.FileSeekableStream
- Forwards the request to the real
File. - close() - Method in class org.ydp.jai.ForwardSeekableStream
- Forwards the request to the real
InputStream. - close() - Method in class org.ydp.jai.IDATOutputStream
- codecs - Static variable in class org.ydp.jai.ImageCodec
- coerceData(WritableRaster, boolean) - Method in class org.ydp.jai.FloatDoubleColorModel
- Forces the raster data to match the state specified in the
isAlphaPremultipliedvariable, assuming the data is currently correctly described by thisColorModel. - colorModel - Variable in class org.ydp.jai.SimpleRenderedImage
- The image's ColorModel.
- colorModelGray16 - Static variable in class org.ydp.jai.ImageCodec
- colorModelGray32 - Static variable in class org.ydp.jai.ImageCodec
- colorModelGray8 - Static variable in class org.ydp.jai.ImageCodec
- colorModelGrayAlpha16 - Static variable in class org.ydp.jai.ImageCodec
- colorModelGrayAlpha32 - Static variable in class org.ydp.jai.ImageCodec
- colorModelGrayAlpha8 - Static variable in class org.ydp.jai.ImageCodec
- colorModelRGB16 - Static variable in class org.ydp.jai.ImageCodec
- colorModelRGB32 - Static variable in class org.ydp.jai.ImageCodec
- colorModelRGB8 - Static variable in class org.ydp.jai.ImageCodec
- colorModelRGBA16 - Static variable in class org.ydp.jai.ImageCodec
- colorModelRGBA32 - Static variable in class org.ydp.jai.ImageCodec
- colorModelRGBA8 - Static variable in class org.ydp.jai.ImageCodec
- colorSpace - Variable in class org.ydp.jai.FloatDoubleColorModel
- colorSpaceType - Variable in class org.ydp.jai.FloatDoubleColorModel
- colorType - Variable in class org.ydp.jai.PNGImage
- colorType - Variable in class org.ydp.jai.PNGImageEncoder
- colorTypeNames - Static variable in class org.ydp.jai.PNGImage
- compressGray - Variable in class org.ydp.jai.PNGImageEncoder
- compressionMethod - Variable in class org.ydp.jai.PNGImage
- copyData(WritableRaster) - Method in class org.ydp.jai.SimpleRenderedImage
- Copies an arbitrary rectangular region of the RenderedImage into a caller-supplied WritableRaster.
- crc - Variable in class org.ydp.jai.PNGChunk
- crcTable - Static variable in class org.ydp.jai.CRC
- createBandedRaster(int, int, int, int, Point) - Static method in class org.ydp.jai.RasterFactory
- Creates a
WritableRasterbased on aComponentSampleModelwith the specified data type, width, height, and number of bands. - createBandedRaster(int, int, int, int, int[], int[], Point) - Static method in class org.ydp.jai.RasterFactory
- Creates a
WritableRasterbased on aComponentSampleModelwith the specified data type, width, height, scanline stride, bank indices and band offsets. - createBandedRaster(DataBuffer, int, int, int, int[], int[], Point) - Static method in class org.ydp.jai.RasterFactory
- Creates a
WritableRasterbased on aComponentSampleModelwith the specifiedDataBuffer, width, height, scanline stride, bank indices, and band offsets. - createBandedSampleModel(int, int, int, int, int[], int[]) - Static method in class org.ydp.jai.RasterFactory
- Creates a banded
SampleModelwith a given data type, width, height, number of bands, bank indices, and band offsets. - createBandedSampleModel(int, int, int, int) - Static method in class org.ydp.jai.RasterFactory
- Creates a banded
SampleModelwith a given data type, width, height, and number of bands. - createCompatibleSampleModel(int, int) - Method in class org.ydp.jai.ComponentSampleModelJAI
- Creates a new ComponentSampleModel with the specified width and height.
- createCompatibleSampleModel(int, int) - Method in class org.ydp.jai.FloatDoubleColorModel
- Creates a
SampleModelwith the specified width and height that has a data layout compatible with thisColorModel. - createCompatibleWritableRaster(int, int) - Method in class org.ydp.jai.FloatDoubleColorModel
- Creates a
WritableRasterwith the specified width and height, that has a data layout (SampleModel) compatible with thisColorModel. - createComponentColorModel(SampleModel) - Static method in class org.ydp.jai.ImageCodec
- A convenience method to create an instance of
ComponentColorModelsuitable for use with the givenSampleModel. - createComponentColorModel(int, ColorSpace, boolean, boolean, int) - Static method in class org.ydp.jai.RasterFactory
- Creates a component-based
ColorModelwith a given data type, color space, and transparency type. - createComponentSampleModel(SampleModel, int, int, int, int) - Static method in class org.ydp.jai.RasterFactory
- Creates a component
SampleModelwith a given data type, width, height, and number of bands that is "compatible" with a given SampleModel. - createDataBuffer() - Method in class org.ydp.jai.ComponentSampleModelJAI
- Creates a DataBuffer that corresponds to this ComponentSampleModel.
- createGrayIndexColorModel(SampleModel, boolean) - Static method in class org.ydp.jai.ImageCodec
- A convenience methods to create an instance of
IndexColorModelsuitable for the given 1-bandedSampleModel. - createGrayParam(byte[], byte[], byte[], byte[]) - Method in class org.ydp.jai.PNGImageEncoder
- Analyzes a set of palettes and determines if it can be expressed as a standard set of gray values, with zero or one values being fully transparent and the rest being fully opaque.
- createImageDecoder(String, InputStream, ImageDecodeParam) - Static method in class org.ydp.jai.ImageCodec
- Returns an
ImageDecoderobject suitable for decoding from the suppliedInputStream, using the suppliedImageDecodeParamobject. - createImageDecoder(String, File, ImageDecodeParam) - Static method in class org.ydp.jai.ImageCodec
- Returns an
ImageDecoderobject suitable for decoding from the suppliedFile, using the suppliedImageDecodeParamobject. - createImageDecoder(String, SeekableStream, ImageDecodeParam) - Static method in class org.ydp.jai.ImageCodec
- Returns an
ImageDecoderobject suitable for decoding from the suppliedSeekableStream, using the suppliedImageDecodeParamobject. - createImageDecoder(InputStream, ImageDecodeParam) - Method in class org.ydp.jai.ImageCodec
- Returns an implementation of the
ImageDecoderinterface appropriate for that codec. - createImageDecoder(File, ImageDecodeParam) - Method in class org.ydp.jai.ImageCodec
- Returns an implementation of the
ImageDecoderinterface appropriate for that codec. - createImageDecoder(SeekableStream, ImageDecodeParam) - Method in class org.ydp.jai.ImageCodec
- In a concrete subclass of
ImageCodec, returns an implementation of theImageDecoderinterface appropriate for that codec. - createImageDecoder(InputStream, ImageDecodeParam) - Method in class org.ydp.jai.PNGCodec
- createImageDecoder(File, ImageDecodeParam) - Method in class org.ydp.jai.PNGCodec
- createImageDecoder(SeekableStream, ImageDecodeParam) - Method in class org.ydp.jai.PNGCodec
- createImageEncoder(String, OutputStream, ImageEncodeParam) - Static method in class org.ydp.jai.ImageCodec
- Returns an
ImageEncoderobject suitable for encoding to the suppliedOutputStream, using the suppliedImageEncoderParamobject. - createImageEncoder(OutputStream, ImageEncodeParam) - Method in class org.ydp.jai.ImageCodec
- In a concrete subclass of
ImageCodec, returns an implementation of theImageEncoderinterface appropriate for that codec. - createImageEncoder(OutputStream, ImageEncodeParam) - Method in class org.ydp.jai.PNGCodec
- createInterleavedRaster(int, int, int, int, Point) - Static method in class org.ydp.jai.RasterFactory
- Creates a
WritableRasterbased on aPixelInterleavedSampleModelwith the specified data type, width, height, and number of bands. - createInterleavedRaster(int, int, int, int, int, int[], Point) - Static method in class org.ydp.jai.RasterFactory
- Creates a
WritableRasterbased on aPixelInterleavedSampleModelwith the specified data type, width, height, scanline stride, pixel stride, and band offsets. - createInterleavedRaster(DataBuffer, int, int, int, int, int[], Point) - Static method in class org.ydp.jai.RasterFactory
- Creates a
WritableRasterbased on aPixelInterleavedSampleModelwith the specifiedDataBuffer, width, height, scanline stride, pixel stride, and band offsets. - createPackedRaster(int, int, int, int[], Point) - Static method in class org.ydp.jai.RasterFactory
- Creates a
WritableRasterbased on aSinglePixelPackedSampleModelwith the specified data type, width, height, and band masks. - createPackedRaster(int, int, int, int, int, Point) - Static method in class org.ydp.jai.RasterFactory
- Creates a
WritableRasterbased on a packedSampleModelwith the specified data type, width, height, number of bands, and bits per band. - createPackedRaster(DataBuffer, int, int, int, int[], Point) - Static method in class org.ydp.jai.RasterFactory
- Creates a
WritableRasterbased on aSinglePixelPackedSampleModelwith the specifiedDataBuffer, width, height, scanline stride, and band masks. - createPackedRaster(DataBuffer, int, int, int, Point) - Static method in class org.ydp.jai.RasterFactory
- Creates a
WritableRasterbased on aMultiPixelPackedSampleModelwith the specifiedDataBuffer, width, height, and bits per pixel. - createPixelInterleavedSampleModel(int, int, int, int, int, int[]) - Static method in class org.ydp.jai.RasterFactory
- Creates a pixel interleaved
SampleModelwith a given data type, width, height, pixel and scanline strides, and band offsets. - createPixelInterleavedSampleModel(int, int, int, int) - Static method in class org.ydp.jai.RasterFactory
- Creates a pixel interleaved
SampleModelwith a given data type, width, height, and number of bands. - createRaster(int, int, int, int, int) - Method in class org.ydp.jai.PNGImage
- createRaster(SampleModel, DataBuffer, Point) - Static method in class org.ydp.jai.RasterFactory
- Creates a
WritableRasterwith the specifiedSampleModelandDataBuffer. - createSubsetSampleModel(int[]) - Method in class org.ydp.jai.ComponentSampleModelJAI
- This creates a new ComponentSampleModel with a subset of the bands of this ComponentSampleModel.
- createWritableChild(WritableRaster, int, int, int, int, int, int, int[]) - Static method in class org.ydp.jai.RasterFactory
- Returns a new WritableRaster which shares all or part of the supplied WritableRaster's DataBuffer.
- createWritableRaster(SampleModel, Point) - Static method in class org.ydp.jai.RasterFactory
- Creates a
WritableRasterwith the specifiedSampleModel. - createWritableRaster(SampleModel, DataBuffer, Point) - Static method in class org.ydp.jai.RasterFactory
- Creates a
WritableRasterwith the specifiedSampleModelandDataBuffer. - csectDif - Variable in class org.ydp.jai.StructuredStorage
- csectFat - Variable in class org.ydp.jai.StructuredStorage
- csectMiniFat - Variable in class org.ydp.jai.StructuredStorage
- currRow - Variable in class org.ydp.jai.PNGImageEncoder
- currentPage - Variable in class org.ydp.jai.FileSeekableStream
- cwdIndex - Variable in class org.ydp.jai.StructuredStorage
D
- DIR - Variable in class org.ydp.jai.StructuredStorage
- DataBufferDouble - class org.ydp.jai.DataBufferDouble.
- An extension of
DataBufferthat stores data internally indoubleform. - DataBufferDouble(int) - Constructor for class org.ydp.jai.DataBufferDouble
- Constructs a
double-basedDataBufferwith a specified size. - DataBufferDouble(int, int) - Constructor for class org.ydp.jai.DataBufferDouble
- Constructs a
double-basedDataBufferwith a specified number of banks, all of which are of a specified size. - DataBufferDouble(double[], int) - Constructor for class org.ydp.jai.DataBufferDouble
- Constructs a
double-basedDataBufferwith the specified data array. - DataBufferDouble(double[], int, int) - Constructor for class org.ydp.jai.DataBufferDouble
- Constructs a
double-basedDataBufferwith the specified data array. - DataBufferDouble(double[][], int) - Constructor for class org.ydp.jai.DataBufferDouble
- Constructs a
double-basedDataBufferwith the specified data arrays. - DataBufferDouble(double[][], int, int[]) - Constructor for class org.ydp.jai.DataBufferDouble
- Constructs a
double-basedDataBufferwith the specified data arrays, size, and per-bank offsets. - DataBufferFloat - class org.ydp.jai.DataBufferFloat.
- An extension of DataBuffer that stores data internally in
floatform. - DataBufferFloat(int) - Constructor for class org.ydp.jai.DataBufferFloat
- Constructs a
float-basedDataBufferwith a specified size. - DataBufferFloat(int, int) - Constructor for class org.ydp.jai.DataBufferFloat
- Constructs a
float-basedDataBufferwith a specified number of banks, all of which are of a specified size. - DataBufferFloat(float[], int) - Constructor for class org.ydp.jai.DataBufferFloat
- Constructs a
float-basedDataBufferwith the specified data array. - DataBufferFloat(float[], int, int) - Constructor for class org.ydp.jai.DataBufferFloat
- Constructs a
float-basedDataBufferwith the specified data array. - DataBufferFloat(float[][], int) - Constructor for class org.ydp.jai.DataBufferFloat
- Constructs a
float-basedDataBufferwith the specified data arrays. - DataBufferFloat(float[][], int, int[]) - Constructor for class org.ydp.jai.DataBufferFloat
- Constructs a
float-basedDataBufferwith the specified data arrays, size, and per-bank offsets. - data - Variable in class org.ydp.jai.DataBufferDouble
- A reference to the default data bank.
- data - Variable in class org.ydp.jai.DataBufferFloat
- A reference to the default data bank.
- data - Variable in class org.ydp.jai.MemoryCacheSeekableStream
- A Vector of source sectors.
- data - Variable in class org.ydp.jai.PNGChunk
- dataOutput - Variable in class org.ydp.jai.PNGImageEncoder
- dataStream - Variable in class org.ydp.jai.PNGImage
- decodeAsRaster() - Method in interface org.ydp.jai.ImageDecoder
- Returns a Raster that contains the decoded contents of the SeekableStream associated with this ImageDecoder.
- decodeAsRaster(int) - Method in interface org.ydp.jai.ImageDecoder
- Returns a Raster that contains the decoded contents of the SeekableStream associated with this ImageDecoder.
- decodeAsRaster() - Method in class org.ydp.jai.ImageDecoderImpl
- Returns a
Rasterthat contains the decoded contents of theSeekableStreamassociated with thisImageDecoder. - decodeAsRaster(int) - Method in class org.ydp.jai.ImageDecoderImpl
- Returns a
Rasterthat contains the decoded contents of theSeekableStreamassociated with thisImageDecoder. - decodeAsRenderedImage() - Method in interface org.ydp.jai.ImageDecoder
- Returns a RenderedImage that contains the decoded contents of the SeekableStream associated with this ImageDecoder.
- decodeAsRenderedImage(int) - Method in interface org.ydp.jai.ImageDecoder
- Returns a RenderedImage that contains the decoded contents of the SeekableStream associated with this ImageDecoder.
- decodeAsRenderedImage() - Method in class org.ydp.jai.ImageDecoderImpl
- Returns a
RenderedImagethat contains the decoded contents of theSeekableStreamassociated with thisImageDecoder. - decodeAsRenderedImage(int) - Method in class org.ydp.jai.ImageDecoderImpl
- Returns a
RenderedImagethat contains the decoded contents of theSeekableStreamassociated with thisImageDecoder. - decodeAsRenderedImage(int) - Method in class org.ydp.jai.PNGImageDecoder
- decodeAverageFilter(byte[], byte[], int, int) - Static method in class org.ydp.jai.PNGImage
- decodeImage(boolean) - Method in class org.ydp.jai.PNGImage
- decodePaethFilter(byte[], byte[], int, int) - Static method in class org.ydp.jai.PNGImage
- decodeParam - Variable in class org.ydp.jai.PNGImage
- decodePass(WritableRaster, int, int, int, int, int, int) - Method in class org.ydp.jai.PNGImage
- Reads in an image of a given size and returns it as a WritableRaster.
- decodeSubFilter(byte[], int, int) - Static method in class org.ydp.jai.PNGImage
- decodeUpFilter(byte[], byte[], int) - Static method in class org.ydp.jai.PNGImage
- displayExponent - Variable in class org.ydp.jai.PNGDecodeParam
- displayExponent - Variable in class org.ydp.jai.PNGImage
- dos - Variable in class org.ydp.jai.ChunkStream
E
- emitProperties - Variable in class org.ydp.jai.PNGImage
- encode(Raster, ColorModel) - Method in interface org.ydp.jai.ImageEncoder
- Encodes a Raster with a given ColorModel and writes the output to the OutputStream associated with this ImageEncoder.
- encode(RenderedImage) - Method in interface org.ydp.jai.ImageEncoder
- Encodes a RenderedImage and writes the output to the OutputStream associated with this ImageEncoder.
- encode(Raster, ColorModel) - Method in class org.ydp.jai.ImageEncoderImpl
- Encodes a Raster with a given ColorModel and writes the output to the OutputStream associated with this ImageEncoder.
- encode(RenderedImage) - Method in class org.ydp.jai.ImageEncoderImpl
- Encodes a RenderedImage and writes the output to the OutputStream associated with this ImageEncoder.
- encode(RenderedImage) - Method in class org.ydp.jai.PNGImageEncoder
- encodeParam - Variable in class org.ydp.jai.PNGDecodeParam
- encodeParam - Variable in class org.ydp.jai.PNGImage
- encodePass(OutputStream, Raster, int, int, int, int) - Method in class org.ydp.jai.PNGImageEncoder
- expandBits - Variable in class org.ydp.jai.PNGImage
- expandBits - Variable in class org.ydp.jai.PNGImageEncoder
- expandGrayAlpha - Variable in class org.ydp.jai.PNGDecodeParam
- expandGrayAlpha - Variable in class org.ydp.jai.PNGImage
- expandPalette - Variable in class org.ydp.jai.PNGDecodeParam
- expandPalette - Variable in class org.ydp.jai.PNGImage
F
- FATStream - Variable in class org.ydp.jai.StructuredStorage
- FileCacheSeekableStream - class org.ydp.jai.FileCacheSeekableStream.
- A subclass of
SeekableStreamthat may be used to wrap a regularInputStream. - FileCacheSeekableStream(InputStream) - Constructor for class org.ydp.jai.FileCacheSeekableStream
- Constructs a
MemoryCacheSeekableStreamthat takes its source data from a regularInputStream. - FileSeekableStream - class org.ydp.jai.FileSeekableStream.
- A subclass of
SeekableStreamthat takes its input from aFileorRandomAccessFile. - FileSeekableStream(RandomAccessFile) - Constructor for class org.ydp.jai.FileSeekableStream
- Constructs a
FileSeekableStreamfrom aRandomAccessFile. - FileSeekableStream(File) - Constructor for class org.ydp.jai.FileSeekableStream
- Constructs a
FileSeekableStreamfrom aFile. - FileSeekableStream(String) - Constructor for class org.ydp.jai.FileSeekableStream
- Constructs a
FileSeekableStreamfrom aStringpath name. - FloatDoubleColorModel - class org.ydp.jai.FloatDoubleColorModel.
- A
ColorModelclass that works with pixel values that represent color and alpha information as separate samples, using float or double elements. - FloatDoubleColorModel(ColorSpace, boolean, boolean, int, int) - Constructor for class org.ydp.jai.FloatDoubleColorModel
- Constructs a
ComponentColorModelfrom the specified parameters. - ForwardSeekableStream - class org.ydp.jai.ForwardSeekableStream.
- A subclass of
SeekableStreamthat may be used to wrap a regularInputStreamefficiently. - ForwardSeekableStream(InputStream) - Constructor for class org.ydp.jai.ForwardSeekableStream
- Constructs a
InputStreamForwardSeekableStreamfrom a regularInputStream. - file - Variable in class org.ydp.jai.FileSeekableStream
- file - Variable in class org.ydp.jai.StructuredStorage
- fileGamma - Variable in class org.ydp.jai.PNGImage
- filterMethod - Variable in class org.ydp.jai.PNGImage
- filterRow(byte[], byte[], byte[][], int, int) - Method in class org.ydp.jai.PNGEncodeParam
- Performs filtering on a row of an image.
- filteredRows - Variable in class org.ydp.jai.PNGImageEncoder
- finalize() - Method in class org.ydp.jai.SeekableStream
- Releases any system resources associated with this stream
by calling the
close()method. - flush() - Method in class org.ydp.jai.IDATOutputStream
- foundEOF - Variable in class org.ydp.jai.FileCacheSeekableStream
- True if we've encountered the end of the source stream.
- foundEOS - Variable in class org.ydp.jai.MemoryCacheSeekableStream
- True if we've previously reached the end of the source stream
- frequency - Variable in class org.ydp.jai.PNGSuggestedPaletteEntry
- The probable frequency of the color in the image.
G
- GREEN_OFFSET - Static variable in class org.ydp.jai.PNGImage
- GrayAlphaBits16 - Static variable in class org.ydp.jai.ImageCodec
- GrayAlphaBits32 - Static variable in class org.ydp.jai.ImageCodec
- GrayAlphaBits8 - Static variable in class org.ydp.jai.ImageCodec
- GrayBits16 - Static variable in class org.ydp.jai.ImageCodec
- GrayBits32 - Static variable in class org.ydp.jai.ImageCodec
- GrayBits8 - Static variable in class org.ydp.jai.ImageCodec
- gamma - Variable in class org.ydp.jai.PNGEncodeParam
- gammaLut - Variable in class org.ydp.jai.PNGImage
- gammaSet - Variable in class org.ydp.jai.PNGEncodeParam
- generateEncodeParam - Variable in class org.ydp.jai.PNGDecodeParam
- generateEncodeParam - Variable in class org.ydp.jai.PNGImage
- getAlpha(int) - Method in class org.ydp.jai.FloatDoubleColorModel
- Throws an
IllegalArgumentException, since pixel values for thisColorModelare not conveniently representable as a singleint. - getAlpha(Object) - Method in class org.ydp.jai.FloatDoubleColorModel
- Returns the alpha component for the specified pixel, scaled from 0 to 255.
- getBackgroundGray() - Method in class org.ydp.jai.PNGEncodeParam.Gray
- Returns the suggested gray level of the background.
- getBackgroundPaletteIndex() - Method in class org.ydp.jai.PNGEncodeParam.Palette
- Returns the palette index of the suggested background color.
- getBackgroundRGB() - Method in class org.ydp.jai.PNGEncodeParam.RGB
- Returns the RGB value of the suggested background color.
- getBankData() - Method in class org.ydp.jai.DataBufferDouble
- Returns the data array for all banks.
- getBankData() - Method in class org.ydp.jai.DataBufferFloat
- Returns the data array for all banks.
- getBitDepth() - Method in class org.ydp.jai.PNGEncodeParam
- Returns the desired bit depth for a grayscale image.
- getBitShift() - Method in class org.ydp.jai.PNGEncodeParam.Gray
- Returns the desired bit shift for a grayscale image.
- getBlob(int) - Method in class org.ydp.jai.PropertySet
- getBlue(int) - Method in class org.ydp.jai.FloatDoubleColorModel
- Throws an
IllegalArgumentException, since pixel values for thisColorModelare not conveniently representable as a singleint. - getBlue(Object) - Method in class org.ydp.jai.FloatDoubleColorModel
- Returns the blue color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
- getBounds() - Method in class org.ydp.jai.SimpleRenderedImage
- Returns a Rectangle indicating the image bounds.
- getBufferSize() - Method in class org.ydp.jai.ComponentSampleModelJAI
- Returns the size of the data buffer (in data elements) needed for a data buffer that matches this ComponentSampleModel.
- getBundle() - Static method in class org.ydp.jai.PropertyUtil
- Get bundle from .properties files in the current dir.
- getByte(int) - Method in class org.ydp.jai.PNGChunk
- getChromaticity() - Method in class org.ydp.jai.PNGEncodeParam
- Returns the white point and primary chromaticities in CIE (x, y) space.
- getChunkType(DataInputStream) - Static method in class org.ydp.jai.PNGImage
- getCodec(String) - Static method in class org.ydp.jai.ImageCodec
- Returns the
ImageCodecassociated with the given name. - getCodecs() - Static method in class org.ydp.jai.ImageCodec
- Returns an
Enumerationof all regsteredImageCodecobjects. - getColorModel() - Method in class org.ydp.jai.SimpleRenderedImage
- Returns the ColorModel of the image.
- getComponents(int, int[], int) - Method in class org.ydp.jai.FloatDoubleColorModel
- Throws an
IllegalArgumentException, since pixel values for thisColorModelare not conveniently representable as a singleint. - getComponents(Object, int[], int) - Method in class org.ydp.jai.FloatDoubleColorModel
- Throws an
IllegalArgumentExceptionsince the pixel values cannot be placed into anintarray. - getCompressedText() - Method in class org.ydp.jai.PNGEncodeParam
- Returns the text strings to be stored in compressed form with
this image as an array of
Strings. - getCurrentIndex() - Method in class org.ydp.jai.StructuredStorage
- getData() - Method in class org.ydp.jai.DataBufferDouble
- Returns the default (first)
doubledata array. - getData(int) - Method in class org.ydp.jai.DataBufferDouble
- Returns the data array for the specified bank.
- getData() - Method in class org.ydp.jai.DataBufferFloat
- Returns the default (first)
floatdata array. - getData(int) - Method in class org.ydp.jai.DataBufferFloat
- Returns the data array for the specified bank.
- getData() - Method in class org.ydp.jai.PNGChunk
- getData() - Method in class org.ydp.jai.SimpleRenderedImage
- Returns the entire image in a single Raster.
- getData(Rectangle) - Method in class org.ydp.jai.SimpleRenderedImage
- Returns an arbitrary rectangular region of the RenderedImage in a Raster.
- getDataElement(int[], int) - Method in class org.ydp.jai.FloatDoubleColorModel
- Throws an
IllegalArgumentException, since pixel values for thisColorModelare not conveniently representable as a singleint. - getDataElements(int, int, Object, DataBuffer) - Method in class org.ydp.jai.ComponentSampleModelJAI
- Returns data for a single pixel in a primitive array of type TransferType.
- getDataElements(int, int, int, int, Object, DataBuffer) - Method in class org.ydp.jai.ComponentSampleModelJAI
- Returns the pixel data for the specified rectangle of pixels in a primitive array of type TransferType.
- getDataElements(int, Object) - Method in class org.ydp.jai.FloatDoubleColorModel
- Returns a data element array representation of a pixel in this
ColorModel, given an integer pixel representation in the default RGB color model. - getDataElements(int[], int, Object) - Method in class org.ydp.jai.FloatDoubleColorModel
- Returns a data element array representation of a pixel in this
ColorModel, given an array of unnormalized color/alpha components. - getDate(int) - Method in class org.ydp.jai.PropertySet
- getDecodeParamClass() - Method in class org.ydp.jai.ImageCodec
- Returns a
Classobject indicating the proper subclass ofImageDecodeParamto be used with thisImageCodec. - getDecodeParamClass() - Method in class org.ydp.jai.PNGCodec
- getDecoderNames(SeekableStream) - Static method in class org.ydp.jai.ImageCodec
- Returns an array of
Strings indicating the names of registeredImageCodecs that may be appropriate for reading the givenSeekableStream. - getDefaultEncodeParam(RenderedImage) - Static method in class org.ydp.jai.PNGEncodeParam
- Returns an instance of
PNGEncodeParam.Palette,PNGEncodeParam.Gray, orPNGEncodeParam.RGBappropriate for encoding the given image. - getDirectory() - Method in class org.ydp.jai.StructuredStorage
- getDirectoryEntry(long) - Method in class org.ydp.jai.StructuredStorage
- getDisplayExponent() - Method in class org.ydp.jai.PNGDecodeParam
- Returns the current value of the display exponent parameter.
- getElem(int) - Method in class org.ydp.jai.DataBufferDouble
- Returns the requested data array element from the first
(default) bank as an
int. - getElem(int, int) - Method in class org.ydp.jai.DataBufferDouble
- Returns the requested data array element from the specified
bank as an
int. - getElem(int) - Method in class org.ydp.jai.DataBufferFloat
- Returns the requested data array element from the first
(default) bank as an
int. - getElem(int, int) - Method in class org.ydp.jai.DataBufferFloat
- Returns the requested data array element from the specified
bank as an
int. - getElemDouble(int) - Method in class org.ydp.jai.DataBufferDouble
- Returns the requested data array element from the first
(default) bank as a
double. - getElemDouble(int, int) - Method in class org.ydp.jai.DataBufferDouble
- Returns the requested data array element from the specified
bank as a
double. - getElemDouble(int) - Method in class org.ydp.jai.DataBufferFloat
- Returns the requested data array element from the first
(default) bank as a
double. - getElemDouble(int, int) - Method in class org.ydp.jai.DataBufferFloat
- Returns the requested data array element from the specified
bank as a
double. - getElemFloat(int) - Method in class org.ydp.jai.DataBufferDouble
- Returns the requested data array element from the first
(default) bank as a
float. - getElemFloat(int, int) - Method in class org.ydp.jai.DataBufferDouble
- Returns the requested data array element from the specified
bank as a
float. - getElemFloat(int) - Method in class org.ydp.jai.DataBufferFloat
- Returns the requested data array element from the first
(default) bank as a
float. - getElemFloat(int, int) - Method in class org.ydp.jai.DataBufferFloat
- Returns the requested data array element from the specified
bank as a
float. - getEncodeParam() - Method in class org.ydp.jai.PNGDecodeParam
- If
getGenerateEncodeParam()istrue, this method may be called after decoding has completed, and will return an instance ofPNGEncodeParamcontaining information about the contents of the PNG file just decoded. - getEncodeParamClass() - Method in class org.ydp.jai.ImageCodec
- Returns a
Classobject indicating the proper subclass ofImageEncodeParamto be used with thisImageCodec. - getEncodeParamClass() - Method in class org.ydp.jai.PNGCodec
- getEncoderNames(RenderedImage, ImageEncodeParam) - Static method in class org.ydp.jai.ImageCodec
- Returns an array of
Strings indicating the names of registeredImageCodecs that may be appropriate for writing the givenRenderedImage, using the optionalImageEncodeParam, which may benull. - getExpandGrayAlpha() - Method in class org.ydp.jai.PNGDecodeParam
- Returns the current setting of the gray/alpha expansion.
- getExpandPalette() - Method in class org.ydp.jai.PNGDecodeParam
- Returns true if palette-color images will be expanded to produce full-color output.
- getFATSector(long) - Method in class org.ydp.jai.StructuredStorage
- getFat() - Method in class org.ydp.jai.StructuredStorage
- getFilePointer() - Method in class org.ydp.jai.ByteArraySeekableStream
- Returns the current offset in this stream.
- getFilePointer() - Method in class org.ydp.jai.FileCacheSeekableStream
- Returns the current offset in this file.
- getFilePointer() - Method in class org.ydp.jai.FileSeekableStream
- Returns the current offset in this stream.
- getFilePointer() - Method in class org.ydp.jai.ForwardSeekableStream
- Returns the current position in the stream (bytes read).
- getFilePointer() - Method in class org.ydp.jai.MemoryCacheSeekableStream
- Returns the current offset in this file.
- getFilePointer() - Method in class org.ydp.jai.SeekableStream
- Returns the current offset in this stream.
- getFilePointer() - Method in class org.ydp.jai.SegmentedSeekableStream
- Returns the current offset in this stream.
- getFiletime(int) - Method in class org.ydp.jai.PropertySet
- getFormatName() - Method in class org.ydp.jai.ImageCodec
- Returns the name of this image format.
- getFormatName() - Method in class org.ydp.jai.PNGCodec
- getGamma() - Method in class org.ydp.jai.PNGEncodeParam
- Returns the file gamma value for the image.
- getGenerateEncodeParam() - Method in class org.ydp.jai.PNGDecodeParam
- Returns
trueif an instance ofPNGEncodeParamwill be available after an image has been decoded via thegetEncodeParammethod. - getGreen(int) - Method in class org.ydp.jai.FloatDoubleColorModel
- Throws an
IllegalArgumentException, since pixel values for thisColorModelare not conveniently representable as a singleint. - getGreen(Object) - Method in class org.ydp.jai.FloatDoubleColorModel
- Returns the green color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
- getHeader() - Method in class org.ydp.jai.StructuredStorage
- getHeight() - Method in class org.ydp.jai.SimpleRenderedImage
- Returns the height of the image.
- getI4(int) - Method in class org.ydp.jai.PropertySet
- getICCProfileData() - Method in class org.ydp.jai.PNGEncodeParam
- Returns the ICC profile data to be stored with this image.
- getIndex(String, int) - Method in class org.ydp.jai.StructuredStorage
- getInputStream() - Method in interface org.ydp.jai.ImageDecoder
- Returns the SeekableStream associated with this ImageDecoder.
- getInputStream() - Method in class org.ydp.jai.ImageDecoderImpl
- Returns the
SeekableStreamassociated with thisImageDecoder. - getInt1(int) - Method in class org.ydp.jai.PNGChunk
- getInt2(int) - Method in class org.ydp.jai.PNGChunk
- getInt4(int) - Method in class org.ydp.jai.PNGChunk
- getInterlacing() - Method in class org.ydp.jai.PNGEncodeParam
- Returns
trueif Adam7 interlacing will be used. - getLPSTR(int) - Method in class org.ydp.jai.PropertySet
- getLPWSTR(int) - Method in class org.ydp.jai.PropertySet
- getLPWSTRVector(int) - Method in class org.ydp.jai.PropertySet
- getLength() - Method in class org.ydp.jai.PNGChunk
- getLength(long) - Method in class org.ydp.jai.StructuredStorage
- getMaxTileX() - Method in class org.ydp.jai.SimpleRenderedImage
- Returns the horizontal index of the rightmost column of tiles.
- getMaxTileY() - Method in class org.ydp.jai.SimpleRenderedImage
- Returns the vertical index of the bottom row of tiles.
- getMaxX() - Method in class org.ydp.jai.SimpleRenderedImage
- Returns the X coordinate of the column immediatetely to the right of the rightmost column of the image.
- getMaxY() - Method in class org.ydp.jai.SimpleRenderedImage
- Returns the Y coordinate of the row immediately below the bottom row of the image.
- getMinTileX() - Method in class org.ydp.jai.SimpleRenderedImage
- Returns the horizontal index of the leftmost column of tiles.
- getMinTileY() - Method in class org.ydp.jai.SimpleRenderedImage
- Returns the vertical index of the uppermost row of tiles.
- getMinX() - Method in class org.ydp.jai.SimpleRenderedImage
- Returns the X coordinate of the leftmost column of the image.
- getMinY() - Method in class org.ydp.jai.SimpleRenderedImage
- Returns the X coordinate of the uppermost row of the image.
- getMiniFATSector(long) - Method in class org.ydp.jai.StructuredStorage
- getMiniFat() - Method in class org.ydp.jai.StructuredStorage
- getMiniSectorSize() - Method in class org.ydp.jai.StructuredStorage
- getMiniStream() - Method in class org.ydp.jai.StructuredStorage
- getModificationTime() - Method in class org.ydp.jai.PNGEncodeParam
- Returns the modification time to be stored with this image.
- getName() - Method in class org.ydp.jai.SSDirectoryEntry
- getNumHeaderBytes() - Method in class org.ydp.jai.ImageCodec
- Returns the number of bytes of header needed to recognize the format, or 0 if an arbitrary number of bytes may be needed.
- getNumHeaderBytes() - Method in class org.ydp.jai.PNGCodec
- getNumPages() - Method in interface org.ydp.jai.ImageDecoder
- Returns the number of pages present in the current stream.
- getNumPages() - Method in class org.ydp.jai.ImageDecoderImpl
- Returns the number of pages present in the current stream.
- getNumPrivateChunks() - Method in class org.ydp.jai.PNGEncodeParam
- Returns the number of private chunks to be written to the output file.
- getNumXTiles() - Method in class org.ydp.jai.SimpleRenderedImage
- Returns the number of tiles along the tile grid in the horizontal direction.
- getNumYTiles() - Method in class org.ydp.jai.SimpleRenderedImage
- Returns the number of tiles along the tile grid in the vertical direction.
- getOffset() - Method in class org.ydp.jai.Property
- getOffsetOfMiniSector(long) - Method in class org.ydp.jai.StructuredStorage
- getOffsetOfSector(long) - Method in class org.ydp.jai.StructuredStorage
- getOutput8BitGray() - Method in class org.ydp.jai.PNGDecodeParam
- Returns the current value of the 8-bit gray output parameter.
- getOutputStream() - Method in interface org.ydp.jai.ImageEncoder
- Returns the OutputStream associated with this ImageEncoder.
- getOutputStream() - Method in class org.ydp.jai.ImageEncoderImpl
- Returns the OutputStream associated with this ImageEncoder.
- getPalette() - Method in class org.ydp.jai.PNGEncodeParam.Palette
- Returns the current RGB palette.
- getPaletteHistogram() - Method in class org.ydp.jai.PNGEncodeParam
- Returns the palette histogram to be stored with this image.
- getPaletteTransparency() - Method in class org.ydp.jai.PNGEncodeParam.Palette
- Returns the alpha values associated with each palette entry.
- getParam() - Method in interface org.ydp.jai.ImageDecoder
- Returns the current parameters as an instance of the ImageDecodeParam interface.
- getParam() - Method in class org.ydp.jai.ImageDecoderImpl
- Returns the current parameters as an instance of the
ImageDecodeParaminterface. - getParam() - Method in interface org.ydp.jai.ImageEncoder
- Returns the current parameters as an instance of the ImageEncodeParam interface.
- getParam() - Method in class org.ydp.jai.ImageEncoderImpl
- Returns the current parameters as an instance of the ImageEncodeParam interface.
- getPerformGammaCorrection() - Method in class org.ydp.jai.PNGDecodeParam
- Returns
trueif gamma correction is to be performed on the image data. - getPhysicalDimension() - Method in class org.ydp.jai.PNGEncodeParam
- Returns the physical dimension information to be stored with this image.
- getPixels(int, int, int, int, double[], DataBuffer) - Method in class org.ydp.jai.ComponentSampleModelJAI
- Returns all samples for a rectangle of pixels in a double array, one sample per array element.
- getPrivateChunkData(int) - Method in class org.ydp.jai.PNGEncodeParam
- Returns the data associated of the private chunk at a given
index, as an array of
bytes. - getPrivateChunkType(int) - Method in class org.ydp.jai.PNGEncodeParam
- Returns the type of the private chunk at a given index, as a
4-character
String. - getProperty(String) - Method in class org.ydp.jai.SimpleRenderedImage
- Gets a property from the property set of this image.
- getPropertyNames() - Method in class org.ydp.jai.SimpleRenderedImage
- Returns a list of the properties recognized by this image.
- getPropertyNames(String) - Method in class org.ydp.jai.SimpleRenderedImage
- Returns an array of
Strings recognized as names by this property source that begin with the supplied prefix. - getR4(int) - Method in class org.ydp.jai.PropertySet
- getR4Vector(int) - Method in class org.ydp.jai.PropertySet
- getRGB(int) - Method in class org.ydp.jai.FloatDoubleColorModel
- Throws an
IllegalArgumentException, since pixel values for thisColorModelare not conveniently representable as a singleint. - getRGB(Object) - Method in class org.ydp.jai.FloatDoubleColorModel
- Returns the color/alpha components for the specified pixel in the default RGB color model format.
- getRed(int) - Method in class org.ydp.jai.FloatDoubleColorModel
- Throws an
IllegalArgumentException, since pixel values for thisColorModelare not conveniently representable as a singleint. - getRed(Object) - Method in class org.ydp.jai.FloatDoubleColorModel
- Returns the red color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
- getSIDChild() - Method in class org.ydp.jai.SSDirectoryEntry
- getSIDLeftSibling() - Method in class org.ydp.jai.SSDirectoryEntry
- getSIDRightSibling() - Method in class org.ydp.jai.SSDirectoryEntry
- getSRGBIntent() - Method in class org.ydp.jai.PNGEncodeParam
- Returns the sRGB rendering intent to be stored with this image.
- getSample(Object, int) - Method in class org.ydp.jai.FloatDoubleColorModel
- getSampleDouble(int, int, int, DataBuffer) - Method in class org.ydp.jai.ComponentSampleModelJAI
- Returns the sample in a specified band for a pixel located at (x,y) as a double.
- getSampleFloat(int, int, int, DataBuffer) - Method in class org.ydp.jai.ComponentSampleModelJAI
- Returns the sample in a specified band for the pixel located at (x,y) as a float.
- getSampleModel() - Method in class org.ydp.jai.SimpleRenderedImage
- Returns the SampleModel of the image.
- getSectorSize() - Method in class org.ydp.jai.StructuredStorage
- getSegmentLength() - Method in class org.ydp.jai.StreamSegment
- Returns the length of the segment.
- getSignificantBits() - Method in class org.ydp.jai.PNGEncodeParam
- Returns the number of significant bits for each band of the image.
- getSize() - Method in class org.ydp.jai.SSDirectoryEntry
- getSources() - Method in class org.ydp.jai.SimpleRenderedImage
- getStartPos() - Method in class org.ydp.jai.StreamSegment
- Returns the starting position of the segment.
- getStartSector() - Method in class org.ydp.jai.SSDirectoryEntry
- getStartSector(long) - Method in class org.ydp.jai.StructuredStorage
- getStream(String) - Method in class org.ydp.jai.StructuredStorage
- getStreamAsBytes(String) - Method in class org.ydp.jai.StructuredStorage
- getStreamIndex(String) - Method in class org.ydp.jai.StructuredStorage
- getStreamSegment(long, int) - Method in class org.ydp.jai.SectorStreamSegmentMapper
- getStreamSegment(long, int, StreamSegment) - Method in class org.ydp.jai.SectorStreamSegmentMapper
- getStreamSegment(long, int) - Method in interface org.ydp.jai.StreamSegmentMapper
- Returns a
StreamSegmentobject indicating the location of the initial portion of a desired segment in the source stream. - getStreamSegment(long, int, StreamSegment) - Method in interface org.ydp.jai.StreamSegmentMapper
- Sets the values of a
StreamSegmentobject indicating the location of the initial portion of a desired segment in the source stream. - getStreamSegment(long, int) - Method in class org.ydp.jai.StreamSegmentMapperImpl
- getStreamSegment(long, int, StreamSegment) - Method in class org.ydp.jai.StreamSegmentMapperImpl
- getString(String) - Static method in class org.ydp.jai.JaiI18N
- getString(String) - Static method in class org.ydp.jai.PropertyUtil
- getString4(int)