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