Exam 13: Java-Fx: Graphics, Effects, and Media

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

Select all that apply. Which of the following are subclasses of the Animation class and the Transition class?

Free
(Multiple Choice)
4.7/5
(43)
Correct Answer:
Verified

A, D

Select all that apply. Which of the following are key events?

Free
(Multiple Choice)
4.8/5
(30)
Correct Answer:
Verified

B, C, D

Which class is used to move a node from one position on the screen to another?

Free
(Multiple Choice)
5.0/5
(41)
Correct Answer:
Verified

D

Which mouse event occurs when the user presses and releases the mouse button?

(Multiple Choice)
4.8/5
(35)

Which of the following statements draws the string "Love to animate!" starting at coordinates (200, 50)?

(Multiple Choice)
4.8/5
(39)

Which transition class causes a node to become larger or smaller?

(Multiple Choice)
5.0/5
(42)

Which effect class do you use to increase an image's brightness?

(Multiple Choice)
4.9/5
(34)

Which of the following code snippets creates a Line and uses a RotateTransition object to animate it for seven seconds?

(Multiple Choice)
4.8/5
(42)

Given a window that is 640 (width) by 480 (height), which of the following represents the lowest position on the left side?

(Multiple Choice)
4.8/5
(30)

To create a circle, you need to specify only the X and Y coordinates of the center point.

(True/False)
4.8/5
(43)

What does the following code snippet do? Circle myCircle = new Circle(50, 50, 25); TranslateTransition rtrans = New TranslateTransition(new Duration(5000), myCircle);

(Multiple Choice)
4.8/5
(32)

Select all that apply. Which of the following classes are used to play videos?

(Multiple Choice)
4.8/5
(42)

All the transition classes inherit a method named __________ which allows you to specify how the animation begins and ends.

(Multiple Choice)
4.9/5
(45)

Select all that apply. Which of the following are transition classes?

(Multiple Choice)
4.7/5
(38)

The following statement will draw the string "Welcome!" starting at the top left corner of the screen. Text welcomeText = new Text(0, 0, "Welcome!");

(True/False)
4.8/5
(35)

A polygon, created by the Polygon class is, by default, filled with the color black.

(True/False)
4.7/5
(36)

Select all that apply. Which of the following will cause a counterclockwise rotation of a RotateTransition object, rtrans?

(Multiple Choice)
4.9/5
(40)

Since the Node class's setEffect method only accepts one effect object as an argument, it is impossible to combine effects.

(True/False)
4.8/5
(38)

The Rotate class creates a rotating animation.

(True/False)
5.0/5
(38)

The setInterpolator method allows you to specify how a transition begins and ends.

(True/False)
4.9/5
(41)
Showing 1 - 20 of 40
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)