Package | Description |
---|---|
com.sun.javafx.sg.prism | |
com.sun.prism | |
com.sun.prism.impl | |
com.sun.prism.impl.ps | |
com.sun.prism.j2d | |
com.sun.prism.paint |
Modifier and Type | Field and Description |
---|---|
protected Paint |
NGShape.drawPaint |
protected Paint |
NGShape.fillPaint |
Modifier and Type | Method and Description |
---|---|
Paint |
NGShape.getFillPaint() |
Modifier and Type | Method and Description |
---|---|
Paint |
Graphics.getPaint() |
Modifier and Type | Method and Description |
---|---|
void |
Graphics.setPaint(Paint paint) |
Modifier and Type | Field and Description |
---|---|
protected Paint |
BaseGraphics.paint |
Modifier and Type | Method and Description |
---|---|
Paint |
BaseGraphics.getPaint() |
Modifier and Type | Method and Description |
---|---|
void |
BaseGraphics.setPaint(Paint paint) |
Modifier and Type | Method and Description |
---|---|
void |
BaseShaderGraphics.setPaint(Paint paint) |
Shader |
BaseShaderContext.validateLCDOp(BaseShaderGraphics g,
BaseTransform xform,
Texture tex0,
Texture tex1,
boolean firstPass,
Paint fillColor) |
Modifier and Type | Method and Description |
---|---|
Paint |
J2DPrismGraphics.getPaint() |
Modifier and Type | Method and Description |
---|---|
void |
J2DPrismGraphics.setPaint(Paint paint) |
Modifier and Type | Class and Description |
---|---|
class |
Color
An immutable color, represented by four floating point values.
|
class |
Gradient |
class |
ImagePattern |
class |
LinearGradient |
class |
RadialGradient |
Copyright © 2020. All rights reserved.