Multiple Choice
Select all that apply. Which of the following will cause a counterclockwise rotation of a 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) ;
Correct Answer:

Verified
Correct Answer:
Verified
Q2: A polygon, created by the Polygon class
Q3: Select all that apply. Which of the
Q4: What does the following code snippet do
Q5: Select all that apply. Which of the
Q6: Since the Node class's setEffect method only
Q8: Select all that apply. Which of the
Q9: Select all that apply. Which of the
Q10: Select all that apply. Which of the
Q11: Which of the following creates a blue
Q12: To create a circle, you need to