|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectvrml.eai.field.BaseField
vrml.eai.field.EventIn
vrml.eai.field.EventInSFRotation
public abstract class EventInSFRotation
VRML eventIn class for SFRotation.
Rotation values are specified according to the VRML IS Specification Section 5.8 SFRotation and MFRotation.
| Field Summary |
|---|
| Fields inherited from class vrml.eai.field.BaseField |
|---|
fieldType, MFColor, MFFloat, MFInt32, MFNode, MFRotation, MFString, MFTime, MFVec2f, MFVec3f, SFBool, SFColor, SFFloat, SFImage, SFInt32, SFNode, SFRotation, SFString, SFTime, SFVec2f, SFVec3f, UNSET_FIELD |
| Constructor Summary | |
|---|---|
protected |
EventInSFRotation()
Construct an instance of this class. |
| Method Summary | |
|---|---|
abstract void |
setValue(float[] value)
Set the rotation value in the given eventIn. |
| Methods inherited from class vrml.eai.field.EventIn |
|---|
getUserData, setUserData |
| Methods inherited from class vrml.eai.field.BaseField |
|---|
getType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected EventInSFRotation()
| Method Detail |
|---|
public abstract void setValue(float[] value)
The value array must contain at least four elements. If the array contains more than 4 values only the first 4 values will be used and the rest ignored.
If the array of values does not contain at least 4 elements an ArrayIndexOutOfBoundsException will be generated.
value - The array of rotation values wherejava.lang.ArrayIndexOutOfBoundsException - The value did not contain at least 4
values for the rotation.
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||