wobs.scene3d.nodes
Class Node

java.lang.Object
  extended by wobs.scene3d.nodes.Node

public class Node
extends java.lang.Object


Field Summary
static int Appearance
          The X3D/VRML node type Appearance
static int DirectionalLight
          The X3D/VRML node type DirectionalLight
static int Group
          The X3D/VRML node type Group
static int Material
          The X3D/VRML node type Material
static int PointLight
          The X3D/VRML node type PointLight
static int Scene
          The X3D/VRML node type Scene
static int Shape
          The X3D/VRML node type Shape
static int Texture
          The X3D/VRML node type Texture
static int TextureTransform
          The X3D/VRML node type TextureTransform
static int TimeSensor
          The X3D/VRML node type TimeSensor
static int TouchSensor
          The X3D/VRML node type TouchSensor
static int Transform
          The X3D/VRML node type Transform
static int Viewpoint
          The X3D/VRML node type Viewpoint
 
Constructor Summary
Node()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Appearance

public static final int Appearance
The X3D/VRML node type Appearance

See Also:
Constant Field Values

DirectionalLight

public static final int DirectionalLight
The X3D/VRML node type DirectionalLight

See Also:
Constant Field Values

Group

public static final int Group
The X3D/VRML node type Group

See Also:
Constant Field Values

Material

public static final int Material
The X3D/VRML node type Material

See Also:
Constant Field Values

PointLight

public static final int PointLight
The X3D/VRML node type PointLight

See Also:
Constant Field Values

Shape

public static final int Shape
The X3D/VRML node type Shape

See Also:
Constant Field Values

TextureTransform

public static final int TextureTransform
The X3D/VRML node type TextureTransform

See Also:
Constant Field Values

TimeSensor

public static final int TimeSensor
The X3D/VRML node type TimeSensor

See Also:
Constant Field Values

TouchSensor

public static final int TouchSensor
The X3D/VRML node type TouchSensor

See Also:
Constant Field Values

Transform

public static final int Transform
The X3D/VRML node type Transform

See Also:
Constant Field Values

Viewpoint

public static final int Viewpoint
The X3D/VRML node type Viewpoint

See Also:
Constant Field Values

Scene

public static final int Scene
The X3D/VRML node type Scene

See Also:
Constant Field Values

Texture

public static final int Texture
The X3D/VRML node type Texture

See Also:
Constant Field Values
Constructor Detail

Node

public Node()