BorderStrokeStyle

class BorderStrokeStyle(val delegate: BorderStrokeStyle) extends SFXDelegate[BorderStrokeStyle]

Defines the style of the stroke to use on one side of a BorderStroke.

Defines the style of the stroke to use on one side of a BorderStroke.

Wrapper for javafx.scene.layout.BorderStrokeStyle.

Companion
object
trait SFXDelegate[BorderStrokeStyle]
class Object
trait Matchable
class Any

Value members

Constructors

def this(strokeType: StrokeType, lineJoin: StrokeLineJoin, lineCap: StrokeLineCap, miterLimit: Double, dashOffset: Double, dashArray: Seq[Double])

Creates a new BorderStrokeStyle.

Creates a new BorderStrokeStyle.

Concrete methods

def dashArray: Seq[Double]

Defines the array representing the lengths of the dash segments.

Defines the array representing the lengths of the dash segments.

def dashOffset: Double

Defines a distance specified in user coordinates that represents an offset into the dashing pattern.

Defines a distance specified in user coordinates that represents an offset into the dashing pattern.

The end cap style of this Shape as one of the following values that define possible end cap styles: StrokeLineCap.BUTT, StrokeLineCap.ROUND, and StrokeLineCap.SQUARE.

The end cap style of this Shape as one of the following values that define possible end cap styles: StrokeLineCap.BUTT, StrokeLineCap.ROUND, and StrokeLineCap.SQUARE.

Defines the decoration applied where path segments meet.

Defines the decoration applied where path segments meet.

def miterLimit: Double

Defines the limit for the StrokeLineJoin.MITER line join style.

Defines the limit for the StrokeLineJoin.MITER line join style.

Defines the direction (inside, outside, or both) that the strokeWidth is applied to the boundary of the shape.

Defines the direction (inside, outside, or both) that the strokeWidth is applied to the boundary of the shape.

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 Params
ref

Object to be compared.

Returns

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

Definition Classes
Inherited from
SFXDelegate
override def hashCode: Int
Returns

The delegate hashcode

Definition Classes
Inherited from
SFXDelegate
override def toString: String
Returns

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

Definition Classes
Inherited from
SFXDelegate

Concrete fields

override val delegate: BorderStrokeStyle