- object - Variable in class uwcse.tools.OBrowser
-
- OBrowser - Class in uwcse.tools
-
A simple object browser.
- OBrowser(Object, String) - Constructor for class uwcse.tools.OBrowser
-
Make a new OBrowser.
- Offset - Class in uwcse.sim
-
Represents an extent in the x and y direction.
- Offset(int, int) - Constructor for class uwcse.sim.Offset
-
- Oval - Class in uwcse.graphics
-
An oval shape.
- Oval() - Constructor for class uwcse.graphics.Oval
-
Create a filled, green oval with a default position and size.
- Oval(int, int, int, int) - Constructor for class uwcse.graphics.Oval
-
Create an unfilled black oval whose bounding rectangle has the
specified upper-left corner and dimensions.
- Oval(int, int, int, int, Color, boolean) - Constructor for class uwcse.graphics.Oval
-
Create an oval of the given color and filledness whose bounding
rectangle has the specified upper-left corner and dimensions.