|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectResourceImpl
org.mindswap.multimedia.impl.DigitalMediaImpl
org.mindswap.multimedia.impl.VideoImpl
Title:
Description:
Copyright: Copyright (c) 2005
Company: Mindswap (http://www.mindswap.org)
| Field Summary | |
static Implementation |
realFactory
|
| Fields inherited from interface org.mindswap.multimedia.Video |
NO_DURATION, NO_FRAMES |
| Constructor Summary | |
VideoImpl(Node n,
EnhGraph g)
|
|
| Method Summary | |
Video |
addFrame(VideoFrame theFrame)
Adds the specified frame to the video |
Video |
addSegment(VideoSegment theSegment)
Adds a segement to this video |
int |
hasDurationSeconds()
Returns the total duration of the video in seconds |
int |
hasTotalFrames()
Returns the total number of frames in the video |
StmtIterator |
listFrames()
Returns all the frames that are known to make up this video |
StmtIterator |
listSegments()
List all the segments of this video |
Video |
removeFrame(VideoFrame theFrame)
Removes the specified frame from the video |
Video |
removeSegment(VideoSegment theSegment)
Removes a segment from this video |
| Methods inherited from class org.mindswap.multimedia.impl.DigitalMediaImpl |
addDepicts, listDepicts, mustBeValidModel, removeDepicts |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.mindswap.multimedia.DigitalMedia |
addDepicts, listDepicts, removeDepicts |
| Field Detail |
public static final Implementation realFactory
| Constructor Detail |
public VideoImpl(Node n,
EnhGraph g)
| Method Detail |
public int hasTotalFrames()
Video
hasTotalFrames in interface Videopublic int hasDurationSeconds()
Video
hasDurationSeconds in interface Videopublic StmtIterator listFrames()
Video
listFrames in interface Videopublic Video addFrame(VideoFrame theFrame)
Video
addFrame in interface VideotheFrame - VideoFrame the frame to add
public Video removeFrame(VideoFrame theFrame)
Video
removeFrame in interface VideotheFrame - VideoFrame the frame to remove
public StmtIterator listSegments()
Video
listSegments in interface Videopublic Video addSegment(VideoSegment theSegment)
Video
addSegment in interface VideotheSegment - VideoSegment the new segment to add
public Video removeSegment(VideoSegment theSegment)
Video
removeSegment in interface VideotheSegment - VideoSegment the new segment to remove
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||