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
K
L
M
N
O
P
R
S
T
U
V
Y
G
getBehavior()
- Method in class CSE115.ShapeWorld.
MutableShape
getBounds()
- Method in class CSE115.FishBowl.
MovingBodyAdapter
Delegated to the shape.
getCenterLocation()
- Method in class CSE115.FishBowl.
MovingBodyAdapter
Delegated to the shape.
getCenterLocation()
- Method in interface CSE115.ShapeWorld.
Graphic
getCenterLocation()
- Method in class CSE115.ShapeWorld.
MutableShape
getCol()
- Method in class CSE115.
Position
Returns the column of this position
getCollided()
- Method in class Physics.
CollisionObject
Returns whether the Object has collided with another object in the current time interval
getCollided()
- Method in class Physics.
FrictionMotion
Return whether it has collided
getCollided()
- Method in class Physics.
IMotion
Returns true, override to do something useful
getColor()
- Method in class CSE115.FishBowl.
MovingBodyAdapter
Delegated to the shape.
getColor()
- Method in interface CSE115.ShapeWorld.
Graphic
getColor()
- Method in class CSE115.ShapeWorld.
MutableShape
getDimension()
- Method in interface CSE115.Faces.
Face
getDimension()
- Method in class CSE115.Faces.
RollingEyes
getDimension()
- Method in class CSE115.Faces.
SurprisedFace
getDimension()
- Method in class CSE115.Faces.
YawningFace
getDimension()
- Method in class CSE115.FishBowl.
MovingBodyAdapter
Delegated to the shape.
getDimension()
- Method in interface CSE115.ShapeWorld.
Graphic
getDimension()
- Method in class CSE115.ShapeWorld.
MutableShape
getDP()
- Method in class Physics.
CollisionGroup
Returns the DrawingPanel that the Collision Objects are on
getDP()
- Method in class Physics.
CollisionObject
getDP
Returns the DrawingPanel this object is drawn upon
getDrawingPanel()
- Static method in class CSE115.FishBowl.
Frame
Returns the DrawingPanel for drawing.
getDrawingPanel()
- Method in class CSE115.FishBowl.
MovingBodyAdapter
Delegated to the shape.
getDrawingPanel()
- Method in interface CSE115.ShapeWorld.
Graphic
getDrawingPanel()
- Method in class CSE115.ShapeWorld.
MutableShape
getDx()
- Method in interface CSE115.FishBowl.
MovingBody
Returns the horizontal velocity.
getDx()
- Method in class CSE115.FishBowl.
MovingBodyAdapter
Get the change in x.
getDX()
- Method in class Physics.
FrictionMotion
Returns dx of the velocity
getDX()
- Method in class Physics.
GravityMotion
Returns dx of the velocity
getDX()
- Method in class Physics.
IMotion
Should return the DX value
getDX()
- Method in class Physics.
NullMotion
getDX()
- Method in class Physics.
StraightMotion
Returns dx of the velocity
getDy()
- Method in interface CSE115.FishBowl.
MovingBody
Returns the vertical velocity.
getDy()
- Method in class CSE115.FishBowl.
MovingBodyAdapter
Get the change in y.
getDY()
- Method in class Physics.
FrictionMotion
Returns dy of the velocity
getDY()
- Method in class Physics.
GravityMotion
Returns dy of the velocity
getDY()
- Method in class Physics.
IMotion
Should return the DY value
getDY()
- Method in class Physics.
NullMotion
getDY()
- Method in class Physics.
StraightMotion
Returns dy of the velocity
getEnabled()
- Method in class CSE115.
KeyInteractor
Is this
KeyInteractor
enabled or disabled?
getEWall()
- Method in class Physics.
CollisionObject
Gets the EastWall boolean value returns true if it is the SouthWall, false otherwise
getGraphic()
- Method in class CSE115.ShapeWorld.
MutableShape
getGroup()
- Method in class Physics.
CollisionGroup
Returns the Arraylist containing the CollsionObjects
getLine()
- Method in class Physics.
CollisionObject
Returns the Line that the object is traveling on
getLocation()
- Method in interface CSE115.Faces.
Face
getLocation()
- Method in class CSE115.Faces.
RollingEyes
getLocation()
- Method in class CSE115.Faces.
SurprisedFace
getLocation()
- Method in class CSE115.Faces.
YawningFace
getLocation()
- Method in class CSE115.FishBowl.
MovingBodyAdapter
Delegated to the shape.
getLocation()
- Method in interface CSE115.ShapeWorld.
Graphic
getLocation()
- Method in class CSE115.ShapeWorld.
MutableShape
getMass()
- Method in class Physics.
CollisionObject
Returns the mass of the object
getMenu()
- Method in class CSE115.FishBowl.
Applet
Get the fish creation menu.
getMenuBar()
- Method in class CSE115.FishBowl.
Applet
Get the menubar.
getMenuBar()
- Method in class CSE115.FishBowl.Strategy.
Applet
Get the menubar.
getMotion()
- Method in class Physics.
CollisionObject
Returns the motion of this object
getMotionMenuItem()
- Method in class Demos.Polymorphism.
Applet
Gets the MotionMenuItem.
getMultiFishMenu()
- Method in class CSE115.FishBowl.Strategy.
Applet
Get the
Multi Fish
menu.
getMutableShapeDrawingPanel()
- Method in class CSE115.ShapeWorld.
MutableShape
getNWall()
- Method in class Physics.
CollisionObject
Gets the NorthWall boolean value returns true if it is the SouthWall, false otherwise
getRandomVector()
- Static method in class CSE115.ShapeWorld.
Vector
getRotation()
- Method in class CSE115.FishBowl.
MovingBodyAdapter
Delegated to the shape.
getRotation()
- Method in interface CSE115.ShapeWorld.
Graphic
getRotation()
- Method in class CSE115.ShapeWorld.
MutableShape
getRow()
- Method in class CSE115.
Position
Returns the row of this position
getShape()
- Method in class Physics.
CollisionObject
Returns the shape of this object
getSingleFishMenu()
- Method in class CSE115.FishBowl.Strategy.
Applet
Get the
Single Fish
menu.
getSize()
- Method in class CSE115.FishBowl.
Fish
Returns the size of the Fish.
getSpeed()
- Method in class Physics.
FrictionMotion
Returns the speed of the motion
getSpeed()
- Method in class Physics.
GravityMotion
Returns the speed of the motion
getSpeed()
- Method in class Physics.
IMotion
Should return the speed of this motion
getSpeed()
- Method in class Physics.
NullMotion
getSpeed()
- Method in class Physics.
StraightMotion
Returns the speed of the motion
getSWall()
- Method in class Physics.
CollisionObject
Gets the SouthWall boolean value returns true if it is the SouthWall, false otherwise
getVelocity()
- Method in class Physics.
FrictionMotion
Return the velocity of the object based on dy and dx
getVelocity()
- Method in class Physics.
IMotion
Override to do something useful
getWWall()
- Method in class Physics.
CollisionObject
Gets the WestWall boolean value returns true if it is the SouthWall, false otherwise
getX()
- Method in class CSE115.ShapeWorld.
Vector
getX0()
- Method in class Physics.
LineFormula
getX0
Return the intial X value
getXCoeffcient()
- Method in class Physics.
LineFormula
Return the number of X's
getXIntercept()
- Method in class Physics.
LineFormula
Return the X-axis intercept
getY()
- Method in class CSE115.ShapeWorld.
Vector
getY0()
- Method in class Physics.
LineFormula
Return the Intial Y value
getYIntercept()
- Method in class Physics.
LineFormula
Return the Y-axis intercept of this line
Graphic
- Interface in
CSE115.ShapeWorld
An interface for the graphic that is controlled by the Strategy Shape.
GraphicSwapButton
- Class in
CSE115.ShapeWorld
GraphicSwapButton.java Created: Tue Sep 14 13:29:32 2004
GraphicSwapButton()
- Constructor for class CSE115.ShapeWorld.
GraphicSwapButton
GravityMotion
- Class in
Physics
GravityMotion.java Created: Thu Nov 11 13:30:05 2004
GravityMotion(CollisionObject)
- Constructor for class Physics.
GravityMotion
Creates a new
GravityMotion
instance.
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
K
L
M
N
O
P
R
S
T
U
V
Y