public class SnailDeveloperImpl
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
clipBoarding |
static boolean |
delayedDrawing |
static boolean |
dontDraw |
static int |
inc |
Rect |
margin |
static int |
MaxResources
Largest Generating Curve ID, homologous with the resource ids of the original
Macintosh resource file ids.
|
static Pic |
myPic |
static boolean |
sideView |
static ModeType |
theMode |
static boolean |
zeroMargin |
| Constructor and Description |
|---|
SnailDeveloperImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
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 |
picLine(Pic myPic2,
int xx1,
int yy1,
int xx2,
int yy2) |
void |
quarantine(Pic thisPic,
Lin lin,
double theScale)
Originally (in Pascal) a nested procedure within drawPic.
|
public final Rect margin
public static Pic myPic
public static int inc
public static boolean clipBoarding
public static boolean dontDraw
public static boolean zeroMargin
public static boolean delayedDrawing
public static boolean sideView
public static ModeType theMode
public static final int MaxResources
public void picLine(Pic myPic2, int xx1, int yy1, int xx2, int yy2)
public void quarantine(Pic thisPic, Lin lin, double theScale)
public void actualLine(java.awt.Graphics2D g2,
Pic thisPic,
Lin lin,
double theScale,
Point place,
int threshold,
SnailPerson biomorph,
int jLinIndex,
int jThreshold)