Package | Description |
---|---|
com.sun.javafx.sg.prism | |
com.sun.javafx.tk.quantum | |
com.sun.javafx.webkit.prism | |
com.sun.prism | |
com.sun.prism.impl | |
com.sun.prism.impl.ps | |
com.sun.prism.j2d | |
com.sun.prism.paint | |
com.sun.prism.sw |
Modifier and Type | Field and Description |
---|---|
protected Paint |
NGShape.drawPaint |
private Paint |
NGCanvas.fillPaint |
protected Paint |
NGShape.fillPaint |
private Paint |
NGSubScene.fillPaint |
private Paint |
NGCanvas.strokePaint |
Modifier and Type | Method and Description |
---|---|
Paint |
NGShape.getFillPaint() |
(package private) static Paint |
NGRegion.getPlatformPaint(Paint paint)
Simple Helper Function for cleanup.
|
Modifier and Type | Field and Description |
---|---|
private Paint |
SceneState.currentPaint |
protected Paint |
GlassScene.fillPaint |
Modifier and Type | Method and Description |
---|---|
(package private) Paint |
SceneState.getCurrentPaint() |
(package private) Paint |
GlassScene.getCurrentPaint() |
Modifier and Type | Field and Description |
---|---|
private Paint |
WCGraphicsPrismContext.ContextState.paint |
Modifier and Type | Method and Description |
---|---|
private Paint |
WCGraphicsPrismContext.ContextState.getPaintNoClone() |
Modifier and Type | Method and Description |
---|---|
private void |
WCGraphicsPrismContext.render(Graphics g,
Effect effect,
Paint paint,
BasicStroke stroke,
NGNode node) |
private void |
WCGraphicsPrismContext.ContextState.setPaint(Paint paint) |
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 |
---|---|
private static Paint |
BaseGraphics.DEFAULT_PAINT |
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 |
---|---|
private Shader |
BaseShaderContext.getPaintShader(boolean alphaTest,
BaseShaderContext.MaskType maskType,
Paint paint) |
private static int |
BaseShaderContext.getStockShaderIndex(BaseShaderContext.MaskType maskType,
Paint paint) |
void |
BaseShaderGraphics.setPaint(Paint paint) |
private void |
BaseShaderContext.updatePaintShader(BaseShaderGraphics g,
Shader shader,
BaseShaderContext.MaskType maskType,
Paint paint,
float bx,
float by,
float bw,
float bh) |
private void |
BaseShaderContext.updatePerVertexColor(Paint paint,
float extraAlpha) |
Shader |
BaseShaderContext.validateLCDOp(BaseShaderGraphics g,
BaseTransform xform,
Texture tex0,
Texture tex1,
boolean firstPass,
Paint fillColor) |
Modifier and Type | Field and Description |
---|---|
private static Paint |
J2DPrismGraphics.DEFAULT_PAINT |
(package private) Paint |
J2DPrismGraphics.paint |
Modifier and Type | Method and Description |
---|---|
Paint |
J2DPrismGraphics.getPaint() |
Modifier and Type | Method and Description |
---|---|
void |
J2DPrismGraphics.setPaint(Paint paint) |
(package private) java.awt.Paint |
J2DPrismGraphics.toJ2DPaint(Paint p,
java.awt.geom.Rectangle2D b) |
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 |
Modifier and Type | Field and Description |
---|---|
private static Paint |
SWGraphics.DEFAULT_PAINT |
private Paint |
SWGraphics.paint |
Modifier and Type | Method and Description |
---|---|
Paint |
SWGraphics.getPaint() |
Modifier and Type | Method and Description |
---|---|
private void |
SWPaint.computePaintBounds(Paint p,
Shape shape,
RectBounds nodeBounds,
float localX,
float localY,
float localWidth,
float localHeight) |
(package private) Transform6 |
SWPaint.computeSetTexturePaintTransform(Paint p,
BaseTransform tx,
RectBounds nodeBounds,
float localX,
float localY,
float localWidth,
float localHeight) |
void |
SWGraphics.setPaint(Paint paint) |
(package private) void |
SWPaint.setPaintBeforeDraw(Paint p,
BaseTransform tx,
float x,
float y,
float width,
float height) |
(package private) void |
SWPaint.setPaintFromShape(Paint p,
BaseTransform tx,
Shape shape,
RectBounds nodeBounds,
float localX,
float localY,
float localWidth,
float localHeight) |