|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IMetaCue
ICuePoint defines contract methods for use with cuepoints
| Method Summary | |
|---|---|
String |
getName()
Gets the name |
double |
getTime()
Gets the time |
String |
getType()
Gets the type |
void |
setName(String name)
Sets the name |
void |
setTime(double d)
Sets the time |
void |
setType(String type)
Sets the type type can be "event" or "navigation" |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
void setName(String name)
name - Cue point nameString getName()
void setType(String type)
type - Cue point typeString getType()
void setTime(double d)
d - Timestampdouble getTime()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||