Jeospace API

org.jeospace.x3d.node
Class CylinderSensor

java.lang.Object
  extended byorg.jeospace.x3d.node.Node
      extended byorg.jeospace.x3d.node.CylinderSensor

public class CylinderSensor
extends Node

An SAI CylinderSensor node wrapper.

Version:
$Revision: 1.2 $
Author:
Rex Melton

Field Summary
 org.web3d.x3d.sai.SFBool autoOffset
          The autoOffset exposedField
 org.web3d.x3d.sai.SFString description
          The description exposedField
 org.web3d.x3d.sai.SFFloat diskAngle
          The diskAngle exposedField
 org.web3d.x3d.sai.SFBool enabled
          The enabled exposedField
 org.web3d.x3d.sai.SFBool isActive
          The isActive eventOut
 org.web3d.x3d.sai.SFBool isOver
          The isOver eventOut
 org.web3d.x3d.sai.SFFloat maxAngle
          The maxAngle exposedField
 org.web3d.x3d.sai.SFNode metadata
          The metadata exposedField
 org.web3d.x3d.sai.SFFloat minAngle
          The minAngle exposedField
 org.web3d.x3d.sai.SFFloat offset
          The offset exposedField
 org.web3d.x3d.sai.SFRotation rotation_changed
          The rotation_changed eventOut
 org.web3d.x3d.sai.SFVec3f trackPoint_changed
          The trackPoint_changed eventOut
 
Fields inherited from class org.jeospace.x3d.node.Node
node
 
Constructor Summary
CylinderSensor(org.web3d.x3d.sai.X3DNode node)
          Constructor
CylinderSensor(org.web3d.x3d.sai.X3DScene scene)
          Constructor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

metadata

public final org.web3d.x3d.sai.SFNode metadata
The metadata exposedField


enabled

public final org.web3d.x3d.sai.SFBool enabled
The enabled exposedField


isActive

public final org.web3d.x3d.sai.SFBool isActive
The isActive eventOut


autoOffset

public final org.web3d.x3d.sai.SFBool autoOffset
The autoOffset exposedField


trackPoint_changed

public final org.web3d.x3d.sai.SFVec3f trackPoint_changed
The trackPoint_changed eventOut


description

public final org.web3d.x3d.sai.SFString description
The description exposedField


isOver

public final org.web3d.x3d.sai.SFBool isOver
The isOver eventOut


maxAngle

public final org.web3d.x3d.sai.SFFloat maxAngle
The maxAngle exposedField


minAngle

public final org.web3d.x3d.sai.SFFloat minAngle
The minAngle exposedField


diskAngle

public final org.web3d.x3d.sai.SFFloat diskAngle
The diskAngle exposedField


rotation_changed

public final org.web3d.x3d.sai.SFRotation rotation_changed
The rotation_changed eventOut


offset

public final org.web3d.x3d.sai.SFFloat offset
The offset exposedField

Constructor Detail

CylinderSensor

public CylinderSensor(org.web3d.x3d.sai.X3DScene scene)
Constructor


CylinderSensor

public CylinderSensor(org.web3d.x3d.sai.X3DNode node)
Constructor


Jeospace API

Copyright © 2006 - jeospace.org