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

T

Timer - Class in cse115.utilities
A timer object that will call a method every unit of time.
Timer(Integer) - Constructor for class cse115.utilities.Timer
Creates a new instance of Timer with the given delay (in milliseconds)
timerReact() - Method in class physics.FrictionMotion
Moves the object at intervals decided by the timer and checks for collisions
timerReact() - Method in class physics.GravityMotion
Moves the object at intervals decided by the timer and checks for collisions
timerReact() - Method in class physics.IMotion
Called when the timer reacts Should be overridden to do something useful
timerReact() - Method in class physics.NullMotion
 
timerReact() - Method in class physics.StraightMotion
Moves the object at intervals decided by the timer and checks for collisions
toPoint() - Method in class cse115.Position
Coverts Position to a Point
toString() - Method in class cse115.Position
Returns a string representation of this Position
toString() - Method in class cse115.utilities.Vector
Returns a String representation of this Vector object
Triangle - Class in lab5lib
 
Triangle() - Constructor for class lab5lib.Triangle
Creates a new instance of Triangle, placing it on the next available DrawingCanvas (left or right)
truncate(double) - Static method in class physics.FrictionMotion
Returns a truncated double truncated after 2 decimal places
TwoDrawingPanelApplet - Class in containers
An applet with a two static Panels so that other classes can draw without needing parameters.
TwoDrawingPanelApplet() - Constructor for class containers.TwoDrawingPanelApplet
Create the Applet, set the size, and create the drawingpanel for everything else to use.

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