RotateTransition object, rtrans?

```
RotateTransition object, rtrans?
```

a. rtrans.setFromAngle(60.0);
rtrans.setByAngle(15.0);
b. rtrans.setFromAngle(-60.0);
rtrans.setByAngle(15.0);
c. rtrans.setFromAngle(60.0);
rtrans.setByAngle(-15.0);
d. rtrans.setAngle(60.0, 15.0);

b. rtrans.setFromAngle(-60.0);
rtrans.setByAngle(15.0);
c. rtrans.setFromAngle(60.0);
rtrans.setByAngle(-15.0);

Computer Science & Information Technology

You might also like to view...

A(n) ________ contains information about a single entry in a database

A) object B) record C) field D) cell

Computer Science & Information Technology

Which of the following is NOT a part of theme colors?

A) Accent colors B) Page color C) Text and background colors D) Hyperlink colors

Computer Science & Information Technology