public class ColourPersonImpl extends BiomorphPersonImpl implements ColourPerson
RAINBOW| Modifier and Type | Method and Description |
|---|---|
void |
addToBackColorGene(int summand) |
void |
addToColorGene(int j,
int summand) |
void |
addToThicknessGene(int summand) |
void |
basicTree() |
void |
chess() |
void |
copy(Person person) |
void |
develop(java.awt.Graphics2D g2,
java.awt.Dimension d,
boolean zeroMargin) |
long |
getBackColorGene() |
int[] |
getColorGene() |
LimbFillType |
getLimbFillGene() |
LimbType |
getLimbShapeGene() |
int |
getThicknessGene() |
void |
insect() |
void |
makeGenes(int a,
int b,
int c,
int d,
int e,
int f,
int g,
int h,
int i) |
Person |
reproduce(Morph newMorph) |
void |
setBackColorGene(long backColorGene) |
void |
setColorGene(int[] colorGene) |
void |
setLimbFillGene(LimbFillType limbFillGene) |
void |
setLimbShapeGene(LimbType limbShapeGene) |
void |
setThicknessGene(int thicknessGene) |
addToGene, addToMutProbGene, addToMutSizeGene, addToSegDistGene, addToSegNoGene, addToTrickleGene, decrementGene, decrementSegNoGene, getCompletenessGene, getdGene, getDGene, getGene, getGene, getGene9Max, getMutProbGene, getMutSizeGene, getSegDistGene, getSegNoGene, getSpokesGene, getTrickleGene, setBasicType, setCompletenessGene, setDGene, setdGene, setGene, setGene, setGene9Max, setMorph, setMutProbGene, setMutSizeGene, setSegDistGene, setSegNoGene, setSpokesGene, setTrickleGenegetMorph, getMutagen, setMutagenequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddToSegDistGeneaddToGene, addToMutProbGene, addToMutSizeGene, addToSegNoGene, addToTrickleGene, decrementGene, decrementSegNoGene, getCompletenessGene, getdGene, getDGene, getGene, getGene, getGene9Max, getMutProbGene, getMutSizeGene, getSegDistGene, getSegNoGene, getSpokesGene, getTrickleGene, setCompletenessGene, setDGene, setdGene, setGene, setGene, setGene9Max, setMorph, setMutProbGene, setMutSizeGene, setSegDistGene, setSegNoGene, setSpokesGene, setTrickleGenegetMorph, getMutagen, setBasicType, setMutagenpublic int[] getColorGene()
getColorGene in interface ColourPersonpublic void setColorGene(int[] colorGene)
setColorGene in interface ColourPersonpublic long getBackColorGene()
getBackColorGene in interface ColourPersonpublic void setBackColorGene(long backColorGene)
setBackColorGene in interface ColourPersonpublic LimbType getLimbShapeGene()
getLimbShapeGene in interface ColourPersonpublic void setLimbShapeGene(LimbType limbShapeGene)
setLimbShapeGene in interface ColourPersonpublic LimbFillType getLimbFillGene()
getLimbFillGene in interface ColourPersonpublic void setLimbFillGene(LimbFillType limbFillGene)
setLimbFillGene in interface ColourPersonpublic int getThicknessGene()
getThicknessGene in interface ColourPersonpublic void setThicknessGene(int thicknessGene)
setThicknessGene in interface ColourPersonpublic void copy(Person person)
copy in class BiomorphPersonImplpublic void develop(java.awt.Graphics2D g2,
java.awt.Dimension d,
boolean zeroMargin)
public void makeGenes(int a,
int b,
int c,
int d,
int e,
int f,
int g,
int h,
int i)
makeGenes in interface BiomorphPersonpublic void addToBackColorGene(int summand)
addToBackColorGene in interface ColourPersonpublic void chess()
chess in interface BiomorphPersonpublic void insect()
insect in interface BiomorphPersonpublic void basicTree()
basicTree in interface BiomorphPersonpublic void addToThicknessGene(int summand)
addToThicknessGene in interface ColourPersonpublic void addToColorGene(int j,
int summand)
addToColorGene in interface ColourPerson