JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
D
F
G
K
M
P
S
C
CentrePoint
- Class in
<Unnamed>
CentrePoint(double, String, String)
- Constructor for class
CentrePoint
Constructor method.
D
drawSolarObject(double, double, double, String)
- Method in class
SolarSystem
Draws a round shape in the window at the given co-ordinates that represents an object in the solar system.
drawSolarObjectAbout(double, double, double, String, double, double)
- Method in class
SolarSystem
Draws a round shape in the window at the given co-ordinates.
F
finishedDrawing()
- Method in class
SolarSystem
Makes all objects drawn recently drawn to be made visible on the screen.
G
getAngle()
- Method in class
Satellite
Accessor function.
getColour()
- Method in class
Point
Accessor function.
getDiameter()
- Method in class
Point
Accessor function.
getDistance()
- Method in class
Satellite
Accessor function.
getFocus()
- Method in class
Point
Accessor function.
getFocus()
- Method in class
SolarSystem
getHeight()
- Method in class
SolarSystem
getName()
- Method in class
Point
Accessor function.
getPrimary()
- Method in class
Satellite
Accessor function.
getRadius()
- Method in class
Point
Accessor function.
getSpeed()
- Method in class
Satellite
Accessor function.
getWidth()
- Method in class
SolarSystem
getZoom()
- Method in class
SolarSystem
K
keyPressed(KeyEvent)
- Method in class
SolarSystem
Handle the key-pressed event from the text field.
keyReleased(KeyEvent)
- Method in class
SolarSystem
keyTyped(KeyEvent)
- Method in class
SolarSystem
Handle the key typed event from the text field.
M
main(String[])
- Static method in class
Solar
Populates the solar system and animates the orbiting.
mouseWheelMoved(MouseWheelEvent)
- Method in class
SolarSystem
move()
- Method in class
Satellite
Moves the body along its orbit according to its current speed.
P
paint(Graphics)
- Method in class
SolarSystem
A method called by the operating system to draw onto the screen -
Point
- Class in
<Unnamed>
Point(double, String, String, boolean)
- Constructor for class
Point
Constructor method.
S
Satellite
- Class in
<Unnamed>
Satellite(double, double, double, double, String, String, Satellite)
- Constructor for class
Satellite
Constructor method.
Satellite(double, double, double, double, String, String)
- Constructor for class
Satellite
Constructor function.
setColour(String)
- Method in class
Point
Mutator function.
setDiameter(double)
- Method in class
Point
Mutator function.
setFocus(boolean)
- Method in class
Point
Mutator function.
setName(String)
- Method in class
Point
Mutator function.
setSpeed(double)
- Method in class
Satellite
Mutator function.
setZoom(double)
- Method in class
SolarSystem
Solar
- Class in
<Unnamed>
Solar()
- Constructor for class
Solar
SolarSystem
- Class in
<Unnamed>
SolarSystem()
- Constructor for class
SolarSystem
Create a view of the Solar System.
C
D
F
G
K
M
P
S
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes