StyleOrigin

scalafx.css.StyleOrigin
See theStyleOrigin companion class
object StyleOrigin extends SFXEnumDelegateCompanion[StyleOrigin, StyleOrigin]

Companion object for scalafx.css.StyleOrigin.

Attributes

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

Members list

Value members

Inherited methods

def apply(e: StyleOrigin): S

Converts a JavaFX enum to its respective SFXEnumDelegate.

Converts a JavaFX enum to its respective SFXEnumDelegate.

Value parameters

e

JavaFX enum

Attributes

Returns

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

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

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

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

Value parameters

name

the name of the constant to return

Attributes

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): S

Converts a JavaFX enum to its respective SFXEnumDelegate.

Converts a JavaFX enum to its respective SFXEnumDelegate.

Value parameters

e

JavaFX enum

Attributes

Returns

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

Inherited from:
SFXEnumDelegateCompanion

Concrete fields

The stylesheet is an external file

The stylesheet is an external file

Attributes

The style is from the Node via setStyle

The style is from the Node via setStyle

Attributes

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

Attributes

The stylesheet is a user-agent stylesheet

The stylesheet is a user-agent stylesheet

Attributes

Contain constants which will be source for values List

Contain constants which will be source for values List

Attributes

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.

Attributes

Inherited from:
SFXEnumDelegateCompanion

Implicits

Inherited implicits

implicit def sfxEnum2jfx(s: StyleOrigin): E

Converts a SFXEnumDelegate to its respective JavaFX Enum.

Converts a SFXEnumDelegate to its respective JavaFX Enum.

Value parameters

s

SFXEnumDelegate instance

Attributes

Returns

Delegated enum

Inherited from:
SFXEnumDelegateCompanion