j3d-vrml97-0.1.0

org.jdesktop.j3d.loaders.vrml97.node
Class Fog

java.lang.Object
  extended by vrml.BaseNode
      extended by vrml.node.Node
          extended by org.jdesktop.j3d.loaders.vrml97.node.Fog

public class Fog
extends Node

Description of the Class


Field Summary
 
Fields inherited from class vrml.node.Node
implNode
 
Fields inherited from class vrml.BaseNode
implBaseNode
 
Constructor Summary
Fog(Fog init)
          This is an internal constructor.
 
Method Summary
 Fog getFogImpl()
          Gets the fogImpl attribute of the Fog object
 
Methods inherited from class vrml.node.Node
clone, getBrowser, getEventIn, getEventOut, getExposedField, getImpl, getType
 
Methods inherited from class vrml.BaseNode
browserImpl, getImplNode
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Fog

public Fog(Fog init)
This is an internal constructor. All nodes are created through the the Browser or Loader

Parameters:
init - Description of the Parameter
Method Detail

getFogImpl

public Fog getFogImpl()
Gets the fogImpl attribute of the Fog object

Returns:
The fogImpl value

j3d-vrml97-0.1.0

Todo: put BSD License reference here..