Uses of Class
org.dishevelled.iconbundle.IconSize

Packages that use IconSize
org.dishevelled.iconbundle Bundles of variants for icon images. 
org.dishevelled.iconbundle.impl Implementations of the IconBundle interface. 
 

Uses of IconSize in org.dishevelled.iconbundle
 

Fields in org.dishevelled.iconbundle declared as IconSize
static IconSize IconSize.DEFAULT_128X128
          Default 128x128 icon size.
static IconSize IconSize.DEFAULT_16X16
          Default 16x16 icon size.
static IconSize IconSize.DEFAULT_24X24
          Default 24x24 icon size.
static IconSize IconSize.DEFAULT_32X32
          Default 32x32 icon size.
static IconSize IconSize.DEFAULT_48X48
          Default 48x48 icon size.
static IconSize IconSize.DEFAULT_64X64
          Default 64x64 icon size.
static IconSize IconSize.DEFAULT_96X96
          Default 96x96 icon size.
 

Methods in org.dishevelled.iconbundle with parameters of type IconSize
 Image IconBundle.getImage(Component component, IconTextDirection direction, IconState state, IconSize size)
          Return an icon image in the specified icon text direction, size, and state suitable for the specified component.
 

Uses of IconSize in org.dishevelled.iconbundle.impl
 

Methods in org.dishevelled.iconbundle.impl that return IconSize
 IconSize IconBundleKey.getSize()
          Return the icon size of this key.
 

Methods in org.dishevelled.iconbundle.impl with parameters of type IconSize
 Image ShapeIconBundle.getImage(Component component, IconTextDirection direction, IconState state, IconSize size)
          Return an icon image in the specified icon text direction, size, and state suitable for the specified component.
 Image PNGIconBundle.getImage(Component component, IconTextDirection direction, IconState state, IconSize size)
          Return an icon image in the specified icon text direction, size, and state suitable for the specified component.
 Image CachingIconBundle.getImage(Component component, IconTextDirection direction, IconState state, IconSize size)
          Return an icon image in the specified icon text direction, size, and state suitable for the specified component.
 

Constructors in org.dishevelled.iconbundle.impl with parameters of type IconSize
IconBundleKey(IconTextDirection direction, IconState state, IconSize size)
          Create a new compound key with the specified icon text direction, icon state, and icon size.
 



Copyright (c) 2003-2012 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).