org.jdesktop.j3d.loaders.vrml97.impl
Class Anchor
java.lang.Object
org.jdesktop.j3d.loaders.vrml97.impl.BaseNode
org.jdesktop.j3d.loaders.vrml97.impl.Node
org.jdesktop.j3d.loaders.vrml97.impl.NonSharedNode
org.jdesktop.j3d.loaders.vrml97.impl.GroupBase
org.jdesktop.j3d.loaders.vrml97.impl.Anchor
- All Implemented Interfaces:
- Cloneable, Notifier
public class Anchor
- extends GroupBase
Description of the Class
- Author:
- Rick Goldberg, Doug Gehringer
Fields inherited from class org.jdesktop.j3d.loaders.vrml97.impl.Node |
FieldSpec |
Anchor
public Anchor(Loader loader)
- Constructor for the Anchor object
- Parameters:
loader
- Description of the Parameter
Anchor
public Anchor(Loader loader,
MFNode children,
SFVec3f bboxCenter,
SFVec3f bboxSize,
SFString description,
MFString parameter,
MFString url)
- Constructor for the Anchor object
- Parameters:
loader
- Description of the Parameterchildren
- Description of the ParameterbboxCenter
- Description of the ParameterbboxSize
- Description of the Parameterdescription
- Description of the Parameterparameter
- Description of the Parameterurl
- Description of the Parameter
initImpl
public void initImpl()
- Description of the Method
notifyMethod
public void notifyMethod(String eventInName,
double time)
- Description of the Method
- Specified by:
notifyMethod
in interface Notifier
- Overrides:
notifyMethod
in class GroupBase
- Parameters:
eventInName
- Description of the Parametertime
- Description of the Parameter
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..