BorderWidths

scalafx.scene.layout.BorderWidths
See theBorderWidths companion class
object BorderWidths

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete fields

val Auto: Double

When used by a BorderStroke, the value of AUTO is interpreted as the value of BorderStroke.MEDIUM for the corresponding side.

When used by a BorderStroke, the value of AUTO is interpreted as the value of BorderStroke.MEDIUM for the corresponding side.

Attributes

The default BorderWidths that is used by a BorderImage when null is specified.

The default BorderWidths that is used by a BorderImage when null is specified.

Attributes

An empty set of widths, such that all values are 0 and are literal values.

An empty set of widths, such that all values are 0 and are literal values.

Attributes

A set of widths representing 100% on each side.

A set of widths representing 100% on each side.

Attributes

Implicits

Implicits

implicit def sfxBorderWidths2jfx(v: BorderWidths): BorderWidths