Package | Description |
---|---|
com.sun.javafx.sg.prism | |
javafx.scene.layout |
Provides classes to support user interface layout.
|
Modifier and Type | Field and Description |
---|---|
private Background |
NGRegion.background
The background to use for drawing.
|
(package private) Background |
RegionImageCache.CachedImage.background |
Modifier and Type | Method and Description |
---|---|
(package private) Background |
NGRegion.getBackground() |
Modifier and Type | Method and Description |
---|---|
boolean |
RegionImageCache.CachedImage.equals(int width,
int height,
Background background,
Shape shape) |
(package private) boolean |
RegionImageCache.getImageLocation(java.lang.Integer key,
Rectangle rect,
Background background,
Shape shape,
Graphics g)
Search the cache for a background image representing the arguments.
|
void |
NGRegion.updateBackground(Background b)
Called by the Region when the Background has changed.
|
Constructor and Description |
---|
CachedImage(Rectangle rect,
Background background,
Shape shape) |
Modifier and Type | Field and Description |
---|---|
static Background |
Background.EMPTY
An empty Background, useful to use instead of null.
|
Modifier and Type | Field and Description |
---|---|
private ObjectProperty<Background> |
Region.background
The background of the Region, which is made up of zero or more BackgroundFills, and
zero or more BackgroundImages.
|
private static CssMetaData<Region,Background> |
Region.StyleableProperties.BACKGROUND |
(package private) static StyleConverter<ParsedValue[],Background> |
BackgroundConverter.INSTANCE |
Modifier and Type | Method and Description |
---|---|
Background |
BackgroundConverter.convert(java.util.Map<CssMetaData<? extends Styleable,?>,java.lang.Object> convertedValues) |
Background |
Region.getBackground() |
Modifier and Type | Method and Description |
---|---|
ObjectProperty<Background> |
Region.backgroundProperty() |
Modifier and Type | Method and Description |
---|---|
void |
Region.setBackground(Background value) |