| 程序包 | 说明 |
|---|---|
| com.fr.stable.image4j.codec.ico |
ICO codec implementation, which allows encoding and decoding of MS ICO format.
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected IconEntry |
ICOImage.iconEntry |
| 限定符和类型 | 方法和说明 |
|---|---|
static IconEntry |
ICOEncoder.createIconEntry(InfoHeader ih)
Constructs an IconEntry from the given InfoHeader
structure.
|
IconEntry |
ICOImage.getIconEntry()
The IconEntry associated with this ICOImage, which provides information
about the image format and encoding.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ICOImage.setIconEntry(IconEntry iconEntry)
Sets the IconEntry associated with this ICOImage.
|
| 构造器和说明 |
|---|
ICOImage(java.awt.image.BufferedImage image,
InfoHeader infoHeader,
IconEntry iconEntry)
Creates a new instance of ICOImage
|