StyleConverter

scalafx.css.StyleConverter
See theStyleConverter companion class

Companion object for scalafx.css.StyleConverter.

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

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

The StringStore class

The StringStore class

Attributes

Since

9

Supertypes
trait SFXDelegate[StringStore]
class Object
trait Matchable
class Any

Value members

Concrete methods

def clearCache(): Unit

Clear the cache.

Clear the cache.

Attributes

Since

9

def effectConverter: StyleConverter[Array[ParsedValue[_, _]], Effect]
def enumConverter[E <: Enum[LazyRef(...)]](enumClass: Class[E]): StyleConverter[String, _ <: Enum[_]]
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 parameters

is

the data input stream

strings

the strings

Attributes

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.

Attributes

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

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

Attributes

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

A converter for URL strings.

A converter for URL strings.

Attributes

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 parameters

s

ScalaFX StyleConverter

Attributes

Returns

JavaFX StyleConverter