Border

class Border(val delegate: Border) extends SFXDelegate[Border]
Companion
object
trait SFXDelegate[Border]
class Object
trait Matchable
class Any

Value members

Constructors

def this(images: BorderImage*)

Creates a new Border by supplying an array of BorderImages.

Creates a new Border by supplying an array of BorderImages.

def this(stroke: BorderStroke)

Creates a new Border by supplying an array of BorderStroke.

Creates a new Border by supplying an array of BorderStroke.

def this(stroke: BorderStroke, strokes: BorderStroke*)

Creates a new Border by supplying an array of BorderStrokes.

Creates a new Border by supplying an array of BorderStrokes.

def this(strokes: Array[BorderStroke], images: Array[BorderImage])

Creates a new Border by supplying an array of BorderStrokes and BorderImages.

Creates a new Border by supplying an array of BorderStrokes and BorderImages.

def this(strokes: Seq[BorderStroke], images: Seq[BorderImage])

Creates a new Border by supplying a List of BorderStrokes and BorderImages.

Creates a new Border by supplying a List of BorderStrokes and BorderImages.

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