org.jdesktop.j3d.loaders.vrml97.impl
Class NavigationInfo
java.lang.Object
org.jdesktop.j3d.loaders.vrml97.impl.BaseNode
org.jdesktop.j3d.loaders.vrml97.impl.Node
org.jdesktop.j3d.loaders.vrml97.impl.BindableNode
org.jdesktop.j3d.loaders.vrml97.impl.NavigationInfo
- All Implemented Interfaces:
- Cloneable, Notifier
public class NavigationInfo
- extends BindableNode
Description of the Class
Fields inherited from class org.jdesktop.j3d.loaders.vrml97.impl.Node |
FieldSpec |
NavigationInfo
public NavigationInfo(Loader loader)
- Constructor for the NavigationInfo object
- Parameters:
loader
- Description of the Parameter
NavigationInfo
public NavigationInfo(Loader loader,
SFBool bind,
SFTime bindTime,
SFBool isBound,
MFFloat avatarSize,
SFBool healdlight,
SFFloat speed,
MFString type,
SFFloat visibilityLimit)
- Constructor for the NavigationInfo object
- Parameters:
loader
- Description of the Parameterbind
- Description of the ParameterbindTime
- Description of the ParameterisBound
- Description of the ParameteravatarSize
- Description of the Parameterhealdlight
- Description of the Parameterspeed
- Description of the Parametertype
- Description of the ParametervisibilityLimit
- Description of the Parameter
notifyMethod
public void notifyMethod(String eventInName,
double time)
- Description of the Method
- Specified by:
notifyMethod
in interface Notifier
- Overrides:
notifyMethod
in class BindableNode
- Parameters:
eventInName
- Description of the Parametertime
- Description of the Parameter
getType
public String getType()
- Gets the type attribute of the NavigationInfo object
- Specified by:
getType
in class BaseNode
- Returns:
- The type value
clone
public Object clone()
- Description of the Method
- Specified by:
clone
in class BaseNode
- Returns:
- Description of the Return Value
Todo: put BSD License reference here..