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[],BorderWidths> |
CSSParser.parseBorderImageWidth(CSSParser.Term root) |
Modifier and Type | Field and Description |
---|---|
BorderWidths |
BorderImageSlices.widths |
Modifier and Type | Method and Description |
---|---|
BorderWidths |
BorderImageWidthConverter.convert(ParsedValue<ParsedValue[],BorderWidths> value,
Font font) |
BorderWidths[] |
BorderImageWidthsSequenceConverter.convert(ParsedValue<ParsedValue<ParsedValue[],BorderWidths>[],BorderWidths[]> value,
Font font) |
Modifier and Type | Method and Description |
---|---|
BorderWidths |
BorderImageWidthConverter.convert(ParsedValue<ParsedValue[],BorderWidths> value,
Font font) |
Constructor and Description |
---|
BorderImageSlices(BorderWidths widths,
boolean filled) |
Modifier and Type | Field and Description |
---|---|
static BorderWidths |
BorderWidths.DEFAULT
The default BorderWidths that is used by a BorderImage when null is specified.
|
static BorderWidths |
BorderStroke.DEFAULT_WIDTHS
The default Insets to be used with a BorderStroke that does not
otherwise define any.
|
static BorderWidths |
BorderWidths.EMPTY
An empty set of widths, such that all values are 0 and are literal values.
|
static BorderWidths |
BorderWidths.FULL
A set of widths representing 100% on each side.
|
static BorderWidths |
BorderStroke.MEDIUM
The default insets when "medium" is specified
|
(package private) BorderWidths |
BorderImage.slices |
static BorderWidths |
BorderStroke.THICK
The default insets when "thick" is specified
|
static BorderWidths |
BorderStroke.THIN
The default insets when "thin" is specified.
|
(package private) BorderWidths |
BorderImage.widths |
(package private) BorderWidths |
BorderStroke.widths |
Modifier and Type | Method and Description |
---|---|
BorderWidths |
BorderImage.getSlices()
Defines the slices of the image.
|
BorderWidths |
BorderImage.getWidths()
The widths of the border on each side.
|
BorderWidths |
BorderStroke.getWidths()
Defines the thickness of each side of the BorderStroke.
|
Modifier and Type | Method and Description |
---|---|
private boolean |
Region.contains(double px,
double py,
double x1,
double y1,
double x2,
double y2,
BorderWidths widths,
boolean filled,
Insets insets,
CornerRadii rad)
Basically we will perform two contains tests.
|
Constructor and Description |
---|
BorderImage(Image image,
BorderWidths widths,
Insets insets,
BorderWidths slices,
boolean filled,
BorderRepeat repeatX,
BorderRepeat repeatY)
Creates a new BorderImage.
|
BorderStroke(Paint stroke,
BorderStrokeStyle style,
CornerRadii radii,
BorderWidths widths)
Creates a new BorderStroke.
|
BorderStroke(Paint stroke,
BorderStrokeStyle style,
CornerRadii radii,
BorderWidths widths,
Insets insets)
Creates a new BorderStroke.
|
BorderStroke(Paint topStroke,
Paint rightStroke,
Paint bottomStroke,
Paint leftStroke,
BorderStrokeStyle topStyle,
BorderStrokeStyle rightStyle,
BorderStrokeStyle bottomStyle,
BorderStrokeStyle leftStyle,
CornerRadii radii,
BorderWidths widths,
Insets insets)
Create a new BorderStroke, specifying all construction parameters.
|