Package | Description |
---|---|
com.sun.javafx.webkit.prism | |
com.sun.prism.impl.paint | |
com.sun.prism.impl.ps |
Modifier and Type | Method and Description |
---|---|
LinearGradient |
WCLinearGradient.getPlatformGradient() |
Constructor and Description |
---|
LinearGradientContext(LinearGradient paint,
BaseTransform t,
float startx,
float starty,
float endx,
float endy,
float[] fractions,
Color[] colors,
int cycleMethod)
Constructor for LinearGradientContext.
|
Modifier and Type | Method and Description |
---|---|
(package private) static AffineBase |
PaintHelper.getLinearGradientTx(LinearGradient paint,
Shader shader,
BaseTransform renderTx,
float rx,
float ry,
float rw,
float rh) |
(package private) static void |
PaintHelper.setLinearGradient(ShaderGraphics g,
Shader shader,
LinearGradient paint,
float rx,
float ry,
float rw,
float rh)
This method uses techniques that are nearly identical to those
employed in setGradientPaint() above.
|