Package | Description |
---|---|
com.sun.javafx.sg.prism | |
javafx.scene.layout |
Provides classes to support user interface layout.
|
Modifier and Type | Method and Description |
---|---|
void |
NGRegion.updateBackground(Background b)
Called by the Region when the Background has changed.
|
Modifier and Type | Field and Description |
---|---|
static Background |
Background.EMPTY
An empty Background, useful to use instead of null.
|
Modifier and Type | Method and Description |
---|---|
Background |
Region.getBackground() |
Modifier and Type | Method and Description |
---|---|
ObjectProperty<Background> |
Region.backgroundProperty() |
Modifier and Type | Method and Description |
---|---|
void |
Region.setBackground(Background value) |
Copyright © 2020. All rights reserved.