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

a. StrokeTransition
b. TextFillTransition
c. ReverseTransition
d. ScaleTransition

a. StrokeTransition
d. ScaleTransition

Computer Science & Information Technology

You might also like to view...

Which type of memory is very fast and is located close to the processor?

A) ROM B) DIMM C) Cache D) RAM

Computer Science & Information Technology

When a thread executing a synchronized statement (or method) completes or satisfies the condition on which another thread may be waiting, it can call Object method ________ or ________ to allow a waiting thread or all waiting threads to transition to the runnable state again. a.

a. notifyThread, notifyAllThreads b. wakeUpThread, wakeUpAllThreads c. notify, notifyAll d. None of the above.

Computer Science & Information Technology