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

Linear Supertypes
Transform, SFXDelegate[javafx.scene.transform.Affine], AnyRef, Any
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 jfxst.Affine)

Value Members

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

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

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

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

    Definition Classes
    Any
  5. def clone(): AnyRef

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

    JavaFX object to be wrapped.

    JavaFX object to be wrapped.

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

    Definition Classes
    AnyRef
  8. 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
  9. def finalize(): Unit

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

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

    returns

    The delegate hashcode

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

    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

    Definition Classes
    Any
  14. def mxx: DoubleProperty

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

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

  16. def mxy: DoubleProperty

    Defines the XY coordinate element of the 3x4 matrix.

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

  18. def mxz: DoubleProperty

    Defines the XZ coordinate element of the 3x4 matrix.

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

  20. def myx: DoubleProperty

    Defines the YX coordinate element of the 3x4 matrix.

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

  22. def myy: DoubleProperty

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

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

  24. def myz: DoubleProperty

    Defines the YZ coordinate element of the 3x4 matrix.

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

  26. def mzx: DoubleProperty

    Defines the ZX coordinate element of the 3x4 matrix.

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

  28. def mzy: DoubleProperty

    Defines the ZY coordinate element of the 3x4 matrix.

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

  30. def mzz: DoubleProperty

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

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

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

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

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

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

    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

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

    Definition Classes
    AnyRef
  38. def toString(): String

    returns

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

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

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

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

  41. def ty: DoubleProperty

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

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

  43. def type2D: ReadOnlyBooleanProperty

    Determines if this is currently a 2D transform.

    Determines if this is currently a 2D transform.

    Definition Classes
    Transform
  44. def tz: DoubleProperty

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

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

  46. final def wait(): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. 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