|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.j3d.utils.universe.ConfigObject
com.sun.j3d.utils.universe.ConfigSensor
class ConfigSensor
Field Summary | |
---|---|
private ConfigDevice |
configDevice
|
private Point3d |
hotspot
|
(package private) Sensor |
j3dSensor
The corresponding Java 3D core Sensor instance. |
private int |
predictionPolicy
|
private int |
predictor
|
private int |
sensorIndex
|
private int |
sensorReadCount
|
Fields inherited from class com.sun.j3d.utils.universe.ConfigObject |
---|
aliases, baseName, classLoader, configContainer, creatingCommand, instanceName, isAlias, original, properties, targetClass, targetClassName, targetObject |
Constructor Summary | |
---|---|
ConfigSensor()
|
Method Summary | |
---|---|
(package private) void |
configureSensor()
This method is called after all InputDevice implementations have been instantiated and initialized. |
protected void |
initialize(ConfigCommand command)
Handles the command (NewSensor {instanceName} {inputDeviceName} {indexInInputDevice}) |
protected void |
setProperty(ConfigCommand command)
Handles the commands (SensorAttribute {instanceName} {attributeName} {attributeValue}) and (SensorProperty {instanceName} {attributeName} {attributeValue}). |
Methods inherited from class com.sun.j3d.utils.universe.ConfigObject |
---|
createTargetObject, errorMessage, evaluateProperties, getClassForName, getNewInstance, isName, processProperties, setClassLoader, syntaxError |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private int sensorIndex
private ConfigDevice configDevice
private Point3d hotspot
private int predictor
private int predictionPolicy
private int sensorReadCount
Sensor j3dSensor
Constructor Detail |
---|
ConfigSensor()
Method Detail |
---|
protected void initialize(ConfigCommand command)
initialize
in class ConfigObject
command
- the command that invoked this methodprotected void setProperty(ConfigCommand command)
setProperty
in class ConfigObject
command
- the command that invoked this methodvoid configureSensor()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |