|
|||||||||
| Home >> All >> com >> [ keypoint overview ] | PREV NEXT | ||||||||
B
- bytePos - Variable in class com.keypoint.PngEncoder
- The byte position.
- bytesPerPixel - Variable in class com.keypoint.PngEncoder
- The bytes-per-pixel.
C
- com.keypoint - package com.keypoint
- compressionLevel - Variable in class com.keypoint.PngEncoder
- The compression level (1 = best speed, 9 = best compression, 0 = no compression).
- crc - Variable in class com.keypoint.PngEncoder
- CRC.
- crcValue - Variable in class com.keypoint.PngEncoder
- The CRC value.
E
- ENCODE_ALPHA - Static variable in class com.keypoint.PngEncoder
- Constant specifying that alpha channel should be encoded.
- encodeAlpha - Variable in class com.keypoint.PngEncoder
- Encode alpha flag.
- establishStorageInfo() - Method in class com.keypoint.PngEncoderB
- Get and set variables that determine how picture is stored.
F
- FILTER_LAST - Static variable in class com.keypoint.PngEncoder
- Constants for filter (LAST).
- FILTER_NONE - Static variable in class com.keypoint.PngEncoder
- Constants for filter (NONE).
- FILTER_SUB - Static variable in class com.keypoint.PngEncoder
- Constants for filter (SUB).
- FILTER_UP - Static variable in class com.keypoint.PngEncoder
- Constants for filter (UP).
- filter - Variable in class com.keypoint.PngEncoder
- The filter type.
- filterSub(byte[], int, int) - Method in class com.keypoint.PngEncoder
- Perform "sub" filtering on the given row.
- filterUp(byte[], int, int) - Method in class com.keypoint.PngEncoder
- Perform "up" filtering on the given row.
G
- getCompressionLevel() - Method in class com.keypoint.PngEncoder
- Retrieve compression level.
- getEncodeAlpha() - Method in class com.keypoint.PngEncoder
- Retrieve alpha encoding status.
- getFilter() - Method in class com.keypoint.PngEncoder
- Retrieve filtering scheme.
- grayscale - Variable in class com.keypoint.PngEncoderB
H
- height - Variable in class com.keypoint.PngEncoder
- The height.
I
- IDAT - Static variable in class com.keypoint.PngEncoder
- IDAT tag.
- IEND - Static variable in class com.keypoint.PngEncoder
- IEND tag.
- IHDR - Static variable in class com.keypoint.PngEncoder
- IHDR tag.
- image - Variable in class com.keypoint.PngEncoder
- The image.
- image - Variable in class com.keypoint.PngEncoderB
L
- leftBytes - Variable in class com.keypoint.PngEncoder
- The left bytes.
M
- maxPos - Variable in class com.keypoint.PngEncoder
- The maximum position.
N
- NO_ALPHA - Static variable in class com.keypoint.PngEncoder
- Constant specifying that alpha channel should not be encoded.
P
- PngEncoder - class com.keypoint.PngEncoder.
- PngEncoder takes a Java Image object and creates a byte string which can be saved as a PNG file.
- PngEncoder() - Constructor for class com.keypoint.PngEncoder
- Class constructor.
- PngEncoder(Image) - Constructor for class com.keypoint.PngEncoder
- Class constructor specifying Image to encode, with no alpha channel encoding.
- PngEncoder(Image, boolean) - Constructor for class com.keypoint.PngEncoder
- Class constructor specifying Image to encode, and whether to encode alpha.
- PngEncoder(Image, boolean, int) - Constructor for class com.keypoint.PngEncoder
- Class constructor specifying Image to encode, whether to encode alpha, and filter to use.
- PngEncoder(Image, boolean, int, int) - Constructor for class com.keypoint.PngEncoder
- Class constructor specifying Image source to encode, whether to encode alpha, filter to use, and compression level.
- PngEncoderB - class com.keypoint.PngEncoderB.
- PngEncoderB() - Constructor for class com.keypoint.PngEncoderB
- Class constructor
- PngEncoderB(BufferedImage) - Constructor for class com.keypoint.PngEncoderB
- Class constructor specifying BufferedImage to encode, with no alpha channel encoding.
- PngEncoderB(BufferedImage, boolean) - Constructor for class com.keypoint.PngEncoderB
- Class constructor specifying BufferedImage to encode, and whether to encode alpha.
- PngEncoderB(BufferedImage, boolean, int) - Constructor for class com.keypoint.PngEncoderB
- Class constructor specifying BufferedImage to encode, whether to encode alpha, and filter to use.
- PngEncoderB(BufferedImage, boolean, boolean, int, int) - Constructor for class com.keypoint.PngEncoderB
- Class constructor specifying BufferedImage source to encode, whether to encode alpha, filter to use, and compression level
- pngBytes - Variable in class com.keypoint.PngEncoder
- The png bytes.
- pngEncode(boolean) - Method in class com.keypoint.PngEncoder
- Creates an array of bytes that is the PNG equivalent of the current image, specifying whether to encode alpha or not.
- pngEncode() - Method in class com.keypoint.PngEncoder
- Creates an array of bytes that is the PNG equivalent of the current image.
- pngEncode(boolean) - Method in class com.keypoint.PngEncoderB
- Creates an array of bytes that is the PNG equivalent of the current image, specifying whether to encode alpha or not.
- pngEncode() - Method in class com.keypoint.PngEncoderB
- Creates an array of bytes that is the PNG equivalent of the current image.
- priorRow - Variable in class com.keypoint.PngEncoder
- The prior row.
R
- resizeByteArray(byte[], int) - Method in class com.keypoint.PngEncoder
- Increase or decrease the length of a byte array.
S
- setCompressionLevel(int) - Method in class com.keypoint.PngEncoder
- Set the compression level to use.
- setEncodeAlpha(boolean) - Method in class com.keypoint.PngEncoder
- Set the alpha encoding on or off.
- setFilter(int) - Method in class com.keypoint.PngEncoder
- Set the filter to use.
- setImage(Image) - Method in class com.keypoint.PngEncoder
- Set the image to be encoded.
- setImage(BufferedImage) - Method in class com.keypoint.PngEncoderB
- Set the BufferedImage to be encoded
T
- tType - Variable in class com.keypoint.PngEncoderB
W
- wRaster - Variable in class com.keypoint.PngEncoderB
- width - Variable in class com.keypoint.PngEncoder
- The width.
- writeByte(int, int) - Method in class com.keypoint.PngEncoder
- Write a single byte into the pngBytes array at a given position.
- writeBytes(byte[], int) - Method in class com.keypoint.PngEncoder
- Write an array of bytes into the pngBytes array.
- writeBytes(byte[], int, int) - Method in class com.keypoint.PngEncoder
- Write an array of bytes into the pngBytes array, specifying number of bytes to write.
- writeEnd() - Method in class com.keypoint.PngEncoder
- Write a PNG "IEND" chunk into the pngBytes array.
- writeHeader() - Method in class com.keypoint.PngEncoder
- Write a PNG "IHDR" chunk into the pngBytes array.
- writeHeader() - Method in class com.keypoint.PngEncoderB
- Write a PNG "IHDR" chunk into the pngBytes array.
- writeImageData() - Method in class com.keypoint.PngEncoder
- Write the image data into the pngBytes array.
- writeImageData() - Method in class com.keypoint.PngEncoderB
- Write the image data into the pngBytes array.
- writeInt2(int, int) - Method in class com.keypoint.PngEncoder
- Write a two-byte integer into the pngBytes array at a given position.
- writeInt4(int, int) - Method in class com.keypoint.PngEncoder
- Write a four-byte integer into the pngBytes array at a given position.
- writePalette(IndexColorModel) - Method in class com.keypoint.PngEncoderB
- writebKGD() - Method in class com.keypoint.PngEncoderB
- Write a PNG "bKGD" chunk with the white color
B C E F G H I L M N P R S T W
|
|||||||||
| Home >> All >> com >> [ keypoint overview ] | PREV NEXT | ||||||||