Package | Description |
---|---|
com.sun.javafx.css.parser | |
com.sun.javafx.scene.layout.region | |
com.sun.javafx.sg.prism | |
javafx.scene.layout |
Provides classes to support user interface layout.
|
Modifier and Type | Method and Description |
---|---|
private ParsedValueImpl<ParsedValue[],BorderStrokeStyle> |
CSSParser.parseBorderStyle(CSSParser.Term root) |
Modifier and Type | Method and Description |
---|---|
BorderStrokeStyle |
BorderStyleConverter.convert(ParsedValue<ParsedValue[],BorderStrokeStyle> value,
Font font) |
BorderStrokeStyle[] |
BorderStrokeStyleSequenceConverter.convert(ParsedValue<ParsedValue<ParsedValue[],BorderStrokeStyle>[],BorderStrokeStyle[]> value,
Font font) |
BorderStrokeStyle[][] |
LayeredBorderStyleConverter.convert(ParsedValue<ParsedValue<ParsedValue<ParsedValue[],BorderStrokeStyle>[],BorderStrokeStyle[]>[],BorderStrokeStyle[][]> value,
Font font) |
Modifier and Type | Method and Description |
---|---|
BorderStrokeStyle |
BorderStyleConverter.convert(ParsedValue<ParsedValue[],BorderStrokeStyle> value,
Font font) |
Modifier and Type | Method and Description |
---|---|
private BasicStroke |
NGRegion.createStroke(BorderStrokeStyle sb,
double strokeWidth,
double lineLength,
boolean forceCentered)
Creates a Prism BasicStroke based on the stroke style, width, and line length.
|
Modifier and Type | Field and Description |
---|---|
(package private) BorderStrokeStyle |
BorderStroke.bottomStyle |
static BorderStrokeStyle |
BorderStrokeStyle.DASHED
A predefined dashed pattern to be used for stroking
|
static BorderStrokeStyle |
BorderStrokeStyle.DOTTED
A predefined dotted pattern to be used for stroking
|
(package private) BorderStrokeStyle |
BorderStroke.leftStyle |
static BorderStrokeStyle |
BorderStrokeStyle.NONE
Indicates that no stroke should be drawn.
|
(package private) BorderStrokeStyle |
BorderStroke.rightStyle |
static BorderStrokeStyle |
BorderStrokeStyle.SOLID
A predefined solid line to be used for stroking
|
(package private) BorderStrokeStyle |
BorderStroke.topStyle |
Modifier and Type | Method and Description |
---|---|
BorderStrokeStyle |
BorderStroke.getBottomStyle()
Defines the style of bottom side of this border.
|
BorderStrokeStyle |
BorderStroke.getLeftStyle()
Defines the style of left side of this border.
|
BorderStrokeStyle |
BorderStroke.getRightStyle()
Defines the style of right side of this border.
|
BorderStrokeStyle |
BorderStroke.getTopStyle()
Defines the style of top side of this border.
|
Constructor and Description |
---|
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.
|