Package
Class
Tree
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
B
C
D
E
G
I
M
P
S
B
BEST_COMPRESSION
- Static variable in class com.objectplanet.image.
PngEncoder
The best compression level.
BEST_SPEED
- Static variable in class com.objectplanet.image.
PngEncoder
The compression level with the best speed.
C
COLOR_GRAYSCALE
- Static variable in class com.objectplanet.image.
PngEncoder
Encode the image as 16bit grayscale image.
COLOR_GRAYSCALE_ALPHA
- Static variable in class com.objectplanet.image.
PngEncoder
Encode the image as 16bit grayscale image with alpha.
COLOR_INDEXED
- Static variable in class com.objectplanet.image.
PngEncoder
Encode the image as a palette indexed image with maximum 256 colors.
COLOR_INDEXED_ALPHA
- Static variable in class com.objectplanet.image.
PngEncoder
Encode the image as a palette indexed image with maximum 256 colors.
COLOR_TRUECOLOR
- Static variable in class com.objectplanet.image.
PngEncoder
Encode the image as 24bit truecolor RGB image with 16,7 million colors.
COLOR_TRUECOLOR_ALPHA
- Static variable in class com.objectplanet.image.
PngEncoder
Encode the image as 24bit truecolor image with alpha.
com.objectplanet.image
- package com.objectplanet.image
D
DEFAULT_COMPRESSION
- Static variable in class com.objectplanet.image.
PngEncoder
The default compression level.
E
encode(Image, OutputStream)
- Method in class com.objectplanet.image.
PngEncoder
Encodes an image to an output stream as a PNG image.
G
getColorType()
- Method in class com.objectplanet.image.
PngEncoder
Gets the current image type.
getIndexedColorMode()
- Method in class com.objectplanet.image.
PngEncoder
Gets current mode of processing original image to indexed PNG.
getVersion()
- Static method in class com.objectplanet.image.
PngEncoder
Gets the version number.
I
INDEXED_COLORS_AUTO
- Static variable in class com.objectplanet.image.
PngEncoder
The PngEncoder checks automatically if it should use original colors or convert to the pre-set palette.
INDEXED_COLORS_CONVERT
- Static variable in class com.objectplanet.image.
PngEncoder
The original colors are used for the indexed PNG output.
INDEXED_COLORS_ORIGINAL
- Static variable in class com.objectplanet.image.
PngEncoder
The original colors are converted to the pre-set palette.
M
main(String[])
- Static method in class com.objectplanet.image.
PngEncoder
Prints out the version number.
P
PngEncoder
- Class in
com.objectplanet.image
This PngEncoder class converts a java image to a PNG image and writes it to a specified output stream.
PngEncoder()
- Constructor for class com.objectplanet.image.
PngEncoder
Creates a new PngEncoder for truecolor images and default compression.
PngEncoder(int)
- Constructor for class com.objectplanet.image.
PngEncoder
Creates a new PngEncoder with the specified color type and default compression.
PngEncoder(int, int)
- Constructor for class com.objectplanet.image.
PngEncoder
Creates a new PngEncoder with the specified color type and compression.
S
setColorType(int)
- Method in class com.objectplanet.image.
PngEncoder
Sets the encoded image type.
setCompression(int)
- Method in class com.objectplanet.image.
PngEncoder
Sets the image compression level.
setIndexedColorMode(int)
- Method in class com.objectplanet.image.
PngEncoder
Sets mode to process the original image to indexed PNG output.
B
C
D
E
G
I
M
P
S
Package
Class
Tree
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes