A B C D E F G H I J K L M N O P R S T U V W Y 

L

label(DrawableInterface, String) - Method in class coffeedraw.Animation
Produce a label that will appear in front of the given object, move upwards, and then fade out.
label(DrawableInterface, String, int) - Method in class coffeedraw.Animation
Produce a label that will appear in front of the given object, move upwards, and then fade out.
LEFT - Static variable in class coffeedraw.Text
Alignment value to align the left edge of text with the basis.
LIGHTNING - Static variable in class coffeedraw.Animation
Animation type that shows purple lightning striking its target, followed by a white explosion.
Line - Class in coffeedraw
A Line represents a line segment connecting two points on the screen.
Line(double, double, double, double, float, DrawingCanvas) - Constructor for class coffeedraw.Line
 
Line(double, double, double, double, float, Color, DrawingCanvas) - Constructor for class coffeedraw.Line
Create a Line from (x1, y1) to (x2, y2), in the given color.
Line(double, double, double, double, DrawingCanvas) - Constructor for class coffeedraw.Line
Create a Line from (x1, y1) to (x2, y2), colored black.
Line(double, double, double, double, Color, DrawingCanvas) - Constructor for class coffeedraw.Line
Create a Line from (x1, y1) to (x2, y2), in the given color.
Line(Location, Location, DrawingCanvas) - Constructor for class coffeedraw.Line
Create a Line from start to end, colored black.
Line(Location, Location, Color, DrawingCanvas) - Constructor for class coffeedraw.Line
Create a Line from start to end, in the given color.
LocatableInterface - Interface in coffeedraw
LocatableInterface is an interface shared by all objects except for lines, containing the methods for retrieving the object's reference point.
Location - Class in coffeedraw
A Location object represents an (x, y) point on the screen.
Location(double, double) - Constructor for class coffeedraw.Location
Construct a Location representing the point (x, y).
Location(Location) - Constructor for class coffeedraw.Location
Construct a Location that is a duplicate of the given point.
Location(Point) - Constructor for class coffeedraw.Location
Construct a Location representing the same coordinates as the given Java Point.
lt() - Method in class coffeedraw.Turtle
Turn 90° to the left.
lt(double) - Method in class coffeedraw.Turtle
Turn angle degrees to the left
A B C D E F G H I J K L M N O P R S T U V W Y