DoubleProperty

scalafx.beans.property.DoubleProperty
See theDoubleProperty companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(value: Double): DoubleProperty

Creates a new DoubleProperty instance using the SimpleDoubleProperty as the target.

Creates a new DoubleProperty instance using the SimpleDoubleProperty as the target.

Value parameters

value

the initial value

Attributes

Returns

the observable instance

Implicits

Implicits

implicit def sfxDoubleProperty2jfx(dp: DoubleProperty): DoubleProperty