Class vrml.field.ConstMFRotation
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class vrml.field.ConstMFRotation

java.lang.Object
   |
   +----vrml.Field
           |
           +----vrml.ConstField
                   |
                   +----vrml.ConstMField
                           |
                           +----vrml.field.ConstMFRotation

public class ConstMFRotation
extends ConstMField

Constructor Index

 o ConstMFRotation()

Method Index

 o copy(Field)
 o createObfuscatedField(Field)
 o get1Value(int, float[])
 o get1Value(int, SFRotation)
 o getSize()
 o getValue(float[])
 o getValue(float[][])
 o toString()
 o unobfuscate()

Constructors

 o ConstMFRotation
  public ConstMFRotation()

Methods

 o createObfuscatedField
  protected Field createObfuscatedField(Field field)
Overrides:
createObfuscatedField in class Field
 o unobfuscate
  protected Field unobfuscate()
Overrides:
unobfuscate in class Field
 o copy
  protected void copy(Field f)
Overrides:
copy in class Field
 o getSize
  public int getSize()
Overrides:
getSize in class ConstMField
 o getValue
  public void getValue(float rotations[][])
 o getValue
  public void getValue(float rotations[])
 o get1Value
  public void get1Value(int index,
                        float rotation[])
 o get1Value
  public void get1Value(int index,
                        SFRotation rotation)
 o toString
  public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index