scalafx.css

StyleConverter

object StyleConverter

Companion object for scalafx.css.StyleConverter.

Source
StyleConverter.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. StyleConverter
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class StringStore extends SFXDelegate[javafx.css.StyleConverter.StringStore]

    The StringStore class

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def booleanConverter: StyleConverter[String, Boolean]

  8. def clearCache(): Unit

    Clear the cache.

    Clear the cache.

    Since

    9

  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  10. def colorConverter: StyleConverter[String, Color]

  11. def effectConverter: StyleConverter[Array[ParsedValue[_, _]], Effect]

  12. def enumConverter[E <: Enum[E]](enumClass: Class[E]): StyleConverter[String, _ <: Enum[_]]

  13. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  15. def fontConverter: StyleConverter[Array[ParsedValue[_, _]], Font]

  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  17. def hashCode(): Int

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  18. def insetsConverter: StyleConverter[Array[ParsedValue[_, _]], Insets]

  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  23. def paintConverter: StyleConverter[ParsedValue[_, Paint], Paint]

  24. def readBinary(is: DataInputStream, strings: Array[String]): StyleConverter[_, _]

    Read binary data stream.

    Read binary data stream.

    is

    the data input stream

    strings

    the strings

    returns

    the style converter

    Since

    9

    Exceptions thrown
    java.io.IOException

    the exception

  25. implicit def sfxStyleConverterProperty2jfx[F, T](s: StyleConverter[F, T]): javafx.css.StyleConverter[F, T]

    Converts a ScalaFX StyleConverter to its JavaFX counterpart.

    Converts a ScalaFX StyleConverter to its JavaFX counterpart.

    F
    T
    s

    ScalaFX StyleConverter

    returns

    JavaFX StyleConverter

  26. 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.

  27. def stringConverter: StyleConverter[String, String]

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

  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  29. def toString(): String

    Definition Classes
    AnyRef → Any
  30. def urlConverter: StyleConverter[Array[ParsedValue[_, _]], String]

    A converter for URL strings.

  31. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped