org.concord.biologica.datasupport
Class DataOrganism

java.lang.Object
  |
  +--org.concord.biologica.datasupport.DataOrganism

public class DataOrganism
extends java.lang.Object


Constructor Summary
DataOrganism()
           
 
Method Summary
static java.lang.Integer getHashKey(int size, int partKind, int nPart, int nColor)
           
static java.awt.Image getOrganismPartImage(int[] pixels, int worig, ShortImageDescription partsDesc, java.lang.Object hash, int partNumber, int color, int[] xoffset, int[] yoffset)
           
static java.awt.Image getOrganismPartImage(ShortImageDescription partsDesc, java.lang.Object hash, int partNumber, int color, int[] xoffset, int[] yoffset)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataOrganism

public DataOrganism()
Method Detail

getHashKey

public static java.lang.Integer getHashKey(int size,
                                           int partKind,
                                           int nPart,
                                           int nColor)

getOrganismPartImage

public static java.awt.Image getOrganismPartImage(ShortImageDescription partsDesc,
                                                  java.lang.Object hash,
                                                  int partNumber,
                                                  int color,
                                                  int[] xoffset,
                                                  int[] yoffset)

getOrganismPartImage

public static java.awt.Image getOrganismPartImage(int[] pixels,
                                                  int worig,
                                                  ShortImageDescription partsDesc,
                                                  java.lang.Object hash,
                                                  int partNumber,
                                                  int color,
                                                  int[] xoffset,
                                                  int[] yoffset)