Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS

Class vrml.field.MFRotation

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

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(SFRotation rotation)
 
void  addValue(float axisX, float axisY, float axisZ, float angle)
 
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, SFRotation rotation)
 
void  insertValue(int index, float axisX, float axisY, float axisZ, float angle)
 
void  set1Value(int index, ConstSFRotation rotation)
 
void  set1Value(int index, SFRotation rotation)
 
void  set1Value(int index, float axisX, float axisY, float axisZ, float angle)
 
void  setValue(float[][] rotations)
 
void  setValue(float[] rotations)
 
void  setValue(int size, float[] rotations)
 
void  setValue(MFRotation rotations)
 
void  setValue(ConstMFRotation rotations)
 
java.lang.String  toString()
 
 
Methods inherited from class vrml.MField
 clear, delete, getSize
 
Methods inherited from class vrml.Field
 clone
 
Methods inherited from class java.lang.Object
 clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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()
Overrides:
getSize in class MField

clear

public void clear()
Overrides:
clear in class MField

delete

public void delete(int index)
Overrides:
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()
Overrides:
toString in class java.lang.Object

Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS