Overview
Attribute Summary
name | type | description |
---|---|---|
Public | ||
cx | Number | |
cy | Number | |
focusX | Number | |
focusY | Number | |
radius | Number | |
Protected |
Inherited Attributes
javafx.ui.Gradient
public | name | type |
---|---|---|
colorSpace | ColorSpaceType | |
gradient | Paint | |
spreadMethod | SpreadMethod | |
stops | Stop[] |
The ramp of colors to use on this gradient |
transparency | Integer |
javafx.ui.canvas.Transformable
public | name | type |
---|---|---|
affineTransform | AffineTransform | |
onTransformChanged | function(:AffineTransform):Void | |
transform | Transform[] |
A list of transformation functions that will be performed on this object. |
Function Summary
- public createGradient() : Void
Inherited Functions
javafx.ui.Gradient
- protected abstract createGradient() : Void
- public getGradient() : Paint
- public bound getPaint() : Paint
javafx.ui.canvas.Transformable
- protected updateTransform() : Void