Class IconDefaultService.ClassSmallIconKey
- java.lang.Object
 - 
- org.neotropic.kuwaiba.visualization.api.resources.IconDefaultService.ClassSmallIconKey
 
 
- 
- Enclosing class:
 - IconDefaultService
 
public class IconDefaultService.ClassSmallIconKey extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description ClassSmallIconKey(String className, int color, byte[] icon) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)byte[]getIcon()IconDefaultService.ClassSmallIconKeygetOldKey(HashMap<IconDefaultService.ClassSmallIconKey,byte[]> smallDefaultIcons)voidsetIcon(byte[] icon) 
 - 
 
- 
- 
Constructor Detail
- 
ClassSmallIconKey
public ClassSmallIconKey(String className, int color, byte[] icon)
 
 - 
 
- 
Method Detail
- 
getOldKey
public IconDefaultService.ClassSmallIconKey getOldKey(HashMap<IconDefaultService.ClassSmallIconKey,byte[]> smallDefaultIcons)
 
- 
getIcon
public byte[] getIcon()
 
- 
setIcon
public void setIcon(byte[] icon)
 
 - 
 
 -