LineTo

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

Attributes

Companion
object
Graph
Supertypes
trait PositionDelegate[LineTo]
class PathElement
trait SFXDelegate[LineTo]
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: LineTo

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes