|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectModelCom
org.mindswap.multimedia.impl.MultimediaModelImpl
Title: MultimediaModelImpl
Description: An implementation of the MultimediaModel interface
Copyright: Copyright (c) 2005
Company: Mindswap (http://www.mindswap.org)
| Constructor Summary | |
MultimediaModelImpl(Graph theGraph,
ModelProfile theProfile)
|
|
| Method Summary | |
Image |
createImage(java.lang.String uri)
Create an Image resource w/ the given Id |
Region |
createRegion()
Create a new region (as a bnode) |
Region |
createRegion(java.lang.String theURI)
Create a new named region |
Video |
createVideo(java.lang.String theURI)
Create a new Video with the given id |
VideoFrame |
createVideoFrame()
Create a new VideoFrame (as a bnode) |
VideoFrame |
createVideoFrame(java.lang.String theURI)
Create a new named VideoFrame |
VideoSegment |
createVideoSegment()
Create a new VideoSegment (as a bnode) |
VideoSegment |
createVideoSegment(java.lang.String theURI)
Create a new named VideoSegment |
ModelProfile |
getModelProfile()
Returns the current model profile for this model |
ResIterator |
listImages()
List all images in this model |
ResIterator |
listVideos()
List all videos in this model |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MultimediaModelImpl(Graph theGraph,
ModelProfile theProfile)
| Method Detail |
public Image createImage(java.lang.String uri)
MultimediaModel
createImage in interface MultimediaModeluri - String the Id of the resource to create
public Region createRegion()
MultimediaModel
createRegion in interface MultimediaModelpublic Region createRegion(java.lang.String theURI)
MultimediaModel
createRegion in interface MultimediaModelpublic ModelProfile getModelProfile()
MultimediaModel
getModelProfile in interface MultimediaModelpublic ResIterator listImages()
MultimediaModel
listImages in interface MultimediaModelpublic ResIterator listVideos()
MultimediaModel
listVideos in interface MultimediaModelpublic Video createVideo(java.lang.String theURI)
MultimediaModel
createVideo in interface MultimediaModeltheURI - String the id of the resource to create
public VideoFrame createVideoFrame()
MultimediaModel
createVideoFrame in interface MultimediaModelpublic VideoFrame createVideoFrame(java.lang.String theURI)
MultimediaModel
createVideoFrame in interface MultimediaModeltheURI - the id of the new VideoFrame
public VideoSegment createVideoSegment()
MultimediaModel
createVideoSegment in interface MultimediaModelpublic VideoSegment createVideoSegment(java.lang.String theURI)
MultimediaModel
createVideoSegment in interface MultimediaModeltheURI - the id of the new video segment
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||