Stop

scalafx.scene.paint.Stop
See theStop companion object
class Stop(val delegate: Stop) extends SFXDelegate[Stop]

Attributes

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

Members list

Value members

Concrete methods

def color: Color

Gets the color of the gradient at this offset.

Gets the color of the gradient at this offset.

Attributes

def offset: Double

Gets a number ranging from 0 to 1 that indicates where this gradient stop is placed.

Gets a number ranging from 0 to 1 that indicates where this gradient stop is placed.

Attributes

Inherited methods

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: Stop

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes