| Modifier and Type | Field and Description |
|---|---|
Point |
Lin.endPt |
Point |
Lin.startPt |
| Modifier and Type | Method and Description |
|---|---|
Point |
Point.clone() |
| Modifier and Type | Method and Description |
|---|---|
void |
ColourPic.drawPic(java.awt.Graphics2D g2,
java.awt.Dimension d,
Point place,
Morph morph)
Pic already contains its own origin, meaning the coordinates at which it was originally drawn.
|
| Modifier and Type | Field and Description |
|---|---|
Point |
Pic.origin |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Pic.drawPic(java.awt.Graphics2D g2,
java.awt.Dimension d,
Point offCentre,
Morph biomorphPerson) |
void |
Pic.zeroPic(Point here) |
| Modifier and Type | Method and Description |
|---|---|
void |
MonoPic.drawPic(java.awt.Graphics2D g2,
java.awt.Dimension d,
Point place,
Morph morph)
Pic already contains its own origin, meaning the coordinates at which it was originally drawn.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SnailDeveloperImpl.actualLine(java.awt.Graphics2D g2,
Pic thisPic,
Lin lin,
double theScale,
Point place,
int threshold,
SnailPerson biomorph,
int jLinIndex,
int jThreshold)
Originally (in Pascal) a nested procedure within drawPic.
|
void |
SnailPic.drawPic(java.awt.Graphics2D g2,
java.awt.Dimension d,
Point offCentre,
Morph biomorphPerson) |