Constructor and Description |
---|
JavaFXSceneBuilder() |
Modifier and Type | Method and Description |
---|---|
Scene |
build()
Builds and returns the object.
|
Paint |
getFill() |
double |
getHeight() |
Parent |
getRoot() |
List<String> |
getStylesheets() |
double |
getWidth() |
void |
setFill(Paint fill) |
void |
setHeight(double height) |
void |
setRoot(Parent root) |
void |
setWidth(double width) |
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)
Copyright © 2020. All rights reserved.