StyleConverter

Companion object for scalafx.css.StyleConverter.

Companion object for scalafx.css.StyleConverter.

Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

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

The StringStore class

The StringStore class

Since

9

Value members

Concrete methods

def booleanConverter: StyleConverter[String, Boolean]
def clearCache(): Unit

Clear the cache.

Clear the cache.

Since

9

def colorConverter: StyleConverter[String, Color]
def effectConverter: StyleConverter[Array[ParsedValue[_, _]], Effect]
def fontConverter: StyleConverter[Array[ParsedValue[_, _]], Font]
def insetsConverter: StyleConverter[Array[ParsedValue[_, _]], Insets]
def paintConverter: StyleConverter[ParsedValue[_, Paint], Paint]
def readBinary(is: DataInputStream, strings: Array[String]): StyleConverter[_, _]

Read binary data stream.

Read binary data stream.

Value Params
is

the data input stream

strings

the strings

Returns

the style converter

Throws
java.io.IOException

the exception

Since

9

def sizeConverter: StyleConverter[_, Number]

CSS length and number values are parsed into a Size object that is converted to a Number before the value is applied.

CSS length and number values are parsed into a Size object that is converted to a Number before the value is applied.

def stringConverter: StyleConverter[String, String]

A converter for quoted strings which may have embedded unicode characters.

A converter for quoted strings which may have embedded unicode characters.

def urlConverter: StyleConverter[Array[ParsedValue[_, _]], String]

A converter for URL strings.

A converter for URL strings.

Implicits

Implicits

implicit def sfxStyleConverterProperty2jfx[F, T](s: StyleConverter[F, T]): StyleConverter[F, T]

Converts a ScalaFX StyleConverter to its JavaFX counterpart.

Converts a ScalaFX StyleConverter to its JavaFX counterpart.

Value Params
s

ScalaFX StyleConverter

Returns

JavaFX StyleConverter