public interface IThreeDeeContent extends IItem
INestable.IChildrenChangedListener
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getModel()
Gets the model.
|
MultiTouchEventDispatcher |
getMultiTouchDispatcher()
Gets the multi touch dispatcher.
|
com.jme3.math.Vector3f |
getSize()
Gets the size.
|
java.lang.String |
getTexture()
Gets the texture.
|
java.util.UUID |
getUUID()
Gets the uuid.
|
void |
setModel(java.io.File modelFile)
Sets the model.
|
void |
setModel(java.lang.String modelResource)
Sets the model.
|
void |
setSize(float width,
float height,
float depth)
Sets the size.
|
void |
setTexture(java.io.File textureFile)
Sets the texture.
|
void |
setTexture(java.lang.String textureResource)
Sets the texture.
|
addItemListener, behaviourAdded, centerItem, convertWorldVelocityToLocalVelocity, getBehaviours, getBehaviours, getItemListeners, getManipulableSpatial, getName, getParentItem, getRelativeLocation, getRelativeLocationOfWorldLocation, getRelativeRotation, getRelativeScale, getWorldLocation, getWorldLocation, getWorldRotationDegrees, getZOrder, getZOrderManager, isVisible, removeItemListener, setInteractionEnabled, setItemListeners, setParentItem, setRelativeLocation, setRelativeRotation, setRelativeScale, setVisible, setWorldLocation, setZOrder
addItem, deRegisterChildrenChangedListener, getChildItems, getChildrenCount, hasChildren, registerChildrenChangedListener, removeAllItems, removeItem
MultiTouchEventDispatcher getMultiTouchDispatcher()
IItem
getMultiTouchDispatcher
in interface IItem
java.util.UUID getUUID()
IItem
java.lang.String getModel()
com.jme3.math.Vector3f getSize()
java.lang.String getTexture()
void setModel(java.io.File modelFile)
modelFile
- the new modelvoid setModel(java.lang.String modelResource)
modelResource
- the new modelvoid setSize(float width, float height, float depth)
width
- the widthheight
- the heightdepth
- the depthvoid setTexture(java.io.File textureFile)
textureFile
- the new texturevoid setTexture(java.lang.String textureResource)
textureResource
- the new texture