RadialGradient

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(focusAngle: Double, focusDistance: Double, centerX: Double, centerY: Double, radius: Double, proportional: Boolean, cycleMethod: CycleMethod, stops: List[Stop]): RadialGradient
def apply(focusAngle: Double, focusDistance: Double, centerX: Double, centerY: Double, radius: Double, proportional: Boolean, cycleMethod: CycleMethod, stops: Stop*): RadialGradient
def valueOf(value: String): RadialGradient

Creates a radial gradient value from a string representation.

Creates a radial gradient value from a string representation.

Implicits

Implicits

implicit def sfxRadialGradient2jfx(rg: RadialGradient): RadialGradient