j3d-vrml97-0.1.0

org.jdesktop.j3d.loaders.vrml97.impl
Class SFRotation

java.lang.Object
  extended by org.jdesktop.j3d.loaders.vrml97.impl.Field
      extended by org.jdesktop.j3d.loaders.vrml97.impl.SFRotation

public class SFRotation
extends Field

Description of the Class


Field Summary
 
Fields inherited from class org.jdesktop.j3d.loaders.vrml97.impl.Field
constField, fieldType
 
Constructor Summary
SFRotation()
          Constructor for the SFRotation object
SFRotation(float[] axisAngle)
          Constructor for the SFRotation object
SFRotation(float x, float y, float z, float axisAngle)
          Constructor for the SFRotation object
 
Method Summary
 Object clone()
          Description of the Method
 ConstField constify()
          Description of the Method
 float[] getValue()
          Gets the value attribute of the SFRotation object
 void getValue(float[] rotation)
          Gets the value attribute of the SFRotation object
 void setValue(ConstSFRotation rotation)
          Sets the value attribute of the SFRotation object
 void setValue(float[] r)
          Sets the value attribute of the SFRotation object
 void setValue(float xAxis, float yAxis, float zAxis, float angle)
          Sets the value attribute of the SFRotation object
 void setValue(SFRotation rotation)
          Sets the value attribute of the SFRotation object
 String toString()
          Description of the Method
 void update(Field field)
          Description of the Method
 Field wrap()
          Description of the Method
 
Methods inherited from class org.jdesktop.j3d.loaders.vrml97.impl.Field
baseName, markWriteable, toStringId
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SFRotation

public SFRotation()
Constructor for the SFRotation object


SFRotation

public SFRotation(float x,
                  float y,
                  float z,
                  float axisAngle)
Constructor for the SFRotation object

Parameters:
x - Description of the Parameter
y - Description of the Parameter
z - Description of the Parameter
axisAngle - Description of the Parameter

SFRotation

public SFRotation(float[] axisAngle)
Constructor for the SFRotation object

Parameters:
axisAngle - Description of the Parameter
Method Detail

getValue

public void getValue(float[] rotation)
Gets the value attribute of the SFRotation object

Parameters:
rotation - Description of the Parameter

getValue

public float[] getValue()
Gets the value attribute of the SFRotation object

Returns:
The value value

setValue

public void setValue(float[] r)
Sets the value attribute of the SFRotation object

Parameters:
r - The new value value

setValue

public void setValue(float xAxis,
                     float yAxis,
                     float zAxis,
                     float angle)
Sets the value attribute of the SFRotation object

Parameters:
xAxis - The new value value
yAxis - The new value value
zAxis - The new value value
angle - The new value value

setValue

public void setValue(ConstSFRotation rotation)
Sets the value attribute of the SFRotation object

Parameters:
rotation - The new value value

setValue

public void setValue(SFRotation rotation)
Sets the value attribute of the SFRotation object

Parameters:
rotation - The new value value

clone

public Object clone()
Description of the Method

Specified by:
clone in class Field
Returns:
Description of the Return Value

update

public void update(Field field)
Description of the Method

Parameters:
field - Description of the Parameter

constify

public ConstField constify()
Description of the Method

Returns:
Description of the Return Value

wrap

public Field wrap()
Description of the Method

Specified by:
wrap in class Field
Returns:
Description of the Return Value

toString

public String toString()
Description of the Method

Overrides:
toString in class Object
Returns:
Description of the Return Value

j3d-vrml97-0.1.0

Todo: put BSD License reference here..