5public class EventInSFRotation
extends EventIn {
6 public EventInSFRotation() { EventType =
FieldTypes.SFROTATION; }
8 public void setValue(
float[] value)
throws IllegalArgumentException {
10 if (value.length < 4) {
11 throw new IllegalArgumentException();
13 Browser.newSendEvent (
this,
"" + value[0] +
" " + value[1] +
14 " " + value[2] +
" " + value[3]);