Package | Description |
---|---|
com.sun.javafx.css.parser | |
com.sun.javafx.scene.layout.region | |
javafx.scene.layout |
Provides classes to support user interface layout.
|
Modifier and Type | Method and Description |
---|---|
private ParsedValueImpl<ParsedValue[],BackgroundSize> |
CSSParser.parseBackgroundSize(CSSParser.Term root) |
Modifier and Type | Method and Description |
---|---|
BackgroundSize |
BackgroundSizeConverter.convert(ParsedValue<ParsedValue[],BackgroundSize> value,
Font font) |
BackgroundSize[] |
LayeredBackgroundSizeConverter.convert(ParsedValue<ParsedValue<ParsedValue[],BackgroundSize>[],BackgroundSize[]> value,
Font font) |
Modifier and Type | Method and Description |
---|---|
BackgroundSize |
BackgroundSizeConverter.convert(ParsedValue<ParsedValue[],BackgroundSize> value,
Font font) |
Modifier and Type | Field and Description |
---|---|
static BackgroundSize |
BackgroundSize.DEFAULT
The default BackgroundSize used by BackgroundImages when an explicit size is not defined.
|
(package private) BackgroundSize |
BackgroundImage.size |
Modifier and Type | Method and Description |
---|---|
BackgroundSize |
BackgroundImage.getSize()
The size of this image relative to the Region.
|
Constructor and Description |
---|
BackgroundImage(Image image,
BackgroundRepeat repeatX,
BackgroundRepeat repeatY,
BackgroundPosition position,
BackgroundSize size)
Creates a new BackgroundImage.
|