Package turtle

Provides classes for drawing turtle graphics.
  • Interface Summary 
    Interface Description
    Turtle
    Turtle interface.
  • Class Summary 
    Class Description
    Action
    An immutable drawable turtle action.
    DrawableTurtle
    Turtle for drawing in a window on the screen.
    LineSegment
    An immutable line segment in pixel space.
    Point
    An immutable point in floating-point pixel space.
    TurtleGUI
    Displays turtle graphics in a window on the screen.
    TurtleSoup  
  • Enum Summary 
    Enum Description
    Action.ActionType
    Enumeration of turtle action types.
    PenColor
    Enumeration of turtle pen colors.