CubicCurveTo

scalafx.scene.shape.CubicCurveTo
See theCubicCurveTo companion object
class CubicCurveTo(val delegate: CubicCurveTo) extends PathElement, PositionDelegate[CubicCurveTo], SFXDelegate[CubicCurveTo]

Attributes

Companion
object
Graph
Supertypes
trait PositionDelegate[CubicCurveTo]
class PathElement
trait SFXDelegate[CubicCurveTo]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
PathElement

Attributes

Inherited from:
PathElement
override def equals(ref: Any): Boolean

Verifies if a object is equals to this delegate.

Verifies if a object is equals to this delegate.

Value parameters

ref

Object to be compared.

Attributes

Returns

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

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate
override def hashCode: Int

Attributes

Returns

The delegate hashcode

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate
override def toString: String

Attributes

Returns

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

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate

X Position

X Position

Attributes

Inherited from:
PositionDelegate
def x_=(v: Double): Unit

Attributes

Inherited from:
PositionDelegate

Y Position

Y Position

Attributes

Inherited from:
PositionDelegate
def y_=(v: Double): Unit

Attributes

Inherited from:
PositionDelegate

Concrete fields

override val delegate: CubicCurveTo

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes