Uses of Class
net.sf.image4j.codec.ico.IconEntry

Packages that use IconEntry
net.sf.image4j.codec.ico ICO codec implementation, which allows encoding and decoding of MS ICO format. 
 

Uses of IconEntry in net.sf.image4j.codec.ico
 

Fields in net.sf.image4j.codec.ico declared as IconEntry
protected  IconEntry ICOImage.iconEntry
           
 

Methods in net.sf.image4j.codec.ico that return 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.
 

Methods in net.sf.image4j.codec.ico with parameters of type IconEntry
 void ICOImage.setIconEntry(IconEntry iconEntry)
          Sets the IconEntry associated with this ICOImage.
 

Constructors in net.sf.image4j.codec.ico with parameters of type IconEntry
ICOImage(java.awt.image.BufferedImage image, InfoHeader infoHeader, IconEntry iconEntry)
          Creates a new instance of ICOImage