All Packages Class Hierarchy This Package Previous Next Index
Class vlc.vrml.generic.geometry.SphereSensor
java.lang.Object
|
+----vlc.vrml.generic.geometry.VrmlObject
|
+----vlc.vrml.generic.geometry.ChildrenNode
|
+----vlc.vrml.generic.geometry.Sensor
|
+----vlc.vrml.generic.geometry.GeometrySensor
|
+----vlc.vrml.generic.geometry.SphereSensor
- public class SphereSensor
- extends GeometrySensor
JVerge
- Version:
- 0.8 (beta 4)
Copyright 1997
The Virtual Light Company
under the
GNU LGPL
The latest information and bugs in JVerge can be found at
http://www.vlc.com.au/JVerge
For definition of the Anchor node please see the
VRML 97 Anchor specification
- Author:
- Justin Couch justin@vlc.com.au
-
SphereSensor()
- Default Constructor.
-
clone()
- Make a clone of this object
-
writeToStream(int)
- Prints the formatted contents of this node to the given stream.
SphereSensor
public SphereSensor()
- Default Constructor. Creates a default SphereSensor
writeToStream
public void writeToStream(int indent)
- Prints the formatted contents of this node to the given stream.
- Parameters:
- indent - The number of spaces to indent this node in the string
- Overrides:
- writeToStream in class VrmlObject
clone
public Object clone()
- Make a clone of this object
- Returns:
- A deep clone copy of this object
- Overrides:
- clone in class GeometrySensor
All Packages Class Hierarchy This Package Previous Next Index