Serialized Form


Package <Unnamed>

Class AbortException extends java.lang.Exception implements Serializable

Serialized Fields

thrower

java.lang.String thrower

Class Sprite extends java.awt.Component implements Serializable

Serialized Fields

macLabelHeightFudges

float[] macLabelHeightFudges

winLabelHeightFudges

float[] winLabelHeightFudges

throttleSleepAmt

int throttleSleepAmt

canvas

TGCanvas canvas

spriteImage

java.awt.Image spriteImage

imageProducer

java.awt.image.MemoryImageSource imageProducer

spritePixels

SpritePixels spritePixels

curColor

java.awt.Color curColor

curPoint

TGPoint curPoint

curHeading

double curHeading

showTurtle

boolean showTurtle

penDown

boolean penDown

penPattern

float[] penPattern

curPenSize

int curPenSize

typeLinecap

int typeLinecap

curFont

java.awt.Font curFont

curFontNumber

int curFontNumber

fontSizes

short[][] fontSizes

Class TGCanvas extends java.awt.Component implements Serializable

Serialized Fields

haveFocus

boolean haveFocus

canvasHeight

int canvasHeight

canvasWidth

int canvasWidth

numGraphicsOps

int numGraphicsOps

mouseX

int mouseX

mouseY

int mouseY

paintState

int paintState

paintSpriteNum

int paintSpriteNum

xCenter

int xCenter

yCenter

int yCenter

backgroundColor

java.awt.Color backgroundColor

backgroundPicture

java.awt.Image backgroundPicture

graphicsImage

java.awt.image.BufferedImage graphicsImage

spriteClipRect

java.awt.Rectangle[] spriteClipRect

graphicsOps

TGGraphicsOp[] graphicsOps

sprites

Sprite[] sprites

keyHandlers

TGKeyHandler[] keyHandlers

tgMouseHandlers

TGMouseHandler[] tgMouseHandlers

Class TurtleGraphicsWindow extends java.awt.Frame implements Serializable

Serialized Fields

mouseX

int mouseX

mouseY

int mouseY

canvas

TGCanvas canvas

turtle

Sprite turtle