SceneAntialiasing

scalafx.scene.SceneAntialiasing
See theSceneAntialiasing companion class

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

Attributes

Note

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

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

Members list

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.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXDelegate[SceneAntialiasing]
class Object
trait Matchable
class Any
Show all
Self type
Balanced.type
case object Disabled extends SceneAntialiasing

Disables antialiasing.

Disables antialiasing.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXDelegate[SceneAntialiasing]
class Object
trait Matchable
class Any
Show all
Self type
Disabled.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

Concrete methods

def apply(e: SceneAntialiasing): SceneAntialiasing

Converts a JavaFX SceneAntialiasing to its respective SceneAntialiasing.

Converts a JavaFX SceneAntialiasing to its respective SceneAntialiasing.

Value parameters

e

JavaFX SceneAntialiasing

Attributes

Returns

ScalaFX equivalent to argument.

Concrete fields

Defined SceneAntialiasing values

Defined SceneAntialiasing values

Attributes

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.

Attributes