public class ColourBiomorph extends SimpleMorph
chromosome = array[1..9] of INTEGER;
person = record
gene: chromosome;
colorGene: array[1..8] of Longint;{index in clut}
backColorGene: LongInt;{index in clut}
dGene: array[1..10] of SwellType;
segNoGene: INTEGER;
segDistGene: INTEGER;
completenessGene: CompletenessType;
spokesGene: SpokesType;
trickleGene, mutSizeGene, mutProbGene: INTEGER;
limbShapeGene: LimbType;
limbFillGene: LimbFillType;
thicknessGene: INTEGER;
pic: picHandle;
end;
| Modifier and Type | Field and Description |
|---|---|
static int |
RAINBOW |
| Constructor and Description |
|---|
ColourBiomorph() |
addPropertyChangeListener, firePropertyChange, genomeChange, genomicallyEquals, getEmbryology, getGenome, getImage, getMorphAndChildren, getName, getPedigree, getPhenotype, getPhenotypeDrawer, kill, removePropertyChangeListener, setEmbryology, setGenome, setImage, setName, setPhenotype, setPhenotypeDrawer, toStringpublic static final int RAINBOW