Jeospace API

org.jeospace.x3d.node
Class SphereSensor

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

public class SphereSensor
extends Node

An SAI SphereSensor 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.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.SFNode metadata
          The metadata exposedField
 org.web3d.x3d.sai.SFRotation 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
SphereSensor(org.web3d.x3d.sai.X3DNode node)
          Constructor
SphereSensor(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


rotation_changed

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


offset

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

Constructor Detail

SphereSensor

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


SphereSensor

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


Jeospace API

Copyright © 2006 - jeospace.org