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
_
M
Magenta
- Class in
cse115.graphics.colors
The color magenta.
Magenta()
- Constructor for class cse115.graphics.colors.
Magenta
Creates a new instance of Magenta
MenuBehavior
- Interface in
demos.polymorphism
MenuBehavior.java Created: Tue Sep 17 22:23:01 2002
menuItemSelected(MotionMenuItem)
- Method in interface demos.polymorphism.
MenuBehavior
Called when the menu item is selected.
MotionMenuItem
- Interface in
demos.polymorphism
MotionMenuItem.java Created: Tue Sep 17 22:27:57 2002
MotionTimer
- Class in
physics
MotionTimer.java Created: Sat Sep 18 19:48:45 2004
MotionTimer(int, IMotion)
- Constructor for class physics.
MotionTimer
Creates a new
MotionTimer
instance.
mouseClicked(MouseEvent)
- Method in class cse115.graphics.
DrawingCanvas
Called when the mouse is clicked on the DrawingCanvas, delegates to the appropriate Graphic
mouseClicked(MouseEvent)
- Method in class fishbowl.
MovingBodyAdapter
Delegated to the shape.
mouseDragged(MouseEvent)
- Method in class cse115.graphics.
DrawingCanvas
mouseDragged(MouseEvent)
- Method in class fishbowl.
MovingBodyAdapter
Delegated to the shape.
mouseEntered(MouseEvent)
- Method in class cse115.graphics.
DrawingCanvas
Called when the mouse is entered onto the DrawingCanvas, does nothing
mouseEntered(MouseEvent)
- Method in class fishbowl.
MovingBodyAdapter
Delegated to the shape.
mouseExited(MouseEvent)
- Method in class cse115.graphics.
DrawingCanvas
Called when the mouse exits the DrawingCanvas, does nothing
mouseExited(MouseEvent)
- Method in class fishbowl.
MovingBodyAdapter
Delegated to the shape.
mouseMoved(MouseEvent)
- Method in class cse115.graphics.
DrawingCanvas
Called when the mouse was moved on the DrawingCanvas, calls entered, exited, moved on appropriate graphics
mouseMoved(MouseEvent)
- Method in class fishbowl.
MovingBodyAdapter
Delegated to the shape.
mousePressed(MouseEvent)
- Method in class cse115.graphics.
DrawingCanvas
Called when the mouse is pressed on the DrawingCanvas, delegates to the appropriate Graphic
mousePressed(MouseEvent)
- Method in class fishbowl.
MovingBodyAdapter
Delegated to the shape.
mouseReleased(MouseEvent)
- Method in class cse115.graphics.
DrawingCanvas
Called when the mouse is released on the DrawingCanvas, delegates to the appropriate Graphic
mouseReleased(MouseEvent)
- Method in class fishbowl.
MovingBodyAdapter
Delegated to the shape.
Mouth
- Class in
lab3lib.faces
A mouth for a face.
Mouth(int, int, int, Face)
- Constructor for class lab3lib.faces.
Mouth
Creates a new instance of Mouth
move(Vector)
- Method in class cse115.graphics.
AbstractGraphic
Moves the Graphic by a certain vector
move(Vector)
- Method in interface cse115.graphics.
Locatable
Moves the Object from one location to another by a specific vector
move(Vector)
- Method in class cse115.graphics.
Polygon
Moves the Polygon by some amount, specified by a vector
move(Vector)
- Method in class demos.bounce.
BouncingTriangle
move(Vector)
- Method in class lab5lib.
Triangle
MovingBody
- Interface in
fishbowl
Normal users can ignore this interface.
Methods needed for body that can be animated and moved.
MovingBodyAdapter
- Class in
fishbowl
Normal users can ignore this class.
A class that implements many of the methods of MovingBody by delegating the work to Shape objects.
MovingBodyAdapter(Shape)
- Constructor for class fishbowl.
MovingBodyAdapter
Creates a new
MovingBodyAdapter
instance.
MovingBodyAdapter(Shape, int, int, int, int)
- Constructor for class fishbowl.
MovingBodyAdapter
MultiFishBehaviorMenuObserver
- Interface in
fishbowl.strategy
Methods called
auto-magically
when the user clicks an option from the
Multi Fish
behavior menu of Applet.
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
_