RadialGradient

scalafx.scene.paint.RadialGradient
See theRadialGradient companion class

Attributes

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

Members list

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

Creates a radial gradient value from a string representation.

Creates a radial gradient value from a string representation.

Attributes

Implicits

Implicits

implicit def sfxRadialGradient2jfx(rg: RadialGradient): RadialGradient