class ConfigSensor extends ConfigObject
| Modifier and Type | Field and Description |
|---|---|
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 |
aliases, baseName, classLoader, configContainer, creatingCommand, instanceName, isAlias, original, properties, targetClass, targetClassName, targetObject| Constructor and Description |
|---|
ConfigSensor() |
| Modifier and Type | Method and Description |
|---|---|
(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}).
|
createTargetObject, errorMessage, evaluateProperties, getClassForName, getNewInstance, isName, processProperties, setClassLoader, syntaxErrorprivate int sensorIndex
private ConfigDevice configDevice
private Point3d hotspot
private int predictor
private int predictionPolicy
private int sensorReadCount
Sensor j3dSensor
protected void initialize(ConfigCommand command)
initialize in class ConfigObjectcommand - the command that invoked this methodprotected void setProperty(ConfigCommand command)
setProperty in class ConfigObjectcommand - the command that invoked this methodvoid configureSensor()
Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.