Jeospace API

org.jeospace.x3d.node
Class PlaneSensor

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

public class PlaneSensor
extends Node

An SAI PlaneSensor 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.SFVec2f maxPosition
          The maxPosition exposedField
 org.web3d.x3d.sai.SFNode metadata
          The metadata exposedField
 org.web3d.x3d.sai.SFVec2f minPosition
          The minPosition exposedField
 org.web3d.x3d.sai.SFVec3f offset
          The offset exposedField
 org.web3d.x3d.sai.SFVec3f trackPoint_changed
          The trackPoint_changed eventOut
 org.web3d.x3d.sai.SFVec3f translation_changed
          The translation_changed eventOut
 
Fields inherited from class org.jeospace.x3d.node.Node
node
 
Constructor Summary
PlaneSensor(org.web3d.x3d.sai.X3DNode node)
          Constructor
PlaneSensor(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


maxPosition

public final org.web3d.x3d.sai.SFVec2f maxPosition
The maxPosition exposedField


minPosition

public final org.web3d.x3d.sai.SFVec2f minPosition
The minPosition exposedField


translation_changed

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


offset

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

Constructor Detail

PlaneSensor

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


PlaneSensor

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


Jeospace API

Copyright © 2006 - jeospace.org