Package | Description |
---|---|
com.sun.javafx.webkit.prism | |
com.sun.prism.impl.paint | |
com.sun.prism.impl.ps |
Modifier and Type | Method and Description |
---|---|
RadialGradient |
WCRadialGradient.getPlatformGradient() |
Constructor and Description |
---|
RadialGradientContext(RadialGradient paint,
BaseTransform t,
float cx,
float cy,
float r,
float fx,
float fy,
float[] fractions,
Color[] colors,
int cycleMethod)
Constructor for RadialGradientContext.
|
Modifier and Type | Method and Description |
---|---|
(package private) static AffineBase |
PaintHelper.getRadialGradientTx(RadialGradient paint,
Shader shader,
BaseTransform renderTx,
float rx,
float ry,
float rw,
float rh) |
(package private) static void |
PaintHelper.setRadialGradient(ShaderGraphics g,
Shader shader,
RadialGradient paint,
float rx,
float ry,
float rw,
float rh)
This method calculates six m** values and a focus adjustment value that
are used by the native fragment shader.
|