sdljava.cdrom
public class FrameInfo extends Object
Version: $Id: FrameInfo.java,v 1.2 2004/12/29 02:42:47 ivan_ganza Exp $
Field Summary | |
---|---|
int | f |
int | frame |
int | minutes |
int | seconds |
Constructor Summary | |
---|---|
FrameInfo(int frame, int minutes, int seconds, int f) |
Method Summary | |
---|---|
int | getF()
Gets the value of f
|
int | getFrame()
Gets the value of frame
|
int | getMinutes()
Gets the value of minutes
|
int | getSeconds()
Gets the value of seconds
|
void | setF(int argF)
Sets the value of f
|
void | setFrame(int argFrame)
Sets the value of frame
|
void | setMinutes(int argMinutes)
Sets the value of minutes
|
void | setSeconds(int argSeconds)
Sets the value of seconds
|
Returns: the value of f
Returns: the value of frame
Returns: the value of minutes
Returns: the value of seconds
Parameters: argF Value to assign to this.f
Parameters: argFrame Value to assign to this.frame
Parameters: argMinutes Value to assign to this.minutes
Parameters: argSeconds Value to assign to this.seconds