C G I L S

C

Camera - Class in <Unnamed>
A Camera used during the broadcast/recording of a sporting event.
Camera() - Constructor for class Camera
Explicit Value Constructor

G

getBillboardBounds(int) - Method in class Camera
Get the location and size of a virtual billboard
getBillboardColor() - Method in class Camera
Gets the Color of the billboard given the current Camera settings and lighting conditions
getBot(String) - Method in class Camera
Gets the coordinates of the "bottom" Point (i.e., the point at the bottom of the screen) for the given yard line (based on the current camera position and angle).
getFirstDownColor() - Method in class Camera
Get the Color to use for the first down line
getGrassColor() - Method in class Camera
Gets the Color of the grass given the current Camera settings and lighting conditions
getLineOfScrimmageColor() - Method in class Camera
Get the Color to use for the line of scrimmage
getTop(String) - Method in class Camera
Gets the coordinates of the "top" Point (i.e., the Point at the top of the screen) for the given yard line (based on the current camera position and angle).

I

ImageStorage - Class in <Unnamed>
A utility class that can be used to load images from files and save images to files.
ImageStorage() - Constructor for class ImageStorage
 

L

loadImage(String) - Static method in class ImageStorage
Load an image from a file

S

saveImage(Color[][], String) - Static method in class ImageStorage
Save an image to a file

C G I L S

PerspecTV