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

Variable Index

 o _key
Internal representation of the keys.

Constructor Index

 o Interpolator()
Protected Constructor tyo stop direct instantiation of this class

Method Index

 o clone()
Make a clone of this object
 o get_key()
Get the current key values
 o set_key(float[])
Set the keys to be used for this node

Variables

 o _key
 protected float _key[]
Internal representation of the keys.

Constructors

 o Interpolator
 protected Interpolator()
Protected Constructor tyo stop direct instantiation of this class

Methods

 o 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.
 o get_key
 public float[] get_key()
Get the current key values

Returns:
An array reflecting the current key values.
 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