BorderStrokeStyle

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

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

Wrapper for javafx.scene.layout.BorderStrokeStyle.

Attributes

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

Members list

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.

Attributes

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.

Attributes

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.

Attributes

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.

Attributes

Defines the decoration applied where path segments meet.

Defines the decoration applied where path segments meet.

Attributes

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

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

Attributes

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.

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: BorderStrokeStyle

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes