Class/Object

scalafx.scene.transform

Affine

Related Docs: object Affine | package transform

Permalink

class Affine extends Transform with SFXDelegate[javafx.scene.transform.Affine]

Wraps http://docs.oracle.com/javase/8/javafx/api/javafx/scene/scene/transform/Affine.html

Source
Affine.scala
Linear Supertypes
Transform, SFXDelegate[javafx.scene.transform.Affine], AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Affine
  2. Transform
  3. SFXDelegate
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Affine(delegate: javafx.scene.transform.Affine = new jfxst.Affine)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. val delegate: javafx.scene.transform.Affine

    Permalink

    JavaFX object to be wrapped.

    JavaFX object to be wrapped.

    Definition Classes
    AffineTransformSFXDelegate
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(ref: Any): Boolean

    Permalink

    Verifies if a object is equals to this delegate.

    Verifies if a object is equals to this delegate.

    ref

    Object to be compared.

    returns

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

    Definition Classes
    SFXDelegate → AnyRef → Any
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. def hashCode(): Int

    Permalink

    returns

    The delegate hashcode

    Definition Classes
    SFXDelegate → AnyRef → Any
  12. def identity: ReadOnlyBooleanProperty

    Permalink

    Determines if this is currently an identity transform.

    Determines if this is currently an identity transform.

    Definition Classes
    Transform
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. def mxx: DoubleProperty

    Permalink

    Defines the X coordinate scaling element of the 3x4 matrix.

  15. def mxx_=(v: Double): Unit

    Permalink
  16. def mxy: DoubleProperty

    Permalink

    Defines the XY coordinate element of the 3x4 matrix.

  17. def mxy_=(v: Double): Unit

    Permalink
  18. def mxz: DoubleProperty

    Permalink

    Defines the XZ coordinate element of the 3x4 matrix.

  19. def mxz_=(v: Double): Unit

    Permalink
  20. def myx: DoubleProperty

    Permalink

    Defines the YX coordinate element of the 3x4 matrix.

  21. def myx_=(v: Double): Unit

    Permalink
  22. def myy: DoubleProperty

    Permalink

    Defines the Y coordinate scaling element of the 3x4 matrix.

  23. def myy_=(v: Double): Unit

    Permalink
  24. def myz: DoubleProperty

    Permalink

    Defines the YZ coordinate element of the 3x4 matrix.

  25. def myz_=(v: Double): Unit

    Permalink
  26. def mzx: DoubleProperty

    Permalink

    Defines the ZX coordinate element of the 3x4 matrix.

  27. def mzx_=(v: Double): Unit

    Permalink
  28. def mzy: DoubleProperty

    Permalink

    Defines the ZY coordinate element of the 3x4 matrix.

  29. def mzy_=(v: Double): Unit

    Permalink
  30. def mzz: DoubleProperty

    Permalink

    Defines the Z coordinate scaling element of the 3x4 matrix.

  31. def mzz_=(v: Double): Unit

    Permalink
  32. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  33. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. def onTransformChanged: ObjectProperty[EventHandler[_ >: javafx.scene.transform.TransformChangedEvent]]

    Permalink

    The onTransformChanged event handler is called whenever the transform changes any of its parameters.

    The onTransformChanged event handler is called whenever the transform changes any of its parameters.

    Definition Classes
    Transform
  36. def onTransformChanged_=(v: EventHandler[_ >: javafx.scene.transform.TransformChangedEvent]): Unit

    Permalink
    Definition Classes
    Transform
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  38. def toString(): String

    Permalink

    returns

    Returns the original delegate's toString() adding a [SFX] prefix.

    Definition Classes
    SFXDelegate → AnyRef → Any
  39. def tx: DoubleProperty

    Permalink

    Defines the X coordinate translation element of the 3x4 matrix.

  40. def tx_=(v: Double): Unit

    Permalink
  41. def ty: DoubleProperty

    Permalink

    Defines the Y coordinate translation element of the 3x4 matrix.

  42. def ty_=(v: Double): Unit

    Permalink
  43. def type2D: ReadOnlyBooleanProperty

    Permalink

    Determines if this is currently a 2D transform.

    Determines if this is currently a 2D transform.

    Definition Classes
    Transform
  44. def tz: DoubleProperty

    Permalink

    Defines the Z coordinate translation element of the 3x4 matrix.

  45. def tz_=(v: Double): Unit

    Permalink
  46. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Transform

Inherited from SFXDelegate[javafx.scene.transform.Affine]

Inherited from AnyRef

Inherited from Any

Ungrouped