All Packages Class Hierarchy This Package Previous Next Index
Class vlc.vrml.generic.geometry.Interpolator
java.lang.Object
|
+----vlc.vrml.generic.geometry.VrmlObject
|
+----vlc.vrml.generic.geometry.ChildrenNode
|
+----vlc.vrml.generic.geometry.Interpolator
- public abstract class Interpolator
- extends ChildrenNode
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
Interpolator Abstract class
- Author:
- Justin Couch justin@vlc.com.au
-
_key
- Internal representation of the keys.
-
Interpolator()
- Protected Constructor tyo stop direct instantiation of this class
-
clone()
- Make a clone of this object
-
get_key()
- Get the current key values
-
set_key(float[])
- Set the keys to be used for this node
_key
protected float _key[]
- Internal representation of the keys.
Interpolator
protected Interpolator()
- Protected Constructor tyo stop direct instantiation of this class
set_key
public void set_key(float key[])
- Set the keys to be used for this node
- Parameters:
- key - An array of floats defining the new keys to be used. Replaces
any previously set value.
get_key
public float[] get_key()
- Get the current key values
- Returns:
- An array reflecting the current key values.
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