Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
Y
_
R
Random
- Class in
cse115.utilities
A class that contains many useful methods for finding random values of different classes.
Random()
- Constructor for class cse115.utilities.
Random
randomCell()
- Method in class lab4lib.
RandomCellGenerator
When called, returns a cell that can be observed.
RandomCellGenerator
- Class in
lab4lib
Gives back a random cell for testing.
RandomCellGenerator()
- Constructor for class lab4lib.
RandomCellGenerator
randomColor()
- Static method in class cse115.utilities.
Random
Creates a random color
randomDimension(Integer, Integer)
- Static method in class cse115.utilities.
Random
Creates a random dimension where the height and width are between the given values (inclusive).
randomDimension()
- Static method in class cse115.utilities.
Random
Creates a random dimension where the height and width are between the values MINIMUM_DIMENSION and MAXIMUM_DIMENSION (inclusive).
randomInteger(Integer, Integer)
- Static method in class cse115.utilities.
Random
Picks a random number between low and high (inclusive)
randomPoint()
- Method in class cse115.graphics.
DrawingCanvas
Find a random point on this DrawingCanvas
randomSwimDeselected()
- Method in interface fishbowl.strategy.
MultiFishBehaviorMenuObserver
The random swim fish radio button was deselected.
randomSwimSelected()
- Method in interface fishbowl.strategy.
MultiFishBehaviorMenuObserver
The random swim fish radio button was selected.
randomSwimSelected()
- Method in interface fishbowl.strategy.
SingleFishBehaviorMenuObserver
The random swim fish radio button was selected.
react()
- Method in class fishbowl.
MovingBodyAdapter
react(Face)
- Method in interface lab3lib.faces.
FaceBehavior
Method that describes how a face should react.
react(Face)
- Method in class lab3lib.faces.
NullFaceBehavior
react(Face)
- Method in class lab3lib.faces.
RollingEyesBehavior
react(Face)
- Method in class lab3lib.faces.
SurprisedFaceBehavior
react(Face)
- Method in class lab3lib.faces.
YawningFaceBehavior
Rectangle
- Class in
cse115.graphics
A Graphic that is in the shape of a rectangle.
Rectangle()
- Constructor for class cse115.graphics.
Rectangle
Creates a new instance of the Rectangle Graphic with dimension (0,0) and location(0,0)
Rectangle
- Class in
lab5lib
Rectangle()
- Constructor for class lab5lib.
Rectangle
Creates a new instance of Rectangle, placing it on the next available DrawingCanvas (left or right)
Rectangle3D
- Class in
cse115.graphics
A Graphic that is in the shape of a rectangle with slight 3-dimensionsal shading.
Rectangle3D()
- Constructor for class cse115.graphics.
Rectangle3D
Creates a new instance of the Rectangle3D Graphic with dimension (0,0) and location(0,0)
Red
- Class in
cse115.graphics.colors
The color red.
Red()
- Constructor for class cse115.graphics.colors.
Red
Creates a new instance of the Red Color
regularSelected()
- Method in interface fishbowl.strategy.
SingleFishBehaviorMenuObserver
The regular fish radio button was selected.
remove(Graphic)
- Method in class cse115.graphics.
CompoundGraphic
Removes a Graphic from the Compound
remove(Graphic)
- Method in class cse115.graphics.
DrawingCanvas
Removes a Graphic from the DrawingCanvas.
remove(Graphic)
- Method in interface cse115.graphics.
IContainer
Removes a Graphic from this Container
remove(CollisionObject)
- Method in class physics.
CollisionGroup
Removes the CollisionObject from the group
removeAllGraphics()
- Method in class cse115.graphics.
DrawingCanvas
removePoint(Point)
- Method in class cse115.graphics.
Polygon
removes the first occurrence of point p from the polygon
repaint()
- Method in class cse115.graphics.
CompoundGraphic
Forces a repaint of all the Graphics in the same container as the Compound
repaint(Rectangle)
- Method in class cse115.graphics.
CompoundGraphic
repaint()
- Method in interface cse115.graphics.
IContainer
Forces a repaint of all the Graphics on this Container
repaint(Rectangle)
- Method in interface cse115.graphics.
IContainer
Forces a repaint of all the things that are on this Container in the given bounds
RIGHTPANEL
- Static variable in class containers.
Lab3Applet
RIGHTPANEL
- Static variable in class containers.
Lab4Applet
RIGHTPANEL
- Static variable in class containers.
TwoDrawingPanelApplet
roll(int)
- Method in class lab3lib.faces.
Eye
Tell this eye to roll.
rollEyes()
- Method in class lab3lib.faces.
Face
Tell the face to roll its eyes.
RollingEyesBehavior
- Class in
lab3lib.faces
Behavior for a face to roll its eyes.
RollingEyesBehavior()
- Constructor for class lab3lib.faces.
RollingEyesBehavior
Rotatable
- Interface in
cse115.graphics
The interface that defines the capabilties for an object that can have its rotation accessed/mutated, Should start with rotation of 0 = normal.
rotate(Integer)
- Method in class cse115.graphics.
AbstractGraphic
Rotates the graphic by a specific number of degrees
rotate(Integer)
- Method in interface cse115.graphics.
Rotatable
Rotates clockwise the Object by the specified number of degrees
Row
- Class in
cse115.containers
This is a Panel that different things can be placed into.
Row()
- Constructor for class cse115.containers.
Row
Creates a new instance of Row
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
Y
_