vrml.field
Class MFRotation

java.lang.Object
  extended byvrml.Field
      extended byvrml.MField
          extended byvrml.field.MFRotation
All Implemented Interfaces:
java.lang.Cloneable

public class MFRotation
extends MField


Constructor Summary
MFRotation()
           
MFRotation(float[] rotations)
           
MFRotation(float[][] rotations)
           
MFRotation(int size, float[] rotations)
           
 
Method Summary
 void addValue(ConstSFRotation rotation)
           
 void addValue(float axisX, float axisY, float axisZ, float angle)
           
 void addValue(SFRotation rotation)
           
 void clear()
           
 void delete(int index)
           
 void get1Value(int index, float[] rotations)
           
 void get1Value(int index, SFRotation rotation)
           
 int getSize()
           
 void getValue(float[] rotations)
           
 void getValue(float[][] rotations)
           
 void insertValue(int index, ConstSFRotation rotation)
           
 void insertValue(int index, float axisX, float axisY, float axisZ, float angle)
           
 void insertValue(int index, SFRotation rotation)
           
 void set1Value(int index, ConstSFRotation rotation)
           
 void set1Value(int index, float axisX, float axisY, float axisZ, float angle)
           
 void set1Value(int index, SFRotation rotation)
           
 void setValue(ConstMFRotation rotations)
           
 void setValue(float[] rotations)
           
 void setValue(float[][] rotations)
           
 void setValue(int size, float[] rotations)
           
 void setValue(MFRotation rotations)
           
 java.lang.String toString()
           
 
Methods inherited from class vrml.Field
clone
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MFRotation

public MFRotation()

MFRotation

public MFRotation(float[][] rotations)

MFRotation

public MFRotation(float[] rotations)

MFRotation

public MFRotation(int size,
                  float[] rotations)
Method Detail

getSize

public int getSize()
Specified by:
getSize in class MField

clear

public void clear()
Specified by:
clear in class MField

delete

public void delete(int index)
Specified by:
delete in class MField

getValue

public void getValue(float[][] rotations)

getValue

public void getValue(float[] rotations)

get1Value

public void get1Value(int index,
                      float[] rotations)

get1Value

public void get1Value(int index,
                      SFRotation rotation)

setValue

public void setValue(float[][] rotations)

setValue

public void setValue(float[] rotations)

setValue

public void setValue(int size,
                     float[] rotations)

setValue

public void setValue(MFRotation rotations)

setValue

public void setValue(ConstMFRotation rotations)

set1Value

public void set1Value(int index,
                      ConstSFRotation rotation)

set1Value

public void set1Value(int index,
                      SFRotation rotation)

set1Value

public void set1Value(int index,
                      float axisX,
                      float axisY,
                      float axisZ,
                      float angle)

addValue

public void addValue(ConstSFRotation rotation)

addValue

public void addValue(SFRotation rotation)

addValue

public void addValue(float axisX,
                     float axisY,
                     float axisZ,
                     float angle)

insertValue

public void insertValue(int index,
                        ConstSFRotation rotation)

insertValue

public void insertValue(int index,
                        SFRotation rotation)

insertValue

public void insertValue(int index,
                        float axisX,
                        float axisY,
                        float axisZ,
                        float angle)

toString

public java.lang.String toString()