Modifier and Type | Method and Description |
---|---|
static void |
AtomPrinter.printMiddle(Atom atom) |
Modifier and Type | Method and Description |
---|---|
int |
ArthromorphEmbryology.draw(ArthromorphPic pic,
Atom atom,
double[] params,
int x,
int y,
int ySeg,
double gradientFactor,
double overlap) |
Modifier and Type | Field and Description |
---|---|
Atom |
Atom.firstBelowMe
Original documentation: where to look in the BoneYard for the next atom.
|
Atom |
Atom.nextLikeMe
Original documentation: Where to look in the BoneYard for the next atom.
|
Modifier and Type | Method and Description |
---|---|
Atom |
Atom.copy(Genome genome) |
Atom |
Atom.copyExceptNext(Genome genome) |
Atom |
ArthromorphGenome.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 |
---|---|
int |
Atom.depthBelow(Atom ancestor,
Atom descendent) |
void |
ArthromorphGenome.setAnimalTrunk(Atom animalTrunk) |
void |
Atom.setFirstBelowMe(Atom firstBelowMe) |
void |
Atom.setNextLikeMe(Atom nextLikeMe) |
Constructor and Description |
---|
Atom(ArthromorphGenome genome,
AtomKind kind,
double height,
double width,
double angle,
int gradientGene,
Atom nextLikeMe,
Atom firstBelowMe) |
Modifier and Type | Method and Description |
---|---|
void |
ArthromorphMutagen.countSeg(Atom atom) |