public class MonochromeMorphConfig extends SimpleMorphConfig
Modifier and Type | Field and Description |
---|---|
static java.lang.String[] |
SAVED_MONOCHROME |
Constructor and Description |
---|
MonochromeMorphConfig() |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getSavedAnimals() |
Triangler |
getTriangler() |
Genome |
newGenome()
Creates and returns a new instance of Genome for this morph type.
|
Morph |
newMorph()
Creates a new Morph with a null Genome.
|
Phenotype |
newPhenotype() |
addPropertyChangeListener, copyMorph, getAlbums, getAllowedMutations, getAppData, getEmbryology, getGenomeFactory, getLitter, getMutagen, getSelector, getStartingMorphBasicType, getTriangleMorphs, initMorph, isRecordingFossils, newMorph, removePropertyChangeListener, reproduce, setAllowedMutations, setAppData, setEmbryology, setGenomeFactory, setMutagen, setRecordingFossils, setSelector, setStartingMorphBasicType, setTriangleMorph
public Genome newGenome()
MorphConfig
public Triangler getTriangler()
getTriangler
in interface MorphConfig
getTriangler
in class SimpleMorphConfig
public Phenotype newPhenotype()
public java.lang.String[] getSavedAnimals()
public Morph newMorph()
MorphConfig