|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Title:
Description:
Copyright: Copyright (c) 2005
Company: Mindswap (http://www.mindswap.org)
| Field Summary | |
static int |
UNDEFINED
Const for an undefined start or end frame in a video segment |
| Method Summary | |
int |
endFrame()
The end frame of this video segment |
Video |
segmentOf()
Returns the Video this segment is a part of |
void |
setEndFrame(int theEndFrame)
Sets the end frame for the segment |
void |
setSegmentOf(Video theVideo)
Sets the parent video for this video segment |
void |
setStartFrame(int theStartFrame)
Sets the start frame for the segment |
int |
startFrame()
The start frame of this video segment |
| Field Detail |
public static final int UNDEFINED
| Method Detail |
public Video segmentOf()
public int startFrame()
public int endFrame()
public void setStartFrame(int theStartFrame)
theStartFrame - int the new start framepublic void setEndFrame(int theEndFrame)
theEndFrame - int the new end framepublic void setSegmentOf(Video theVideo)
theVideo - Video the new parent video
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||