javafx.ui

RadialGradient

Extends: Gradient

Attributes

public cx: Number?
public cy: Number?
public focusX: Number?
public focusY: Number?
public radius: Number

Attributes Inherited from javafx.ui.Gradient

gradientUnits, holders, spreadMethod, stopCount, stops

Attributes Inherited from javafx.ui.canvas.Transformable

affineTransform, transform

Operations/Functions

protected createColor(stopCount: Number, t: java.awt.geom.AffineTransform, cx: Number, cy: Number, radius: Number, focusX: Number, focusY: Number, holders: javafx.ui.StopHolder*, spreadMethod: SpreadMethod, gradientUnits: GradientUnits): java.awt.Color
protected createPaint(stopCount: Number, t: java.awt.geom.AffineTransform, cx: Number, cy: Number, radius: Number, focusX: Number, focusY: Number, holders: javafx.ui.StopHolder*, spreadMethod: SpreadMethod, gradientUnits: GradientUnits): java.awt.Paint

Operations/Functions Inherited from javafx.ui.AbstractColor

getColor

Operations/Functions Inherited from javafx.ui.Paint

getPaint

Operations/Functions Inherited from javafx.ui.canvas.Transformable

onTransformChanged, updateTransform