StyleConverter

class StyleConverter[F, T](val delegate: StyleConverter[F, T]) extends SFXDelegate[StyleConverter[F, T]]
Value Params
delegate

JavaFX StyleConverter.

Constructor

Creates a new ScalaFX StyleConverter from a JavaFX StyleConverter. Its default value is a new JavaFX StyleConverter.

Since

8.0

Companion
object
trait SFXDelegate[StyleConverter[F, T]]
class Object
trait Matchable
class Any

Value members

Concrete methods

def convert(value: ParsedValue[F, T], font: Font): T

Convert from the parsed CSS value to the target property type.

Convert from the parsed CSS value to the target property type.

Value Params
font

The Font to use when converting a relative value

value

The ParsedValue to convert

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: StyleConverter[F, T]