JavaScript is disabled on your browser.
Provides classes to support user interface layout.
final class
Defines widths for four components (top, right, bottom, and left).
The default BorderWidths that is used by a BorderImage when null is specified.
The default Insets to be used with a BorderStroke that does not
otherwise define any.
An empty set of widths, such that all values are 0 and are literal values.
A set of widths representing 100% on each side.
The default insets when "medium" is specified
The default insets when "thick" is specified
The default insets when "thin" is specified.
Defines the slices of the image.
The widths of the border on each side.
Defines the thickness of each side of the BorderStroke
.
Returns an intermediate value between the value of this Interpolatable
and the specified
endValue
using the linear interpolation factor t
, ranging from 0 (inclusive)
to 1 (inclusive).
Returns an intermediate value between the value of this Interpolatable
and the specified
endValue
using the linear interpolation factor t
, ranging from 0 (inclusive)
to 1 (inclusive).
Creates a new BorderImage.
Creates a new BorderStroke
.
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)
Creates a new BorderStroke
, specifying all construction parameters.