C D F G I M S

C

CalculateCost(FilmStock, int, int, double, double, double) - Method in class FSC.FilmStockCalc
This method will calculate the film cost for a motion picture film project.
CalculateLength(FilmStock, int, int) - Method in class FSC.FilmStockCalc
This method will calculate the amount of film stock required for a motion picture film project.

D

destroy() - Method in class FSC.FSCApplet
 

F

FilmStock - class FSC.FilmStock.
FilmStock is the class that defines one type of film stock.
FilmStock() - Constructor for class FSC.FilmStock
This is the default constructor.
FilmStock(String, int, int) - Constructor for class FSC.FilmStock
This constructor allows a FilmStock object to be created with all properties defined in one method call.
FilmStockCalc - class FSC.FilmStockCalc.
FilmStockCalc is the class that defines a cataglog of film stock types and provides calculations for the amount of film stock needed and the film cost for a motion picture film project.
FilmStockCalc() - Constructor for class FSC.FilmStockCalc
This is the default constructor.
FSC - package FSC
 
FSCApplet - class FSC.FSCApplet.
 
FSCApplet() - Constructor for class FSC.FSCApplet
 

G

getFilmStockList() - Method in class FSC.FilmStockCalc
 
getFrameSize() - Method in class FSC.FilmStock
This method will return the size of the frame in millimeters (mm).
getFrameSpeed() - Method in class FSC.FilmStock
This method will return the speed of the frames traveling through the camera in feet per minute.
getName() - Method in class FSC.FilmStock
This method will return the name of the film stock.

I

init() - Method in class FSC.FSCApplet
 

M

main(String[]) - Static method in class FSC.FSCApplet
 

S

setFrameSize(int) - Method in class FSC.FilmStock
This method will set the frame size in millimeters (mm).
setFrameSpeed(int) - Method in class FSC.FilmStock
This method will set the frame speed in feet per minute.
setName(String) - Method in class FSC.FilmStock
This method will set the name of the film stock.
start() - Method in class FSC.FSCApplet
 
stop() - Method in class FSC.FSCApplet
 

C D F G I M S