All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class vlc.vrml.internal.geometry.SphereSensor

java.lang.Object
   |
   +----vlc.vrml.generic.geometry.VrmlObject
           |
           +----vlc.vrml.internal.geometry.VrmlObject
                   |
                   +----vlc.vrml.internal.geometry.ChildrenNode
                           |
                           +----vlc.vrml.internal.geometry.Sensor
                                   |
                                   +----vlc.vrml.internal.geometry.GeometrySensor
                                           |
                                           +----vlc.vrml.internal.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 SphereSensor node please see the VRML 97 SphereSensor specification

Author:
Justin Couch justin@vlc.com.au

Constructor Index

 o SphereSensor()
Default Constructor.
 o SphereSensor(Browser)
Default Constructor when you wish to supply your own Browser reference.

Method Index

 o clone()
Make a clone of this object
 o writeToStream(int)
Prints the formatted contents of this node to the given stream.

Constructors

 o SphereSensor
 public SphereSensor()
Default Constructor. Creates a default SphereSensor

 o SphereSensor
 public SphereSensor(Browser b)
Default Constructor when you wish to supply your own Browser reference. Creates a default SphereSensor

Methods

 o 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
 o clone
 public Object clone()
Make a clone of this object

Returns:
A deep clone copy of this object
Overrides:
clone in class VrmlObject

All Packages  Class Hierarchy  This Package  Previous  Next  Index