All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class berkeley.cs.dmc.vrml.field.MFRotation

java.lang.Object
   |
   +----berkeley.cs.dmc.vrml.Field
           |
           +----berkeley.cs.dmc.vrml.MField
                   |
                   +----berkeley.cs.dmc.vrml.field.MFRotation

public class MFRotation
extends MField

Constructor Index

 o MFRotation()
 o MFRotation(float[])
 o MFRotation(float[][])
 o MFRotation(int, float[])

Method Index

 o addValue(ConstSFRotation)
 o addValue(float, float, float, float)
 o addValue(SFRotation)
 o clear()
 o clone()
 o delete(int)
 o get1Value(int, float[])
 o get1Value(int, SFRotation)
 o getSize()
 o getValue(float[])
 o getValue(float[][])
 o insertValue(int, ConstSFRotation)
 o insertValue(int, float, float, float, float)
 o insertValue(int, SFRotation)
 o set1Value(int, ConstSFRotation)
 o set1Value(int, float, float, float, float)
 o set1Value(int, SFRotation)
 o setValue(ConstMFRotation)
 o setValue(float[])
 o setValue(float[][])
 o setValue(int, float[])
 o setValue(MFRotation)
 o toString()

Constructors

 o MFRotation
 public MFRotation()
 o MFRotation
 public MFRotation(float rotations[][])
 o MFRotation
 public MFRotation(float rotations[])
 o MFRotation
 public MFRotation(int size,
                   float rotations[])

Methods

 o getSize
 public synchronized int getSize()
Overrides:
getSize in class MField
 o clear
 public synchronized void clear()
Overrides:
clear in class MField
 o delete
 public synchronized void delete(int index)
Overrides:
delete in class MField
 o getValue
 public synchronized void getValue(float rotations[][])
 o getValue
 public synchronized void getValue(float rotations[])
 o get1Value
 public synchronized void get1Value(int index,
                                    float rotations[])
 o get1Value
 public synchronized void get1Value(int index,
                                    SFRotation rotation)
 o setValue
 public synchronized void setValue(float rotations[][])
 o setValue
 public synchronized void setValue(float rotations[])
 o setValue
 public synchronized void setValue(int size,
                                   float rotations[])
 o setValue
 public synchronized void setValue(MFRotation rotations)
 o setValue
 public synchronized void setValue(ConstMFRotation rotations)
 o set1Value
 public void set1Value(int index,
                       ConstSFRotation rotation)
 o set1Value
 public synchronized void set1Value(int index,
                                    SFRotation rotation)
 o set1Value
 public synchronized void set1Value(int index,
                                    float axisX,
                                    float axisY,
                                    float axisZ,
                                    float angle)
 o addValue
 public void addValue(ConstSFRotation rotation)
 o addValue
 public synchronized void addValue(SFRotation rotation)
 o addValue
 public synchronized void addValue(float axisX,
                                   float axisY,
                                   float axisZ,
                                   float angle)
 o insertValue
 public void insertValue(int index,
                         ConstSFRotation rotation)
 o insertValue
 public synchronized void insertValue(int index,
                                      SFRotation rotation)
 o insertValue
 public synchronized void insertValue(int index,
                                      float axisX,
                                      float axisY,
                                      float axisZ,
                                      float angle)
 o toString
 public synchronized String toString()
Overrides:
toString in class Object
 o clone
 public Object clone()
Overrides:
clone in class Field

All Packages  Class Hierarchy  This Package  Previous  Next  Index