FloatProperty

scalafx.beans.property.FloatProperty
See theFloatProperty companion class
object FloatProperty

Attributes

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

Members list

Value members

Concrete methods

def apply(value: Float): FloatProperty

Creates a new FloatProperty instance using the SimpleFloatProperty as the target.

Creates a new FloatProperty instance using the SimpleFloatProperty as the target.

Value parameters

value

the initial value

Attributes

Returns

the observable instance

Implicits

Implicits

implicit def sfxFloatProperty2jfx(fp: FloatProperty): FloatProperty