Jeospace API

org.jeospace.x3d.node
Class Sound

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

public class Sound
extends Node

An SAI Sound node wrapper.

Version:
$Revision: 1.2 $
Author:
Rex Melton

Field Summary
 org.web3d.x3d.sai.SFVec3f direction
          The direction exposedField
 org.web3d.x3d.sai.SFFloat intensity
          The intensity exposedField
 org.web3d.x3d.sai.SFVec3f location
          The location exposedField
 org.web3d.x3d.sai.SFFloat maxBack
          The maxBack exposedField
 org.web3d.x3d.sai.SFFloat maxFront
          The maxFront exposedField
 org.web3d.x3d.sai.SFNode metadata
          The metadata exposedField
 org.web3d.x3d.sai.SFFloat minBack
          The minBack exposedField
 org.web3d.x3d.sai.SFFloat minFront
          The minFront exposedField
 org.web3d.x3d.sai.SFFloat priority
          The priority exposedField
 org.web3d.x3d.sai.SFNode source
          The source exposedField
 org.web3d.x3d.sai.SFBool spatialize
          The spatialize field
 
Fields inherited from class org.jeospace.x3d.node.Node
node
 
Constructor Summary
Sound(org.web3d.x3d.sai.X3DNode node)
          Constructor
Sound(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


direction

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


intensity

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


location

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


maxBack

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


maxFront

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


minBack

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


minFront

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


priority

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


source

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


spatialize

public final org.web3d.x3d.sai.SFBool spatialize
The spatialize field

Constructor Detail

Sound

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


Sound

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


Jeospace API

Copyright © 2006 - jeospace.org