Package <Unnamed>

Interface Summary
TGGraphicsOp TGGraphicsOp is an interface that a class implements when it provides TGCanvas with support for a graphics operation.
TGKeyHandler TGKeyHandler is an interface that a class implements when it would like to receive Java AWT key events from TGCanvas.
TGMouseHandler TGMouseHandler is an interface that a class implements when it would like to receive Java AWT mouse events from TGCanvas.
 

Class Summary
ArrowTurtle This class provides the turtle's appearance, the array of pixels that make up its image.
BallTurtle This class provides the turtle's appearance, the array of pixels that make up its image.
BoxTurtle This class provides the turtle's appearance, the array of pixels that make up its image.
CrossTurtle This class provides the turtle's appearance, the array of pixels that make up its image.
DiamondTurtle This class provides the turtle's appearance, the array of pixels that make up its image.
PixelRectangle PixelRectangle - a rectangular area of pixels.
Sprite Sprite provides support for a turtle's graphics state.
SpritePixels SpritePixels is an abstract class that another class extends when it wants to provide the pixels that make up the image of a Sprite.
TGArcOp This class implements a TurtleGraphics ARC graphics operation.
TGCanvas This class is an implementation of a graphics canvas window for TG.
TGFileIO Utility methods for getting stuff from files on the local computer.
TGFillOp Perform a TurtleGraphics FILL graphics operation.
TGLabelOp This class implements a TurtleGraphics LABEL graphics operation.
TGLineOp TGLineOp provides a TurtleGraphics Line graphics Operation.
TGPoint A TGPoint is a virtual point, a point in TurtleSpace.
TGSetPixelsOp TGSetPixelsOp provides TurtleGraphics with a SETPIXELS graphics operation.
TriangleTurtle This class provides the turtle's appearance, the array of pixels that make up its image.
TurtleGraphicsWindow Wrapper class which provides the TurtleGraphics support from the TG Logo programmng environment to the world of programming in Java.
TurtleTurtle This class provides the turtle's appearance, the array of pixels that make up its image.
 

Exception Summary
AbortException This class provides the mechanism to abort an Interpreter Thread.