- ImageCache - Class in <Unnamed>
-
A class to hold images and insure they aren't pulled off the hard drive (or
the internet) more than once
- ImageCache() - Constructor for class ImageCache
-
- ImageGetter - Interface in <Unnamed>
-
An interface for a class that can create and load iamges
- imageMaster - Static variable in class ImageCache
-
- imageName - Variable in class Defender
-
- init() - Method in class GameFrame
-
- initIt() - Method in class GameFrame
-
- interpolate(Color, Color, float) - Static method in class ColorOps
-
Linearly interpolates between two colors based on n.
- isDefenderLaser() - Method in class Laser
-
Returns true if the Defender fired this Laser
- isHitByLaser(Laser) - Method in class Defender
-
Returns whether this Defender intersects this Laser
- isHitByLaser(Laser) - Method in class UFO
-
Returns whether this UFO intersects this Laser