apps.userdefinedgestures.object
Class TargetObjectCollection

java.lang.Object
  extended by apps.userdefinedgestures.object.TargetObjectCollection

public class TargetObjectCollection
extends java.lang.Object

The Class TargetObjectCollection.


Constructor Summary
TargetObjectCollection(com.jme.scene.Node worldNode, com.jme.renderer.pass.DirectionalShadowMapPass pass)
          Instantiates a new target object collection.
 
Method Summary
 com.jme.scene.Spatial getObject(java.lang.String objectName)
          Gets the object.
 void hideAllObjects()
          Hide all objects.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TargetObjectCollection

public TargetObjectCollection(com.jme.scene.Node worldNode,
                              com.jme.renderer.pass.DirectionalShadowMapPass pass)
Instantiates a new target object collection.

Parameters:
worldNode - the world node
pass - the pass
Method Detail

getObject

public com.jme.scene.Spatial getObject(java.lang.String objectName)
Gets the object.

Parameters:
objectName - the object name
Returns:
the object

hideAllObjects

public void hideAllObjects()
Hide all objects.