Modifier and Type | Field and Description |
---|---|
private Paint |
fill |
private double |
height |
private Parent |
root |
private java.util.ArrayList<java.lang.String> |
stylesheets |
private double |
width |
Constructor and Description |
---|
JavaFXSceneBuilder() |
Modifier and Type | Method and Description |
---|---|
Scene |
build()
Builds and returns the object.
|
Paint |
getFill() |
double |
getHeight() |
Parent |
getRoot() |
java.util.List<java.lang.String> |
getStylesheets() |
double |
getWidth() |
void |
setFill(Paint fill) |
void |
setHeight(double height) |
void |
setRoot(Parent root) |
void |
setWidth(double width) |
private Parent root
private double width
private double height
private Paint fill
private java.util.ArrayList<java.lang.String> stylesheets
public Parent getRoot()
public void setRoot(Parent root)
public double getWidth()
public void setWidth(double width)
public double getHeight()
public void setHeight(double height)
public Paint getFill()
public void setFill(Paint fill)
public java.util.List<java.lang.String> getStylesheets()