BackgroundRepeat

scalafx.scene.layout.BackgroundRepeat
See theBackgroundRepeat companion class
object BackgroundRepeat extends SFXEnumDelegateCompanion[BackgroundRepeat, BackgroundRepeat]

Attributes

Companion
class
Graph
Supertypes
trait Sum
trait Mirror
trait SFXEnumDelegateCompanion[BackgroundRepeat, BackgroundRepeat]
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Classlikes

case object NoRepeat extends BackgroundRepeat

The image is placed once and not repeated.

The image is placed once and not repeated.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[BackgroundRepeat]
trait SFXDelegate[BackgroundRepeat]
class Object
trait Matchable
class Any
Show all
Self type
NoRepeat.type
case object Repeat extends BackgroundRepeat

The image is repeated as often as needed to cover the area.

The image is repeated as often as needed to cover the area.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[BackgroundRepeat]
trait SFXDelegate[BackgroundRepeat]
class Object
trait Matchable
class Any
Show all
Self type
Repeat.type
case object Round extends BackgroundRepeat

The image is repeated as often as will fit within the area.

The image is repeated as often as will fit within the area.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[BackgroundRepeat]
trait SFXDelegate[BackgroundRepeat]
class Object
trait Matchable
class Any
Show all
Self type
Round.type
case object Space extends BackgroundRepeat

The image is repeated as often as will fit within the area without being clipped and then the images are spaced out to fill the area.

The image is repeated as often as will fit within the area without being clipped and then the images are spaced out to fill the area.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[BackgroundRepeat]
trait SFXDelegate[BackgroundRepeat]
class Object
trait Matchable
class Any
Show all
Self type
Space.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Inherited methods

def apply(e: BackgroundRepeat): 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: BackgroundRepeat): 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

Inherited fields

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