|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object sdljava.cdrom.FrameInfo
public class FrameInfo
Information about a particular frame position: the minutes and seconds of where the frame is on the track
Field Summary | |
---|---|
(package private) int |
f
|
(package private) int |
frame
|
(package private) int |
minutes
|
(package private) 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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
int frame
int minutes
int seconds
int f
Constructor Detail |
---|
public FrameInfo(int frame, int minutes, int seconds, int f)
Method Detail |
---|
public int getFrame()
public void setFrame(int argFrame)
argFrame
- Value to assign to this.framepublic int getMinutes()
public void setMinutes(int argMinutes)
argMinutes
- Value to assign to this.minutespublic int getSeconds()
public void setSeconds(int argSeconds)
argSeconds
- Value to assign to this.secondspublic int getF()
public void setF(int argF)
argF
- Value to assign to this.f
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |