scalafx.scene.transform

Scale

class Scale extends Transform with PositionDelegate[javafx.scene.transform.Scale] with SFXDelegate[javafx.scene.transform.Scale]

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

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

Instance Constructors

  1. new Scale(x: Double, y: Double, z: Double, pivotX: Double, pivotY: Double, pivotZ: Double)

    Creates a three-dimensional Scale with pivot.

  2. new Scale(x: Double, y: Double, pivotX: Double, pivotY: Double)

    Creates a two-dimensional Scale with pivot.

  3. new Scale(x: Double, y: Double, z: Double)

    Creates a three-dimensional Scale.

  4. new Scale(x: Double, y: Double)

    Creates a two-dimensional Scale.

  5. new Scale(delegate: javafx.scene.transform.Scale = new javafx.scene.transform.Scale())

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
    @HotSpotIntrinsicCandidate() @throws( ... )
  8. val delegate: javafx.scene.transform.Scale

    JavaFX object to be wrapped.

    JavaFX object to be wrapped.

    Definition Classes
    ScaleTransformSFXDelegate
  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. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  12. def hashCode(): Int

    returns

    The delegate hashcode

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

    Determines if this is currently an identity transform.

    Determines if this is currently an identity transform.

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

    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  17. final def notifyAll(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  18. 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
  19. def onTransformChanged_=(v: EventHandler[_ >: javafx.scene.transform.TransformChangedEvent]): Unit

    Definition Classes
    Transform
  20. def pivotX: DoubleProperty

    Defines the X coordinate about which point the scale occurs.

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

  22. def pivotY: DoubleProperty

    Defines the Y coordinate about which point the scale occurs.

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

  24. def pivotZ: DoubleProperty

    Defines the Z coordinate about which point the scale occurs.

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

  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  27. def toString(): String

    returns

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

    Definition Classes
    SFXDelegate → AnyRef → Any
  28. def type2D: ReadOnlyBooleanProperty

    Determines if this is currently a 2D transform.

    Determines if this is currently a 2D transform.

    Definition Classes
    Transform
  29. final def wait(arg0: Long, arg1: Int): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. def x: DoubleProperty

    X Position

    X Position

    Definition Classes
    PositionDelegate
  33. def x_=(v: Double): Unit

    Definition Classes
    PositionDelegate
  34. def y: DoubleProperty

    Y Position

    Y Position

    Definition Classes
    PositionDelegate
  35. def y_=(v: Double): Unit

    Definition Classes
    PositionDelegate
  36. def z: DoubleProperty

    Defines the factor by which coordinates are scaled along the Z axis direction.

  37. def z_=(v: Double): Unit

Deprecated Value Members

  1. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from PositionDelegate[javafx.scene.transform.Scale]

Inherited from Transform

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

Inherited from AnyRef

Inherited from Any

Ungrouped