- layoutContainer(Container) - Method in class acm.gui.TableLayout
-
Lays out the components in the target container.
- left(double) - Method in class acm.graphics.GTurtle
-
Changes the direction of the turtle so that it moves the specified number
of degrees to the left.
- LEFT - Static variable in class acm.gui.TableLayout
-
Align table horizontally at the left of its container
- LEFT - Static variable in class acm.gui.TablePanel
-
Align table horizontally at the left of its container
- LINE_TOLERANCE - Static variable in class acm.graphics.GLine
-
This constant defines how close (measured in pixel units) a point has
to be to a line before that point is considered to be "contained" within
the line.
- loadAudioClip(String) - Static method in class acm.util.MediaTools
-
Searches the default audio clip search path for an audio clip with the specified
name and then loads it to create an AudioClip
.
- loadAudioClip(String, String) - Static method in class acm.util.MediaTools
-
Searches for an audio clip with the given name and loads it to create an
AudioClip
.
- loadImage(String) - Static method in class acm.util.MediaTools
-
Searches the default image search path for an image with the specified name
and then loads it to create an Image
.
- loadImage(String, String) - Static method in class acm.util.MediaTools
-
Searches for an image with the given name and loads it to create an
Image
.
- loadImage(Image) - Static method in class acm.util.MediaTools
-
Makes sure that the image is fully loaded before returning.