Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
All Classes
B
C
E
F
G
I
L
N
P
R
S
T
W
I
ICOConstants
- Class in
net.sf.image4j.codec.ico
Provides constants used with ICO format.
ICOConstants()
- Constructor for class net.sf.image4j.codec.ico.
ICOConstants
ICODecoder
- Class in
net.sf.image4j.codec.ico
Decodes images in ICO format.
ICOEncoder
- Class in
net.sf.image4j.codec.ico
Encodes images in ICO format.
ICOImage
- Class in
net.sf.image4j.codec.ico
Contains a decoded ICO image, as well as information about the source encoded ICO image.
ICOImage(BufferedImage, InfoHeader, IconEntry)
- Constructor for class net.sf.image4j.codec.ico.
ICOImage
Creates a new instance of ICOImage
iColorsImportant
- Variable in class net.sf.image4j.codec.bmp.
InfoHeader
Number of important colours (
0
= all).
iColorsUsed
- Variable in class net.sf.image4j.codec.bmp.
InfoHeader
Number of colours actually used in the bitmap.
iCompression
- Variable in class net.sf.image4j.codec.bmp.
InfoHeader
The compression type, which should be one of the following:
BI_RGB
- no compression
BI_RLE8
- 8-bit RLE compression
BI_RLE4
- 4-bit RLE compression
iconEntry
- Variable in class net.sf.image4j.codec.ico.
ICOImage
IconEntry
- Class in
net.sf.image4j.codec.ico
Represents an
IconEntry
structure, which contains information about an ICO image.
IconEntry(LittleEndianInputStream)
- Constructor for class net.sf.image4j.codec.ico.
IconEntry
Creates an
IconEntry
structure from the source input
IconEntry()
- Constructor for class net.sf.image4j.codec.ico.
IconEntry
Creates and
IconEntry
structure with default values.
iconIndex
- Variable in class net.sf.image4j.codec.ico.
ICOImage
iFileOffset
- Variable in class net.sf.image4j.codec.ico.
IconEntry
Position in file where the InfoHeader starts.
iHeight
- Variable in class net.sf.image4j.codec.bmp.
InfoHeader
The height in pixels of the bitmap represented by this
InfoHeader
.
iImageSize
- Variable in class net.sf.image4j.codec.bmp.
InfoHeader
The compressed size of the image in bytes, or
0
if
iCompression
is
0
.
image
- Variable in class net.sf.image4j.codec.bmp.
BMPImage
ImageUtil
- Class in
net.sf.image4j.util
Provides utility methods for handling images (
java.awt.BufferedImage
)
ImageUtil()
- Constructor for class net.sf.image4j.util.
ImageUtil
infoHeader
- Variable in class net.sf.image4j.codec.bmp.
BMPImage
InfoHeader
- Class in
net.sf.image4j.codec.bmp
Represents a bitmap
InfoHeader
structure, which provides header information.
InfoHeader(LittleEndianInputStream)
- Constructor for class net.sf.image4j.codec.bmp.
InfoHeader
Creates an
InfoHeader
structure from the source input.
InfoHeader(LittleEndianInputStream, int)
- Constructor for class net.sf.image4j.codec.bmp.
InfoHeader
InfoHeader()
- Constructor for class net.sf.image4j.codec.bmp.
InfoHeader
Creates an
InfoHeader
with default values.
InfoHeader(InfoHeader)
- Constructor for class net.sf.image4j.codec.bmp.
InfoHeader
Creates a copy of the source
InfoHeader
.
init(LittleEndianInputStream, int)
- Method in class net.sf.image4j.codec.bmp.
InfoHeader
iNumColors
- Variable in class net.sf.image4j.codec.bmp.
InfoHeader
Calculated number of colours, based on the colour depth specified by
sBitCount
.
isIndexed()
- Method in class net.sf.image4j.codec.bmp.
BMPImage
Specifies whether this BMP image is indexed, that is, the encoded bitmap uses a colour table.
isIndexed()
- Method in class net.sf.image4j.codec.ico.
ICOImage
Specifies whether this ICO image is indexed, that is, the encoded bitmap uses a colour table.
iSize
- Variable in class net.sf.image4j.codec.bmp.
InfoHeader
The size of this
InfoHeader
structure in bytes.
iSizeInBytes
- Variable in class net.sf.image4j.codec.ico.
IconEntry
Size of ICO data, which should be the size of (InfoHeader + AND bitmap + XOR bitmap).
isPngCompressed()
- Method in class net.sf.image4j.codec.ico.
ICOImage
Specifies whether the encoded image is PNG compressed.
iWidth
- Variable in class net.sf.image4j.codec.bmp.
InfoHeader
The width in pixels of the bitmap represented by this
InfoHeader
.
iXpixelsPerM
- Variable in class net.sf.image4j.codec.bmp.
InfoHeader
Horizontal resolution in pixels/m.
iYpixelsPerM
- Variable in class net.sf.image4j.codec.bmp.
InfoHeader
Vertical resolution in pixels/m.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
All Classes
B
C
E
F
G
I
L
N
P
R
S
T
W