A B C D E F G H I L M N O P R S T U V W Y _

G

getAllGraphics() - Method in class cse115.graphics.DrawingCanvas
Gets a Collection of all the Graphics on this DrawingCanvas
getBehavior() - Method in class fishbowl.strategy.Fish
 
getBounds() - Method in class cse115.graphics.AbstractGraphic
Returns the BoundingBox of this graphic
getBounds() - Method in interface cse115.graphics.Graphic
Returns the bounding box of this graphic
getBounds() - Method in class fishbowl.MovingBodyAdapter
Delegated to the shape.
getCenterLocation() - Method in class cse115.graphics.AbstractGraphic
Gets the Center location of this graphic
getCenterLocation() - Method in interface cse115.graphics.CenterLocatable
Finds the center location of this Object
getCenterLocation() - Method in class cse115.graphics.DrawingCanvas
Gets the center of the DrawingCanvas
getCenterLocation() - Method in class cse115.Position
Coverts Position to a Point
getCenterLocation() - Method in class fishbowl.MovingBodyAdapter
Delegated to the shape.
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.containers.Panel
returns the color of this panel
getColor() - Method in class cse115.graphics.AbstractColorableGraphic
Gets the Color of this Graphic
getColor() - Method in interface cse115.graphics.Colorable
Gets the Color of this Object
getColor() - Method in class cse115.graphics.DrawingCanvas
Gets the Color of this DrawingCanvas
getColor() - Method in class fishbowl.MovingBodyAdapter
Delegated to the shape.
getContainer() - Method in class cse115.graphics.AbstractGraphic
Gets the Container of this graphic
getCurrentState() - Static method in class containers.Lab5Applet
 
getDimension() - Method in class cse115.containers.Panel
gets the dimension of this panel
getDimension() - Method in class cse115.graphics.AbstractGraphic
Gets the dimension of this graphic
getDimension() - Method in class cse115.graphics.DrawingCanvas
Gets the Dimension of this DrawingCanvas
getDimension() - Method in interface cse115.graphics.IContainer
Returns the Dimension of this Container
getDimension() - Method in interface cse115.graphics.Sizeable
Gets the Dimension of this Object
getDimension() - Method in class fishbowl.MovingBodyAdapter
Delegated to the shape.
getDimension() - Method in class lab3lib.faces.Face
Get the current dimension of the face.
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
getDx() - Method in class cse115.utilities.Vector
Gets the Integer representing the change in the X direction of this vector
getDx() - Method in class fishbowl.Fish
 
getDx() - Method in class 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 class cse115.utilities.Vector
Gets the Integer representing the change in the Y direction of this vector
getDy() - Method in class fishbowl.Fish
 
getDy() - Method in class 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
getEWall() - Method in class physics.CollisionObject
Gets the EastWall boolean value returns true if it is the SouthWall, false otherwise
getFollowerFishMenu() - Method in class fishbowl.strategy.Lab8Applet
Get the Follower Fish menu.
getGroup() - Method in class physics.CollisionGroup
Returns the Arraylist containing the CollsionObjects
getLeaderFishMenu() - Method in class fishbowl.strategy.Lab8Applet
Get the Leader Fish menu.
getLine() - Method in class physics.CollisionObject
Returns the Line that the object is traveling on
getLocation() - Method in class cse115.graphics.AbstractGraphic
Gets the location of this graphic
getLocation() - Method in interface cse115.graphics.Locatable
Gets the location of this Object
getLocation() - Method in class cse115.graphics.Polygon
Returns the location of the polygon
getLocation() - Method in class fishbowl.MovingBodyAdapter
Delegated to the shape.
getLocation() - Method in class lab3lib.faces.Face
Get the location where the face is.
getMass() - Method in class physics.CollisionObject
Returns the mass of the object
getMenu() - Method in class fishbowl.Applet
Get the fish creation menu.
getMenuBar() - Method in class fishbowl.Applet
Get the menubar.
getMenuBar() - Method in class fishbowl.strategy.Lab7Applet
Get the menubar.
getMenuBar() - Method in class fishbowl.strategy.Lab8Applet
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.
getMouseListeners() - Method in class cse115.graphics.AbstractGraphic
Gets all the java.awt.event.MouseListeners of this graphic
getMouseListeners() - Method in interface cse115.graphics.Graphic
Returns all the java.awt.event.MouseListeners of this graphic
getMouseMotionListeners() - Method in class cse115.graphics.AbstractGraphic
Gets all the java.awt.event.MouseMotionListeners of this graphic
getMouseMotionListeners() - Method in interface cse115.graphics.Graphic
Returns all the java.awt.event.MouseMotionListeners of this graphic
getMultiFishMenu() - Method in class fishbowl.strategy.Lab7Applet
Get the Multi Fish menu.
getMultiFishMenu() - Method in class fishbowl.strategy.Lab8Applet
Get the Multi Fish menu.
getNWall() - Method in class physics.CollisionObject
Gets the NorthWall boolean value returns true if it is the SouthWall, false otherwise
getRotation() - Method in class cse115.graphics.AbstractGraphic
Gets the current rotation of this graphic
getRotation() - Method in interface cse115.graphics.Rotatable
Gets the current rotation of this Object in degrees.
getRotation() - Method in class fishbowl.MovingBodyAdapter
Delegated to the shape.
getRow() - Method in class cse115.Position
Returns the row of this position
getShape() - Method in class cse115.graphics.CompoundGraphic
Returns a java.awt.Shape that represents the total sum of the areas of all the Graphics in this Compound's Bounding box.
getShape() - Method in class cse115.graphics.Ellipse
 
getShape() - Method in class cse115.graphics.FramedEllipse
 
getShape() - Method in class cse115.graphics.FramedRectangle
 
getShape() - Method in interface cse115.graphics.Graphic
Should return a java.awt.Shape representation of this graphic.
getShape() - Method in class cse115.graphics.Image
 
getShape() - Method in class cse115.graphics.Polygon
Gets a java.awt.shape that represents this shape
getShape() - Method in class cse115.graphics.Rectangle
 
getShape() - Method in class cse115.graphics.Rectangle3D
 
getShape() - Method in class physics.CollisionObject
Returns the shape of this object
getSingleFishMenu() - Method in class fishbowl.strategy.Lab7Applet
Get the Single Fish menu.
getSingleFishMenu() - Method in class fishbowl.strategy.Lab8Applet
Get the Single Fish menu.
getSize() - Method in class 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
getVector() - Method in class fishbowl.Fish
 
getVector() - Method in interface fishbowl.MovingBody
This method is to be used to obtain a Vector from a MovingBody.
getVector() - Method in class fishbowl.MovingBodyAdapter
Returns the motion vector for this MovingBody
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
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
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.graphics
The interface that defines the capabilites for an object that is a Graphic
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.
Green - Class in cse115.graphics.colors
The color green.
Green() - Constructor for class cse115.graphics.colors.Green
Creates a new instance of Green
Grey - Class in cse115.graphics.colors
The color grey.
Grey() - Constructor for class cse115.graphics.colors.Grey
Creates a new instance of Grey
grow() - Method in interface lab4lib.ICell
Creates the conditions under which a cell can grow so that we can observe its growth.
grow() - Method in class lab4lib.UnidentifiedCellA
 
grow() - Method in class lab4lib.UnidentifiedCellB
 
grow() - Method in class lab4lib.UnidentifiedCellC
 

A B C D E F G H I L M N O P R S T U V W Y _