MatrixType

object MatrixType extends SFXEnumDelegateCompanion[MatrixType, MatrixType]
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case object MT_2D_2x3 extends MatrixType

A 2D affine transformation matrix of 2 rows and 3 columns.

A 2D affine transformation matrix of 2 rows and 3 columns.

case object MT_2D_3x3 extends MatrixType

A 2D transformation matrix of 3 rows and 3 columns.

A 2D transformation matrix of 3 rows and 3 columns.

case object MT_3D_3x4 extends MatrixType

A 3D affine transformation matrix of 3 rows and 4 columns

A 3D affine transformation matrix of 3 rows and 4 columns

case object MT_3D_4x4 extends MatrixType

A 3D transformation matrix of 4 rows and 4 columns

A 3D transformation matrix of 4 rows and 4 columns

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

Inherited methods

def apply(e: MatrixType): MatrixType

Converts a JavaFX enum to its respective SFXEnumDelegate.

Converts a JavaFX enum to its respective SFXEnumDelegate.

Value Params
e

JavaFX enum

Returns

[[scalafx.delegate.SFXEnumDelegate]] equivalent to argument.

Inherited from
SFXEnumDelegateCompanion
def apply(name: String): MatrixType

Returns the enum constant of this type with the specified name.

Returns the enum constant of this type with the specified name.

Value Params
name

the name of the constant to return

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

Converts a JavaFX enum to its respective SFXEnumDelegate.

Converts a JavaFX enum to its respective SFXEnumDelegate.

Value Params
e

JavaFX enum

Returns

[[scalafx.delegate.SFXEnumDelegate]] equivalent to argument.

Inherited from
SFXEnumDelegateCompanion

Inherited fields

lazy val values: List[MatrixType]

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.

Inherited from
SFXEnumDelegateCompanion

Implicits

Inherited implicits

implicit def sfxEnum2jfx(s: MatrixType): MatrixType

Converts a SFXEnumDelegate to its respective JavaFX Enum.

Converts a SFXEnumDelegate to its respective JavaFX Enum.

Value Params
s

SFXEnumDelegate instance

Returns

Delegated enum

Inherited from
SFXEnumDelegateCompanion