All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.keypoint.index-all.html Maven / Gradle / Ivy

The newest version!






: Index







E F G N P S

E

ENCODE_ALPHA - Static variable in class com.keypoint.PngEncoder
Constant specifying that alpha channel should be encoded.

F

FILTER_LAST - Static variable in class com.keypoint.PngEncoder
 
FILTER_NONE - Static variable in class com.keypoint.PngEncoder
Constants for filters
FILTER_SUB - Static variable in class com.keypoint.PngEncoder
 
FILTER_UP - Static variable in class com.keypoint.PngEncoder
 

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

N

NO_ALPHA - Static variable in class com.keypoint.PngEncoder
Constant specifying that alpha channel should not be encoded.

P

pngEncode() - Method in class com.keypoint.PngEncoder
Creates an array of bytes that is the PNG equivalent of the current image.
pngEncode() - Method in class com.keypoint.PngEncoderB
Creates an array of bytes that is the PNG equivalent of the current image.
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(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.
PngEncoder - class com.keypoint.PngEncoder.
 
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, 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

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(BufferedImage) - Method in class com.keypoint.PngEncoderB
Set the BufferedImage to be encoded
setImage(Image) - Method in class com.keypoint.PngEncoder
Set the image to be encoded

E F G N P S





© 2015 - 2024 Weber Informatics LLC | Privacy Policy