Interface Scene.Preferences

Enclosing class:
Scene

public static sealed interface Scene.Preferences
Contains scene preferences that can override platform preferences.

All preferences are null-coalesting properties: if set to null (using the setter method, WritableValue.setValue(Object), or with a binding), the property evalutes to the value of the corresponding platform-provided preference. Likewise, specifying a non-null value for any given property will override the platform-provided value.

Since:
25
See Also: