SceneAntialiasing

Specifies the level of antialiasing desired when rendering 3D primitives.

Specifies the level of antialiasing desired when rendering 3D primitives.

Note

In order for scene antialiasing to have an affect, the underlying system must support: ConditionalFeature.SCENE3D and anti-aliasing.

Companion
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case object Balanced extends SceneAntialiasing

Enables antialising, optimized for a balance of quality and performance.

Enables antialising, optimized for a balance of quality and performance.

case object Disabled extends SceneAntialiasing

Disables antialiasing.

Disables antialiasing.

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def apply(e: SceneAntialiasing): SceneAntialiasing

Converts a JavaFX SceneAntialiasing to its respective SceneAntialiasing.

Converts a JavaFX SceneAntialiasing to its respective SceneAntialiasing.

Value Params
e

JavaFX SceneAntialiasing

Returns

ScalaFX equivalent to argument.

Concrete fields

Defined SceneAntialiasing values

Defined SceneAntialiasing values

Implicits

Implicits

implicit def sfxSceneAntialiasing2jfx(v: SceneAntialiasing): SceneAntialiasing

Convert a ScalaFX scene antialiasing value to a JavaFX scene-antialiasing value.

Convert a ScalaFX scene antialiasing value to a JavaFX scene-antialiasing value.