Paint

scalafx.scene.paint.Paint
See thePaint companion class
object Paint

Attributes

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

Members list

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.

Attributes

Implicits

Implicits

implicit def sfxPaint2jfx(p: Paint): Paint