- readBoolean(String) - Method in class uwcse.io.Input
-
Display the given prompt and read a boolean, i.e., the user has
to type one of yes, no, true, or false, either capitalized or
not, or any non-empty prefix thereof, e.g., y, t, fa, etc.
- readBooleanDialog(String) - Method in class uwcse.io.Input
-
Display the given prompt and read a boolean, using a pop-up
dialog window, i.e., the user has to type one of yes, no, true,
or false, either capitalized or not, or any non-empty prefix
thereof, e.g., y, t, fa, etc.
- readChar(String) - Method in class uwcse.io.Input
-
Display the given prompt and read a character
- readCharDialog(String) - Method in class uwcse.io.Input
-
Display the given prompt and read a character, using a
pop-up dialog window.
- readDouble(String) - Method in class uwcse.io.Input
-
Display the given prompt and read a double.
- readDoubleDialog(String) - Method in class uwcse.io.Input
-
Display the given prompt and read a double, using a
pop-up dialog window.
- readInt(String) - Method in class uwcse.io.Input
-
Display the given prompt and read an integer.
- readIntDialog(String) - Method in class uwcse.io.Input
-
Display the given prompt and read an integer, using a
pop-up dialog window.
- readString(String) - Method in class uwcse.io.Input
-
Display the given prompt and read a single word of input.
- readStringDialog(String) - Method in class uwcse.io.Input
-
Display the given prompt and read a single word of input, using a
pop-up dialog window.
- recordWindow(InternalGWindow) - Method in interface uwcse.graphics.Shape
-
Tell the shape that it belongs to the given window.
- recordWindow(InternalGWindow) - Method in class uwcse.graphics.ShapeImpl
-
- Rectangle - Class in uwcse.graphics
-
A rectangle shape.
- Rectangle() - Constructor for class uwcse.graphics.Rectangle
-
Create a new, filled rectangle, colored red, with a default
location and size.
- Rectangle(int, int, int, int) - Constructor for class uwcse.graphics.Rectangle
-
Create a new unfilled, black rectangle with the given position and size.
- Rectangle(int, int, int, int, Color, boolean) - Constructor for class uwcse.graphics.Rectangle
-
Create a new rectangle of the given position, size, color, and
filledness.
- refresh() - Method in class uwcse.tools.OBrowser
-
- registerEventHandler(GWindowEventHandler) - Method in class uwcse.animation.Stage
-
Register the handler object that should be notified if there are
any input events (e.g., key or mouse button pressed or
released).
- remove(int) - Method in class uwcse.collections.SimpleAbstractList
-
- remove(Object) - Method in class uwcse.collections.SimpleAbstractList
-
Relies on indexOf(o) and remove(index).
- remove(int) - Method in class uwcse.collections.SimpleArrayList
-
O(N) time because the cost of shifting items.
- remove(Object) - Method in class uwcse.collections.SimpleClosedHashMap
-
- remove(int) - Method in class uwcse.collections.SimpleLinkedList
-
O(N) time, because of the cost of finding the location to remove.
- remove(Object) - Method in interface uwcse.collections.SimpleList
-
Remove the first occurrence of the given object.
- remove(int) - Method in interface uwcse.collections.SimpleList
-
Remove the item at the given index, shifting elements as necessary.
- remove(Object) - Method in class uwcse.collections.SimpleListMap
-
- remove(Object) - Method in interface uwcse.collections.SimpleMap
-
Remove the association (if any) for the given key.
- remove(Object) - Method in class uwcse.collections.SimpleOpenHashMap
-
- remove(Shape) - Method in class uwcse.graphics.AppletGWindow
-
Remove the given shape and repaint the screen.
- remove(Shape) - Method in class uwcse.graphics.GWindow
-
Remove the given shape and repaint the screen.
- remove(Thing) - Method in class uwcse.sim.WorldModel
-
Remove a thing from the world map.
- removeActor(Actor) - Method in class uwcse.animation.Stage
-
Remove an actor from the stage.
- removeFirst() - Method in class uwcse.collections.SimpleAbstractList
-
- removeFirst() - Method in class uwcse.collections.SimpleArrayList
-
O(N) time because of the cost of shifting items.
- removeFirst() - Method in class uwcse.collections.SimpleLinkedList
-
O(1) time.
- removeFirst() - Method in interface uwcse.collections.SimpleList
-
Remove the first element.
- removeFromWindow() - Method in interface uwcse.animation.Actor
-
Every Actor must be able to remove itself from its GWindow.
- removeFromWindow() - Method in interface uwcse.animation.Prop
-
Every Prop must be able to remove itself from its GWindow.
- removeFromWindow() - Method in class uwcse.animation.ShapeProp
-
Remove the shape from its window
- removeFromWindow() - Method in interface uwcse.graphics.Shape
-
Remove the shape from its graphics window, if it is added to one.
- removeFromWindow() - Method in class uwcse.graphics.ShapeImpl
-
- removeLast() - Method in class uwcse.collections.SimpleAbstractList
-
- removeLast() - Method in class uwcse.collections.SimpleArrayList
-
O(1) time.
- removeLast() - Method in class uwcse.collections.SimpleLinkedList
-
O(1) time.
- removeLast() - Method in interface uwcse.collections.SimpleList
-
Remove the last element.
- removeProp(Prop) - Method in class uwcse.animation.Stage
-
Remove a prop from the stage.
- repl() - Method in class uwcse.tools.JevaUW
-
Start the read-eval-print-loop and go forever.
- repl(String) - Method in class uwcse.tools.JevaUW
-
Start a read-eval-printloop, using the contents of the given file
as initial statements.
- resize(int, int) - Method in class uwcse.graphics.CurvedShape
-
Change the width and height of the curved shape
- resize(int, int) - Method in class uwcse.graphics.PolyShape
-
Change the width and height of the polygon
- resize(int, int) - Method in class uwcse.graphics.Rectangle
-
Change the width and height of the rectangle
- resumeAnimation() - Method in class uwcse.animation.Stage
-
Resume the animation loop, if was suspended.
- resumeRepaints() - Method in class uwcse.graphics.AppletGWindow
-
Resume repaints.
- resumeRepaints() - Method in class uwcse.graphics.GWindow
-
Resume repaints.
- resumeTimerEvents() - Method in class uwcse.animation.Stage
-
Resume delivering timer events at the previous rate, if they
were enabled.
- root - Variable in class uwcse.tools.OBrowser
-
- rotateAround(int, int, double) - Method in class uwcse.graphics.PolyShape
-
- rotateAround(int, int, double) - Method in interface uwcse.graphics.Shape
-
Rotate the shape around the argument coordinates by the given
number of degrees, counter-clockwise.
- rotateAround(int, int, double) - Method in class uwcse.graphics.ShapeImpl
-