| Package | Description |
|---|---|
| net.richarddawkins.watchmaker.morphs.arthro | |
| net.richarddawkins.watchmaker.morphs.arthro.impl |
| Modifier and Type | Method and Description |
|---|---|
static AtomKind |
AtomKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AtomKind[] |
AtomKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AtomKind |
Atom.getKind() |
| Modifier and Type | Method and Description |
|---|---|
void |
Atom.setKind(AtomKind kind) |
| Constructor and Description |
|---|
Atom(AtomKind kind,
ArthromorphPerson genome) |
Atom(AtomKind kind,
double height,
double width,
double angle,
Atom nextLikeMe,
Atom firstBelowMe) |