Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
B
C
E
F
G
I
L
N
P
R
S
T
W
G
getBitmapSize(int, int, int)
- Static method in class net.sf.image4j.codec.bmp.
BMPEncoder
Calculates the size in bytes of a bitmap with the specified size and colour depth.
getBufferedImage()
- Method in class net.sf.image4j.codec.bmp.
BMPDecoder
The decoded image read from the source input.
getBytesPerLine1(int)
- Static method in class net.sf.image4j.codec.bmp.
BMPEncoder
Calculates the number of bytes per line required for the given width in pixels, for a 1-bit bitmap.
getBytesPerLine24(int)
- Static method in class net.sf.image4j.codec.bmp.
BMPEncoder
Calculates the number of bytes per line required for the given with in pixels, for a 24-bit bitmap.
getBytesPerLine4(int)
- Static method in class net.sf.image4j.codec.bmp.
BMPEncoder
Calculates the number of bytes per line required for the given with in pixels, for a 4-bit bitmap.
getBytesPerLine8(int)
- Static method in class net.sf.image4j.codec.bmp.
BMPEncoder
Calculates the number of bytes per line required for the given with in pixels, for a 8-bit bitmap.
getColorMapSize(short)
- Static method in class net.sf.image4j.codec.bmp.
BMPEncoder
Calculates the size in bytes for a colour map with the specified bit count.
getColourCount()
- Method in class net.sf.image4j.codec.bmp.
BMPImage
The number of possible colours for the BMP image.
getColourCount()
- Method in class net.sf.image4j.codec.ico.
ICOImage
The number of possible colours for the ICO image.
getColourDepth()
- Method in class net.sf.image4j.codec.bmp.
BMPImage
The colour depth of the BMP image (bits per pixel).
getColourDepth()
- Method in class net.sf.image4j.codec.ico.
ICOImage
The colour depth of the ICO image (bits per pixel).
getHeight()
- Method in class net.sf.image4j.codec.bmp.
BMPImage
The height of the BMP image in pixels.
getHeight()
- Method in class net.sf.image4j.codec.ico.
ICOImage
The height of the ICO image in pixels.
getIconEntry()
- Method in class net.sf.image4j.codec.ico.
ICOImage
The IconEntry associated with this
ICOImage
, which provides information about the image format and encoding.
getIconIndex()
- Method in class net.sf.image4j.codec.ico.
ICOImage
The zero-based index for this
ICOImage
in the source ICO file or resource.
getImage()
- Method in class net.sf.image4j.codec.bmp.
BMPImage
The decoded BMP image.
getInfoHeader()
- Method in class net.sf.image4j.codec.bmp.
BMPDecoder
The
InfoHeader
structure, which provides information about the BMP data.
getInfoHeader()
- Method in class net.sf.image4j.codec.bmp.
BMPImage
The InfoHeader structure representing the encoded BMP image.
getInfoHeader()
- Method in class net.sf.image4j.codec.ico.
ICOImage
The InfoHeader structure representing the encoded ICO image.
getWidth()
- Method in class net.sf.image4j.codec.bmp.
BMPImage
The width of the BMP image in pixels.
getWidth()
- Method in class net.sf.image4j.codec.ico.
ICOImage
The width of the ICO image in pixels.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
B
C
E
F
G
I
L
N
P
R
S
T
W