- g - Variable in class GameFrame
-
- GameFrame - Class in <Unnamed>
-
A class for getting a double buffered fix framerate Frame onscreen with mouse
and keyboard input onscreen.
- GameFrame(String, int, int) - Constructor for class GameFrame
-
- GameFrame.KeyBoard - Class in <Unnamed>
-
- GameFrame.MouseControl - Class in <Unnamed>
-
- GameFrame.MouseMove - Class in <Unnamed>
-
- getBrightColor() - Static method in class ColorOps
-
Return a bright, saturated Color with a random hue
- getBrightColor(double) - Static method in class ColorOps
-
Return a bright, saturated Color with a hue based on d
- getColor() - Method in class Laser
-
Get the current color of this Laser.
- getDefender() - Method in class SpaceGame
-
Return the current defender of this game.
- getDefenderSide() - Method in class Laser
-
Get the current defender side of this Laser.
- getHitPoints() - Method in class Defender
-
Returns the number of hit points for this Defender.
- getIm(String) - Static method in class ImageCache
-
Gets the image described by the fileName.
- getIm(String) - Method in interface ImageGetter
-
Get the file with the given filename from the filesystem.
- getIm(String) - Method in class SpaceGame
-
Get the file with the given filename from the filesystem.
- getImageName() - Method in class Defender
-
Returns the filename of this Defender's image
- getMaximumX() - Static method in class SpaceGame
-
Gets the y coordinate of the bottommost row of pixels
- getMaximumY() - Static method in class SpaceGame
-
Gets the x coordinate of the rightmost column of pixels
- getUFOType() - Method in class UFO
-
Get an int represented the type for this UFO
- getXPosition() - Method in class Defender
-
Get the current x coordinate of the center of this Defender.
- getXPosition() - Method in class Laser
-
Get the current x coordinate of the center of this Laser.
- getXPosition() - Method in class UFO
-
Get the current x coordinate of the center of this UFO.
- getXVelocity() - Method in class Laser
-
Get the current x Velocity of this Laser.
- getYPosition() - Method in class Defender
-
Get the current y coordinate of the center of this Defender.
- getYPosition() - Method in class Laser
-
Get the current y coordinate of the center of this Laser.
- getYPosition() - Method in class UFO
-
Get the current y coordinate of the center of this UFO.
- getYVelocity() - Method in class Laser
-
Get the current y Velocity of this Laser.
- goLeft - Variable in class UFO
-