BackgroundSize

scalafx.scene.layout.BackgroundSize
See theBackgroundSize companion class

Attributes

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

Members list

Value members

Concrete fields

val Auto: Double

From the CSS Specification: An "auto" value for one dimension is resolved by using the image's intrinsic ratio and the size of the other dimension, or failing that, using the image's intrinsic size, or failing that, treating it as 100%.

From the CSS Specification: An "auto" value for one dimension is resolved by using the image's intrinsic ratio and the size of the other dimension, or failing that, using the image's intrinsic size, or failing that, treating it as 100%.

Attributes

The default BackgroundSize used by BackgroundImages when an explicit size is not defined.

The default BackgroundSize used by BackgroundImages when an explicit size is not defined.

Attributes

Implicits

Implicits

implicit def sfxBackgroundSize2jfx(v: BackgroundSize): BackgroundSize