HLineTo

scalafx.scene.shape.HLineTo
See theHLineTo companion object
class HLineTo(val delegate: HLineTo) extends PathElement, SFXDelegate[HLineTo]

Attributes

Companion
object
Graph
Supertypes
class PathElement
trait SFXDelegate[HLineTo]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

Defines the X coordinate.

Defines the X coordinate.

Attributes

def x_=(v: Double): Unit

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

Concrete fields

override val delegate: HLineTo

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes