com.jniwrapper.win32.gdi
Class Icon.IconType

java.lang.Object
  extended by com.jniwrapper.util.EnumItem
      extended by com.jniwrapper.win32.gdi.Icon.IconType
Enclosing class:
Icon

public static class Icon.IconType
extends com.jniwrapper.util.EnumItem

IconType represents the enumeration of default icon types.


Field Summary
static Icon.IconType BIG
          Corresponds to ICON_BIG type.
static Icon.IconType SMALL
          Corresponds to ICON_SMALL type.
 
Method Summary
 java.awt.Dimension getSize()
          Returns the size associated with a currect icon type.
 
Methods inherited from class com.jniwrapper.util.EnumItem
equals, getLongValue, getValue, hashCode, isOneOf
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SMALL

public static final Icon.IconType SMALL
Corresponds to ICON_SMALL type.


BIG

public static final Icon.IconType BIG
Corresponds to ICON_BIG type.

Method Detail

getSize

public java.awt.Dimension getSize()
Returns the size associated with a currect icon type.

Returns:
the size associated with a currect icon type.