private void |
PNGCodec.allocateImage() |
Allocates the right image to private field image ,
taking into consideration the fields width, height, precision and colorType.
|
private void |
IFFCodec.checkAndLoad() |
|
private void |
PNGCodec.inflateBytes(byte[] buffer,
int numBytes) |
|
static PixelImage |
ImageLoader.load(File file) |
Attempts to load an image from a file.
|
static PixelImage |
ImageLoader.load(File file,
Vector listeners) |
Attempts to load an image from a file, notifying the
argument progress listeners.
|
static PixelImage |
ImageLoader.load(String fileName) |
Load an image from a file given by its name.
|
static PixelImage |
ImageLoader.load(String fileName,
Vector listeners) |
Attempts to load an image from the file with the given name,
using the given list of progress listeners.
|
private void |
PalmCodec.load() |
|
private void |
PCDCodec.load() |
Attempts to load an image.
|
private void |
PNGCodec.load() |
|
private void |
PNMCodec.load() |
Loads an image from a PNM input stream.
|
private void |
PSDCodec.load() |
Attempts to load an Image from argument stream in (which
could, as an example, be a RandomAccessFile instance, it
implements the DataInput interface).
|
private int |
PNMCodec.loadAsciiNumber() |
|
private void |
PNMCodec.loadBilevelImage() |
|
private void |
PNMCodec.loadBilevelImageAscii() |
|
private void |
PNMCodec.loadBilevelImageBinary() |
|
private void |
IFFCodec.loadBytes(DataInput in,
byte[] data,
int num,
int y) |
Loads data.length bytes from the input stream to the data array,
regarding the compression type.
|
private void |
PNGCodec.loadChunk() |
|
private void |
PNMCodec.loadColorImage() |
|
private void |
PNMCodec.loadGrayImage() |
|
private void |
PalmCodec.loadHeader(DataInput in) |
|
private PixelImage |
IFFCodec.loadImage(DataInput in) |
Loads an image from given input stream in, regarding the compression
type.
|
private void |
PalmCodec.loadImage(DataInput in) |
|
private void |
PNGCodec.loadImage(long chunkSize) |
Load an image from the current position in the file.
|
private void |
PalmCodec.loadImageData(DataInput in) |
|
private void |
PSDCodec.loadImageData() |
|
private void |
PNGCodec.loadImageHeader() |
Reads data from an IHDR chunk and initializes private fields with it.
|
private void |
PNGCodec.loadImageInterlacedAdam7() |
|
private void |
PNGCodec.loadImageNonInterlaced() |
|
private void |
PSDCodec.loadPackbitsCompressedData(byte[] data,
int offset,
int num) |
|
private void |
PalmCodec.loadPalette(DataInput in) |
|
private void |
PNGCodec.loadPalette(long numEntries) |
|
private String |
PNMCodec.loadTextLine() |
|
static PixelImage |
ImageLoader.loadToolkitImageUri(String uri) |
|
private void |
PNMCodec.loadType() |
Loads the first two characters (which are expected to be a capital P
followed by a decimal digit between 1 and 6, inclusively) and skips
following LF and CR characters.
|
void |
IFFCodec.process() |
|
void |
PalmCodec.process() |
|
void |
PCDCodec.process() |
Checks the parameter and loads an image.
|
void |
PNGCodec.process() |
|
private int |
PNGCodec.readFilterType() |
|
private void |
RASCodec.readHeader() |
|
private IntegerImage |
RASCodec.readImage() |
|
private Palette |
RASCodec.readPalette() |
|
private void |
PNMCodec.setMaximumSample(String line) |
|
private void |
PNMCodec.setResolution(String line) |
|