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
Linerepresents 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
Linefrom (x1,y1) to (x2,y2), in the givencolor. - Line(double, double, double, double, DrawingCanvas) - Constructor for class coffeedraw.Line
-
Create a
Linefrom (x1,y1) to (x2,y2), colored black. - Line(double, double, double, double, Color, DrawingCanvas) - Constructor for class coffeedraw.Line
-
Create a
Linefrom (x1,y1) to (x2,y2), in the givencolor. - Line(Location, Location, DrawingCanvas) - Constructor for class coffeedraw.Line
-
Create a
Linefromstarttoend, colored black. - Line(Location, Location, Color, DrawingCanvas) - Constructor for class coffeedraw.Line
-
Create a
Linefromstarttoend, in the givencolor. - LocatableInterface - Interface in coffeedraw
-
LocatableInterfaceis an interface shared by all objects except for lines, containing the methods for retrieving the object's reference point. - Location - Class in coffeedraw
-
A
Locationobject represents an (x, y) point on the screen. - Location(double, double) - Constructor for class coffeedraw.Location
-
Construct a
Locationrepresenting the point (x,y). - Location(Location) - Constructor for class coffeedraw.Location
-
Construct a
Locationthat is a duplicate of the givenpoint. - Location(Point) - Constructor for class coffeedraw.Location
-
Construct a
Locationrepresenting the same coordinates as the given JavaPoint. - lt() - Method in class coffeedraw.Turtle
-
Turn 90° to the left.
- lt(double) - Method in class coffeedraw.Turtle
-
Turn
angledegrees to the left