Paint

object Paint
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def valueOf(value: String): Paint

Creates a paint value from a string representation. Recognizes strings representing Color, RadialGradient or LinearGradient. String specifying LinearGradient must begin with linear-gradient keyword and string specifying RadialGradient must begin with radial-gradient.

Creates a paint value from a string representation. Recognizes strings representing Color, RadialGradient or LinearGradient. String specifying LinearGradient must begin with linear-gradient keyword and string specifying RadialGradient must begin with radial-gradient.

Implicits

Implicits

implicit def sfxPaint2jfx(p: Paint): Paint