MT_2D_3x3

scalafx.scene.transform.MatrixType.MT_2D_3x3
case object MT_2D_3x3 extends MatrixType

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

Attributes

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

Members list

Type members

Inherited types

type MirroredElemLabels = EmptyTuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Singleton
type MirroredElemTypes = EmptyTuple

Attributes

Inherited from:
Singleton

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
type MirroredMonoType = Singleton.this.type

The mirrored *-type

The mirrored *-type

Attributes

Inherited from:
Singleton
type MirroredType = Singleton.this.type

Attributes

Inherited from:
Singleton

Value members

Inherited methods

def columns: Int

Returns the number of columns in the matrix of this type.

Returns the number of columns in the matrix of this type.

Attributes

Inherited from:
MatrixType
def elements: Int

Returns the number of elements in the matrix of this type.

Returns the number of elements in the matrix of this type.

Attributes

Inherited from:
MatrixType
override def equals(ref: Any): Boolean

Verifies if a object is equals to this delegate.

Verifies if a object is equals to this delegate.

Value parameters

ref

Object to be compared.

Attributes

Returns

if the other object is equals to this delegate or not.

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate
def fromProduct(p: Product): MirroredMonoType

Create a new instance of type T with elements taken from product p.

Create a new instance of type T with elements taken from product p.

Attributes

Inherited from:
Singleton
override def hashCode: Int

Attributes

Returns

The delegate hashcode

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate
def is2D: Boolean

Specifies if this is a 2D transformation matrix

Specifies if this is a 2D transformation matrix

Attributes

Inherited from:
MatrixType

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def rows: Int

Returns the number of rows in the matrix of this type.

Returns the number of rows in the matrix of this type.

Attributes

Inherited from:
MatrixType
override def toString: String

Return the same string value as enum delegate.

Return the same string value as enum delegate.

This is important since we want to be able to look it up using enums valueOf method. Default toString provided by the SFXDelegate prepends "[SFX]"

Attributes

Definition Classes
Inherited from:
SFXEnumDelegate

Inherited fields

override val delegate: MatrixType

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes

Inherited from:
MatrixType