BorderStroke

scalafx.scene.layout.BorderStroke
See theBorderStroke companion object
class BorderStroke(val delegate: BorderStroke) extends SFXDelegate[BorderStroke]

Attributes

Companion
object
Graph
Supertypes
trait SFXDelegate[BorderStroke]
class Object
trait Matchable
class Any

Members list

Value members

Constructors

def this(stroke: Paint, style: BorderStrokeStyle, radii: CornerRadii, widths: BorderWidths)

Creates a new BorderStroke.

Creates a new BorderStroke.

Attributes

def this(topStroke: Paint, rightStroke: Paint, bottomStroke: Paint, leftStroke: Paint, topStyle: BorderStrokeStyle, rightStyle: BorderStrokeStyle, bottomStyle: BorderStrokeStyle, leftStyle: BorderStrokeStyle, radii: CornerRadii, widths: BorderWidths, insets: Insets)

Create a new BorderStroke, specifying all construction parameters.

Create a new BorderStroke, specifying all construction parameters.

Attributes

Concrete methods

Defines the fill of bottom side of this border.

Defines the fill of bottom side of this border.

Attributes

Defines the style of bottom side of this border.

Defines the style of bottom side of this border.

Attributes

def insets: Insets

Defines the insets of each side of the BorderStroke.

Defines the insets of each side of the BorderStroke.

Attributes

Defines the fill of left side of this border.

Defines the fill of left side of this border.

Attributes

Defines the style of left side of this border.

Defines the style of left side of this border.

Attributes

Defines the radii for each corner of this BorderStroke.

Defines the radii for each corner of this BorderStroke.

Attributes

Defines the fill of right side of this border.

Defines the fill of right side of this border.

Attributes

Defines the style of right side of this border.

Defines the style of right side of this border.

Attributes

Defines the fill of top side of this border.

Defines the fill of top side of this border.

Attributes

Defines the style of top side of this border.

Defines the style of top side of this border.

Attributes

Defines the thickness of each side of the BorderStroke.

Defines the thickness of each side of the BorderStroke.

Attributes

Inherited methods

override def equals(ref: Any): Boolean

Verifies if a object is equals to this delegate.

Verifies if a object is equals to this delegate.

Value parameters

ref

Object to be compared.

Attributes

Returns

if the other object is equals to this delegate or not.

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate
override def hashCode: Int

Attributes

Returns

The delegate hashcode

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate
override def toString: String

Attributes

Returns

Returns the original delegate's toString() adding a [SFX] prefix.

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate

Concrete fields

override val delegate: BorderStroke

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes