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 boolean
equals(Object obj)
byte[]
getIcon()
IconDefaultService.RelationshipIconKey
getOldKey(HashMap<IconDefaultService.RelationshipIconKey,byte[]> defaultRelationships)
void
setIcon(byte[] icon)
-
-
-
Method Detail
-
getOldKey
public IconDefaultService.RelationshipIconKey getOldKey(HashMap<IconDefaultService.RelationshipIconKey,byte[]> defaultRelationships)
-
getIcon
public byte[] getIcon()
-
setIcon
public void setIcon(byte[] icon)
-
-