StyleOrigin

object StyleOrigin extends SFXEnumDelegateCompanion[StyleOrigin, StyleOrigin]

Companion object for scalafx.css.StyleOrigin.

Companion object for scalafx.css.StyleOrigin.

Companion
class
class Object
trait Matchable
class Any

Value members

Inherited methods

def apply(e: StyleOrigin): StyleOrigin

Converts a JavaFX enum to its respective SFXEnumDelegate.

Converts a JavaFX enum to its respective SFXEnumDelegate.

Value Params
e

JavaFX enum

Returns

[[scalafx.delegate.SFXEnumDelegate]] equivalent to argument.

Inherited from
SFXEnumDelegateCompanion
def apply(name: String): StyleOrigin

Returns the enum constant of this type with the specified name.

Returns the enum constant of this type with the specified name.

Value Params
name

the name of the constant to return

Throws
IllegalArgumentException

If the specified enum type has no constant with the specified name, or the specified class object does not represent an enum type.

Inherited from
SFXEnumDelegateCompanion
def jfxEnum2sfx(e: StyleOrigin): StyleOrigin

Converts a JavaFX enum to its respective SFXEnumDelegate.

Converts a JavaFX enum to its respective SFXEnumDelegate.

Value Params
e

JavaFX enum

Returns

[[scalafx.delegate.SFXEnumDelegate]] equivalent to argument.

Inherited from
SFXEnumDelegateCompanion

Concrete fields

The stylesheet is an external file

The stylesheet is an external file

The style is from the Node via setStyle

The style is from the Node via setStyle

The value of a property was set by the user through a call to a set method

The value of a property was set by the user through a call to a set method

The stylesheet is a user-agent stylesheet

The stylesheet is a user-agent stylesheet

override val unsortedValues: Array[StyleOrigin]

Inherited fields

lazy val values: List[StyleOrigin]

Returns a List containing the constants of this enum type, in the order they are declared.

Returns a List containing the constants of this enum type, in the order they are declared.

Inherited from
SFXEnumDelegateCompanion

Implicits

Inherited implicits

implicit def sfxEnum2jfx(s: StyleOrigin): StyleOrigin

Converts a SFXEnumDelegate to its respective JavaFX Enum.

Converts a SFXEnumDelegate to its respective JavaFX Enum.

Value Params
s

SFXEnumDelegate instance

Returns

Delegated enum

Inherited from
SFXEnumDelegateCompanion