synergynetframework.appsystem.contentsystem.items.implementation.interfaces
Interface IVideoPlayerImplementation

All Superinterfaces:
IContentItemImplementation, IOrthoContentItemImplementation, IQuadContentItemImplementation
All Known Implementing Classes:
JMEVideoPlayer, VideoPlayer

public interface IVideoPlayerImplementation
extends IQuadContentItemImplementation

The Interface IVideoPlayerImplementation.


Method Summary
 java.lang.Object getMediaImplementationObject()
          Gets the media implementation object.
 float getVideoHeight()
          Gets the video height.
 double getVideoTime()
          Gets the video time.
 float getVideoWidth()
          Gets the video width.
 void setPixelsPerUnit(float ppu)
          Sets the pixels per unit.
 void setPlaying(boolean b)
          Sets the playing.
 void setVideoTime(double seconds)
          Sets the video time.
 void setVideoURL(java.net.URL url)
          Sets the video url.
 
Methods inherited from interface synergynetframework.appsystem.contentsystem.items.implementation.interfaces.IQuadContentItemImplementation
setAutoFitSize, setHeight, setWidth
 
Methods inherited from interface synergynetframework.appsystem.contentsystem.items.implementation.interfaces.IOrthoContentItemImplementation
addBringToTopListener, addFlickListener, addItemListener, addOrthoControlPointRotateTranslateScaleListener, addScreenCursorListener, addSnapListener, allowMoreThanTwoToRotateAndScale, allowSingleTouchFreeMove, allowSnapToOccupiedLocation, centerItem, flick, getMaxScale, getMinScale, isFlickable, makeFlickable, makeUnflickable, placeRandom, removeBringToTopListeners, removeFlickListeners, removeItemListerner, removeOrthoControlPointRotateTranslateScaleListeners, removeScreenCursorListeners, removeSnapListeners, reset, rotateRandom, setAsBottomObject, setAsTopObject, setAsTopObjectAndBroadCastEvent, setBringToTopable, setFixLocations, setOrder, setRightClickDistance, setRotateTranslateScalable, setRotateTranslateScalable, setScaleLimit, setSingleTouchRotateTranslate, setSnapable, setTolerance, setZRotateLimit, turnOffEventDispatcher
 
Methods inherited from interface synergynetframework.appsystem.contentsystem.items.implementation.interfaces.IContentItemImplementation
addMultitouchListener, contains, getImplementationObject, hasCollision, init, setAngle, setBackGround, setBorder, setBoundaryEnabled, setId, setLocalLocation, setLocation, setManipulate, setName, setScale, setScale, setVisible, setVisible, update, update
 

Method Detail

getMediaImplementationObject

java.lang.Object getMediaImplementationObject()
Gets the media implementation object.

Returns:
the media implementation object

getVideoHeight

float getVideoHeight()
Gets the video height.

Returns:
the video height

getVideoTime

double getVideoTime()
Gets the video time.

Returns:
the video time

getVideoWidth

float getVideoWidth()
Gets the video width.

Returns:
the video width

setPixelsPerUnit

void setPixelsPerUnit(float ppu)
Sets the pixels per unit.

Parameters:
ppu - the new pixels per unit

setPlaying

void setPlaying(boolean b)
Sets the playing.

Parameters:
b - the new playing

setVideoTime

void setVideoTime(double seconds)
Sets the video time.

Parameters:
seconds - the new video time

setVideoURL

void setVideoURL(java.net.URL url)
Sets the video url.

Parameters:
url - the new video url