net.sf.image4j.codec.ico
Class ICOConstants

java.lang.Object
  extended by net.sf.image4j.codec.ico.ICOConstants

public class ICOConstants
extends java.lang.Object

Provides constants used with ICO format.

Author:
Ian McDonagh

Field Summary
static int TYPE_CURSOR
          Indicates that ICO data represents a cursor (.CUR).
static int TYPE_ICON
          Indicates that ICO data represents an icon (.ICO).
 
Constructor Summary
ICOConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_ICON

public static final int TYPE_ICON
Indicates that ICO data represents an icon (.ICO).

See Also:
Constant Field Values

TYPE_CURSOR

public static final int TYPE_CURSOR
Indicates that ICO data represents a cursor (.CUR).

See Also:
Constant Field Values
Constructor Detail

ICOConstants

public ICOConstants()