org.jdesktop.j3d.loaders.vrml97.impl
Class Collision
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.Group
org.jdesktop.j3d.loaders.vrml97.impl.Collision
- All Implemented Interfaces:
- Cloneable, Notifier
public class Collision
- extends Group
Description of the Class
Fields inherited from class org.jdesktop.j3d.loaders.vrml97.impl.Node |
FieldSpec |
Constructor Summary |
Collision(Loader loader)
Constructor for the Collision object |
Collision
public Collision(Loader loader)
- Constructor for the Collision object
- Parameters:
loader
- 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 Group
- Parameters:
eventInName
- Description of the Parametertime
- Description of the Parameter
getType
public String getType()
- Gets the type attribute of the Collision object
- Overrides:
getType
in class Group
- Returns:
- The type value
clone
public Object clone()
- Description of the Method
- Overrides:
clone
in class Group
- Returns:
- Description of the Return Value
Todo: put BSD License reference here..