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
utilities
A class that contains many useful methods for finding random values of different classes.
Random()
- Constructor for class utilities.
Random
randomColor()
- Static method in class utilities.
Random
Creates a random color
randomDimension(Integer, Integer)
- Static method in class utilities.
Random
Creates a random dimension where the height and width are between the given values (inclusive).
randomDimension()
- Static method in class 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 utilities.
Random
Picks a random number between low and high (inclusive)
randomPoint()
- Method in class graphics.
DrawingCanvas
Find a random point on this DrawingCanvas
randomPoint()
- Static method in class utilities.
Random
Creates a random dimension where the x and y coordinate are between the values MINIMUM_XY and MAXIMUM_XY (inclusive).
randomPoint(Integer, Integer)
- Static method in class utilities.
Random
Creates a random point where the x and y coordinates are between the given values (inclusive).
randomPoint(Integer, Integer, Integer, Integer)
- Static method in class utilities.
Random
Creates a random point where the x and y coordinates are between the given values (inclusive).
randomSineMaker()
- Static method in class utilities.
Random
Creates a random SineMaker
Rectangle
- Class in
graphics
A Graphic that is in the shape of a rectangle.
Rectangle()
- Constructor for class graphics.
Rectangle
Creates a new instance of the Rectangle Graphic with dimension (0,0) and location(0,0)
Rectangle3D
- Class in
graphics
A Graphic that is in the shape of a rectangle with slight 3-dimensionsal shading.
Rectangle3D()
- Constructor for class graphics.
Rectangle3D
Creates a new instance of the Rectangle3D Graphic with dimension (0,0) and location(0,0)
Red
- Class in
graphics.colors
The color red.
Red()
- Constructor for class graphics.colors.
Red
Creates a new instance of the Red Color
RegularMovement
- Class in
graphics.movement
TODO: fill in comments for RegularMovement
RegularMovement()
- Constructor for class graphics.movement.
RegularMovement
remove(IGraphic)
- Method in class graphics.
CompoundGraphic
Removes a Graphic from the Compound
remove(IGraphic)
- Method in class graphics.
DrawingCanvas
Removes a Graphic from the DrawingCanvas.
remove(IGraphic)
- Method in interface 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 graphics.
DrawingCanvas
Removes all the graphics from this DrawingCanvas, making it empty.
removePoint(Point)
- Method in class graphics.
Polygon
removes the first occurrence of point p from the polygon
repaint()
- Method in class graphics.
CompoundGraphic
Forces a repaint of all the Graphics in the same container as the Compound
repaint(Rectangle)
- Method in class graphics.
CompoundGraphic
repaint()
- Method in interface graphics.
IContainer
Forces a repaint of all the Graphics on this Container
repaint(Rectangle)
- Method in interface 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.
TwoDrawingCanvasApplet
rotate(Integer)
- Method in class graphics.
AbstractGraphic
Rotates the graphic by a specific number of degrees
rotate(Integer)
- Method in interface graphics.
IRotatable
Rotates clockwise the Object by the specified number of degrees
ROW
- Static variable in class containers.
Lab2Applet
The Row on this Applet
ROW
- Static variable in class containers.
Lab4Applet
The Row on this Applet
Row
- Class in
containers
This is a Panel that different things can be placed into.
Row()
- Constructor for class 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