j3d-vrml97-0.1.0

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

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

public class Viewpoint
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
Viewpoint(Viewpoint init)
          This is an internal constructor.
 
Method Summary
 String getDescription()
          Gets the description attribute of the Viewpoint object
 float getFOV()
          Gets the fOV attribute of the Viewpoint object
 TransformGroup getTransformGroup()
          Gets the transformGroup attribute of the Viewpoint object
 ViewPlatform getViewPlatform()
          This methods returns the ViewPlatform
 
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

Viewpoint

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

Parameters:
init - Description of the Parameter
Method Detail

getViewPlatform

public ViewPlatform getViewPlatform()
This methods returns the ViewPlatform

Returns:
The viewPlatform value

getTransformGroup

public TransformGroup getTransformGroup()
Gets the transformGroup attribute of the Viewpoint object

Returns:
The transformGroup value

getFOV

public float getFOV()
Gets the fOV attribute of the Viewpoint object

Returns:
The fOV value

getDescription

public String getDescription()
Gets the description attribute of the Viewpoint object

Returns:
The description value

j3d-vrml97-0.1.0

Todo: put BSD License reference here..