INestable.IChildrenChangedListener
Modifier and Type | Method and Description |
---|---|
boolean |
isPlaying()
Checks if is playing.
|
void |
setResource(java.lang.String resource)
Sets the resource.
|
void |
setSize(float width,
float height)
Sets the size.
|
void |
startPlaying()
Start playing.
|
void |
stopPlaying()
Stop playing.
|
addItemListener, behaviourAdded, centerItem, convertWorldVelocityToLocalVelocity, getBehaviours, getBehaviours, getItemListeners, getManipulableSpatial, getMultiTouchDispatcher, getName, getParentItem, getRelativeLocation, getRelativeLocationOfWorldLocation, getRelativeRotation, getRelativeScale, getUUID, getWorldLocation, getWorldLocation, getWorldRotationDegrees, getZOrder, getZOrderManager, isVisible, removeItemListener, setInteractionEnabled, setItemListeners, setParentItem, setRelativeLocation, setRelativeRotation, setRelativeScale, setVisible, setWorldLocation, setZOrder
addItem, deRegisterChildrenChangedListener, getChildItems, getChildrenCount, hasChildren, registerChildrenChangedListener, removeAllItems, removeItem
void setResource(java.lang.String resource)
resource
- the new resourcevoid setSize(float width, float height)
width
- the widthheight
- the heightvoid startPlaying() throws CouldNotPlayVideoException
CouldNotPlayVideoException
- the could not play video exceptionvoid stopPlaying()
boolean isPlaying()