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.updateBorder(Border b)
Called by the Region when the Border is changed.
|
Modifier and Type | Field and Description |
---|---|
static Border |
Border.EMPTY
An empty Border, useful to use instead of null.
|
Modifier and Type | Method and Description |
---|---|
Border |
Region.getBorder() |
Modifier and Type | Method and Description |
---|---|
ObjectProperty<Border> |
Region.borderProperty() |
Modifier and Type | Method and Description |
---|---|
void |
Region.setBorder(Border value) |
Copyright © 2020. All rights reserved.