scalafx.scene.transform

Affine

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

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

Source
Affine.scala
Linear Supertypes
Transform, SFXDelegate[javafx.scene.transform.Affine], AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Affine
  2. Transform
  3. SFXDelegate
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

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

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

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

    JavaFX object to be wrapped.

    JavaFX object to be wrapped.

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

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

    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
  11. def finalize(): Unit

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

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

    returns

    The delegate hashcode

    Definition Classes
    SFXDelegate → AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  15. def mxx: DoubleProperty

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

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

  17. def mxy: DoubleProperty

    Defines the XY coordinate element of the 3x4 matrix.

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

  19. def mxz: DoubleProperty

    Defines the XZ coordinate element of the 3x4 matrix.

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

  21. def myx: DoubleProperty

    Defines the YX coordinate element of the 3x4 matrix.

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

  23. def myy: DoubleProperty

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

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

  25. def myz: DoubleProperty

    Defines the YZ coordinate element of the 3x4 matrix.

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

  27. def mzx: DoubleProperty

    Defines the ZX coordinate element of the 3x4 matrix.

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

  29. def mzy: DoubleProperty

    Defines the ZY coordinate element of the 3x4 matrix.

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

  31. def mzz: DoubleProperty

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

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

  33. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  34. final def notify(): Unit

    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  37. def toString(): String

    returns

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

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

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

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

  40. def ty: DoubleProperty

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

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

  42. def tz: DoubleProperty

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

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

  44. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Transform

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

Inherited from AnyRef

Inherited from Any

Ungrouped