scalafx.scene.transform

Wraps `javafx.scene.transform` package.

Attributes

Members list

Type members

Classlikes

object Affine

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Affine.type
class Affine(val delegate: Affine) extends Transform, SFXDelegate[Affine]
object MatrixType extends SFXEnumDelegateCompanion[MatrixType, MatrixType]

Attributes

Companion
class
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Show all
Self type
MatrixType.type
sealed abstract class MatrixType(val delegate: MatrixType) extends SFXEnumDelegate[MatrixType]

Attributes

Companion
object
Supertypes
trait SFXEnumDelegate[MatrixType]
trait SFXDelegate[MatrixType]
class Object
trait Matchable
class Any
Known subtypes
object MT_2D_2x3.type
object MT_2D_3x3.type
object MT_3D_3x4.type
object MT_3D_4x4.type

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
class NonInvertibleTransformException(val delegate: NonInvertibleTransformException) extends Exception, SFXDelegate[NonInvertibleTransformException]

Attributes

Companion
object
Supertypes
trait SFXDelegate[NonInvertibleTransformException]
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
object Rotate

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Rotate.type
class Rotate(val delegate: Rotate) extends Transform, SFXDelegate[Rotate]
object Scale

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Scale.type
class Scale(val delegate: Scale) extends Transform, PositionDelegate[Scale], SFXDelegate[Scale]
object Shear

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Shear.type
class Shear(val delegate: Shear) extends Transform, PositionDelegate[Shear], SFXDelegate[Shear]
object Transform

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Transform.type
abstract class Transform(val delegate: Transform) extends SFXDelegate[Transform]

Attributes

Companion
object
Supertypes
trait SFXDelegate[Transform]
class Object
trait Matchable
class Any
Known subtypes
class Affine
class Rotate
class Scale
class Shear
class Translate

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
class TransformChangedEvent(val delegate: TransformChangedEvent) extends Event, SFXDelegate[TransformChangedEvent]

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type

Contains implcit methods to convert from `javafx.scene.transform` Classes/Traits to their ScalaFX counterparts.

Contains implcit methods to convert from `javafx.scene.transform` Classes/Traits to their ScalaFX counterparts.

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object TransformIncludes.type
trait Includes
object Includes.type
object Translate

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Translate.type
class Translate(val delegate: Translate) extends Transform, PositionDelegate[Translate], SFXDelegate[Translate]

Attributes

Companion
object
Supertypes
trait PositionDelegate[Translate]
class Transform
trait SFXDelegate[Translate]
class Object
trait Matchable
class Any
Show all