CullFace

scalafx.scene.shape.CullFace
See theCullFace companion class
object CullFace extends SFXEnumDelegateCompanion[CullFace, CullFace]

Attributes

Companion
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Show all
Self type
CullFace.type

Members list

Type members

Classlikes

case object Back extends CullFace

Perform back-face culling.

Perform back-face culling.

All back-faces, identified by clockwise vertex winding, will be culled.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class CullFace
trait SFXEnumDelegate[CullFace]
trait SFXDelegate[CullFace]
class Object
trait Matchable
class Any
Show all
Self type
Back.type
case object Front extends CullFace

Perform front-face culling.

Perform front-face culling.

All front-faces, identified by counterclockwise vertex winding, will be culled.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class CullFace
trait SFXEnumDelegate[CullFace]
trait SFXDelegate[CullFace]
class Object
trait Matchable
class Any
Show all
Self type
Front.type
case object None extends CullFace

Perform no face culling.

Perform no face culling.

Attributes

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

Inherited and Abstract 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: CullFace): CullFace

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

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

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

Deprecated fields

val BACK: CullFace

Perform back-face culling.

Perform back-face culling.

All back-faces, identified by clockwise vertex winding, will be culled.

Attributes

Deprecated
true

Perform front-face culling.

Perform front-face culling.

All front-faces, identified by counterclockwise vertex winding, will be culled.

Attributes

Deprecated
true
val NONE: CullFace

Perform no face culling.

Perform no face culling.

Attributes

Deprecated
true

Inherited fields

lazy val values: List[CullFace]

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

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