| Package | Description |
|---|---|
| net.richarddawkins.watchmaker.morphs.arthro | |
| net.richarddawkins.watchmaker.morphs.arthro.impl |
| Modifier and Type | Method and Description |
|---|---|
Atom |
ArthromorphPerson.getAnimalTrunk() |
| Modifier and Type | Method and Description |
|---|---|
void |
ArthromorphPerson.setAnimalTrunk(Atom animalTrunk) |
| Modifier and Type | Method and Description |
|---|---|
Atom |
Atom.copy() |
Atom |
Atom.copyExceptNext() |
Atom |
ArthromorphPersonImpl.getAnimalTrunk() |
Atom |
Atom.getFirstBelowMe() |
Atom |
Atom.getNextLikeMe() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Vector<Atom> |
Atom.toVector() |
| Modifier and Type | Method and Description |
|---|---|
void |
ArthromorphMutagenImpl.countSeg(Atom atom) |
static void |
AtomPrinter.printMiddle(Atom atom) |
void |
ArthromorphPersonImpl.setAnimalTrunk(Atom animalTrunk) |
void |
Atom.setFirstBelowMe(Atom firstBelowMe) |
void |
Atom.setNextLikeMe(Atom nextLikeMe) |
| Constructor and Description |
|---|
Atom(AtomKind kind,
double height,
double width,
double angle,
Atom nextLikeMe,
Atom firstBelowMe) |