BorderStroke

class BorderStroke(val delegate: BorderStroke) extends SFXDelegate[BorderStroke]
trait SFXDelegate[BorderStroke]
class Object
trait Matchable
class Any

Value members

Constructors

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

Creates a new BorderStroke.

Creates a new BorderStroke.

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.

Concrete methods

Defines the fill of bottom side of this border.

Defines the fill of bottom side of this border.

Defines the style of bottom side of this border.

Defines the style of bottom side of this border.

Defines the insets of each side of the BorderStroke.

Defines the insets of each side of the BorderStroke.

Defines the fill of left side of this border.

Defines the fill of left side of this border.

Defines the style of left side of this border.

Defines the style of left side of this border.

Defines the radii for each corner of this BorderStroke.

Defines the radii for each corner of this BorderStroke.

Defines the fill of right side of this border.

Defines the fill of right side of this border.

Defines the style of right side of this border.

Defines the style of right side of this border.

Defines the fill of top side of this border.

Defines the fill of top side of this border.

Defines the style of top side of this border.

Defines the style of top side of this border.

Defines the thickness of each side of the BorderStroke.

Defines the thickness of each side of the BorderStroke.

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