Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

1,The ________ properties are defined in the javafx.scene.shape.Line class. text

ID: 3914070 • Letter: 1

Question

1,The ________ properties are defined in the javafx.scene.shape.Line class.

text
x
y
underline
strikethrough


2,
Which of the following statements are true?

A Scene is a Node.
A Shape is a Node.
A Stage is a Node.
A Control is a Node.
A Pane is a Node.

3,
Suppose a JavaFX class has a binding property named weight of the type DoubleProperty. By convention, which of the following methods are defined in the class?

public double getWeight()
public void setWeight(double v)
public DoubleProperty weightProperty()
public double weightProperty()
public DoubleProperty WeightProperty()

4,Which of the following are binding properties?

Integer
Double
IntegerProperty
DoubleProperty
String

Explanation / Answer

1.

The x and y properties are defined in the javafx.scene.shape.Line class.

Option 2 and 3

2.

Statements that are true:

Option 2 4 and 5.

3.

Suppose a JavaFX class has a binding property named weight of the type DoubleProperty. By convention, which of the following methods are defined in the class

Option 1 2 and 3.

4.

Binding properties:

Option 3 and 4.