Returns the number of columns in the matrix of this type.
JavaFX object to be wrapped.
JavaFX object to be wrapped.
Returns the number of elements in the matrix of this type.
Verifies if a object is equals to this delegate.
Verifies if a object is equals to this delegate.
Object to be compared.
if the other object is equals to this delegate or not.
The delegate hashcode
Specifies if this is a 2D transformation matrix
Returns the number of rows in the matrix of this type.
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]"
Returns the original delegate's toString()
adding a [SFX]
prefix.