|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jdesktop.j3d.loaders.vrml97.impl.Field
org.jdesktop.j3d.loaders.vrml97.impl.SFRotation
public class SFRotation
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 |
---|
public SFRotation()
public SFRotation(float x, float y, float z, float axisAngle)
x
- Description of the Parametery
- Description of the Parameterz
- Description of the ParameteraxisAngle
- Description of the Parameterpublic SFRotation(float[] axisAngle)
axisAngle
- Description of the ParameterMethod Detail |
---|
public void getValue(float[] rotation)
rotation
- Description of the Parameterpublic float[] getValue()
public void setValue(float[] r)
r
- The new value valuepublic void setValue(float xAxis, float yAxis, float zAxis, float angle)
xAxis
- The new value valueyAxis
- The new value valuezAxis
- The new value valueangle
- The new value valuepublic void setValue(ConstSFRotation rotation)
rotation
- The new value valuepublic void setValue(SFRotation rotation)
rotation
- The new value valuepublic Object clone()
clone
in class Field
public void update(Field field)
field
- Description of the Parameterpublic ConstField constify()
public Field wrap()
wrap
in class Field
public String toString()
toString
in class Object
|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |