- EAST - Static variable in class acm.program.Program
-
Constant specifying the east edge of the container
- endFilledRegion() - Method in class acm.graphics.GPen
-
Ends the definition of a region and fills it with the current color.
- equals(Object) - Method in class acm.graphics.GDimension
-
Tests whether two GDimension
objects are equal.
- equals(Object) - Method in class acm.graphics.GPoint
-
Tests whether two GPoint
objects are equal.
- equals(Object) - Method in class acm.graphics.GRectangle
-
Tests whether two GRectangle
objects are equal.
- erasePath() - Method in class acm.graphics.GPen
-
Erases the entire path drawn by the pen but does not change its position.
- erasePath() - Method in class acm.graphics.GTurtle
-
Erases the entire path drawn by the turtle but does not change its position.
- ErrorException - Exception in acm.util
-
This class allows errors to be reported in a consistent way.
- ErrorException(String) - Constructor for exception acm.util.ErrorException
-
Creates an ErrorException
with the specified message.
- ErrorException(Exception) - Constructor for exception acm.util.ErrorException
-
Creates an ErrorException
using an existing exception.
- exit() - Method in class acm.program.Program
-
Exits from the program.