Uses of Class
plugins.big.bigsnake3d.rsc.icon.SnakeIcons

Packages that use SnakeIcons
plugins.big.bigsnake3d.rsc   
plugins.big.bigsnake3d.rsc.icon   
 

Uses of SnakeIcons in plugins.big.bigsnake3d.rsc
 

Methods in plugins.big.bigsnake3d.rsc with parameters of type SnakeIcons
 java.awt.Image ResourceUtil.getIcon(SnakeIcons icon)
          Returns an image the icon of the plug-in.
 

Uses of SnakeIcons in plugins.big.bigsnake3d.rsc.icon
 

Methods in plugins.big.bigsnake3d.rsc.icon that return SnakeIcons
static SnakeIcons SnakeIcons.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SnakeIcons[] SnakeIcons.values()
          Returns an array containing the constants of this enum type, in the order they are declared.