|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectapps.threedmanipulation.utils.Context
public class Context
The Class Context.
Constructor Summary | |
---|---|
Context(java.util.List<Telescope> telescopes,
java.util.List<Monitor> monitors,
java.util.List<com.jme.scene.Spatial> manipulatableOjbects,
java.util.Map<java.lang.String,TouchPad> touchPads,
java.util.Map<java.lang.String,TwinObject> twinObjects,
ContentSystem contentSystem,
java.lang.String indirectManipulationMode,
com.jme.scene.Node worldNode,
com.jme.scene.Node orthoNode)
Instantiates a new context. |
Method Summary | |
---|---|
ContentSystem |
getContentSystem()
Gets the content system. |
java.lang.String |
getIndirectManipulationMode()
Gets the indirect manipulation mode. |
java.util.List<com.jme.scene.Spatial> |
getManipulatableOjbects()
Gets the manipulatable ojbects. |
java.util.List<Monitor> |
getMonitors()
Gets the monitors. |
com.jme.scene.Node |
getOrthoNode()
Gets the ortho node. |
java.util.List<Telescope> |
getTelescopes()
Gets the telescopes. |
java.util.Map<java.lang.String,TouchPad> |
getTouchPads()
Gets the touch pads. |
java.util.Map<java.lang.String,TwinObject> |
getTwinObjects()
Gets the twin objects. |
com.jme.scene.Node |
getWorldNode()
Gets the world node. |
void |
setContentSystem(ContentSystem contentSystem)
Sets the content system. |
void |
setIndirectManipulationMode(java.lang.String indirectManipulationMode)
Sets the indirect manipulation mode. |
void |
setManipulatableOjbects(java.util.List<com.jme.scene.Spatial> manipulatableOjbects)
Sets the manipulatable ojbects. |
void |
setMonitors(java.util.List<Monitor> monitors)
Sets the monitors. |
void |
setOrthoNode(com.jme.scene.Node orthoNode)
Sets the ortho node. |
void |
setTelescopes(java.util.List<Telescope> telescopes)
Sets the telescopes. |
void |
setTouchPads(java.util.Map<java.lang.String,TouchPad> touchPads)
Sets the touch pads. |
void |
setTwinObjects(java.util.Map<java.lang.String,TwinObject> twinObjects)
Sets the twin objects. |
void |
setWorldNode(com.jme.scene.Node worldNode)
Sets the world node. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Context(java.util.List<Telescope> telescopes, java.util.List<Monitor> monitors, java.util.List<com.jme.scene.Spatial> manipulatableOjbects, java.util.Map<java.lang.String,TouchPad> touchPads, java.util.Map<java.lang.String,TwinObject> twinObjects, ContentSystem contentSystem, java.lang.String indirectManipulationMode, com.jme.scene.Node worldNode, com.jme.scene.Node orthoNode)
telescopes
- the telescopesmonitors
- the monitorsmanipulatableOjbects
- the manipulatable ojbectstouchPads
- the touch padstwinObjects
- the twin objectscontentSystem
- the content systemindirectManipulationMode
- the indirect manipulation modeworldNode
- the world nodeorthoNode
- the ortho nodeMethod Detail |
---|
public ContentSystem getContentSystem()
public java.lang.String getIndirectManipulationMode()
public java.util.List<com.jme.scene.Spatial> getManipulatableOjbects()
public java.util.List<Monitor> getMonitors()
public com.jme.scene.Node getOrthoNode()
public java.util.List<Telescope> getTelescopes()
public java.util.Map<java.lang.String,TouchPad> getTouchPads()
public java.util.Map<java.lang.String,TwinObject> getTwinObjects()
public com.jme.scene.Node getWorldNode()
public void setContentSystem(ContentSystem contentSystem)
contentSystem
- the new content systempublic void setIndirectManipulationMode(java.lang.String indirectManipulationMode)
indirectManipulationMode
- the new indirect manipulation modepublic void setManipulatableOjbects(java.util.List<com.jme.scene.Spatial> manipulatableOjbects)
manipulatableOjbects
- the new manipulatable ojbectspublic void setMonitors(java.util.List<Monitor> monitors)
monitors
- the new monitorspublic void setOrthoNode(com.jme.scene.Node orthoNode)
orthoNode
- the new ortho nodepublic void setTelescopes(java.util.List<Telescope> telescopes)
telescopes
- the new telescopespublic void setTouchPads(java.util.Map<java.lang.String,TouchPad> touchPads)
touchPads
- the touch padspublic void setTwinObjects(java.util.Map<java.lang.String,TwinObject> twinObjects)
twinObjects
- the twin objectspublic void setWorldNode(com.jme.scene.Node worldNode)
worldNode
- the new world node
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |