Package | Description |
---|---|
com.sun.javafx.sg.prism | |
com.sun.prism | |
com.sun.prism.es2 | |
com.sun.prism.impl | |
com.sun.prism.impl.ps | |
com.sun.prism.j2d | |
com.sun.prism.paint |
Modifier and Type | Method and Description |
---|---|
Color |
NGLightBase.getColor() |
Modifier and Type | Method and Description |
---|---|
void |
Graphics.clear(Color color)
Clears the current
RenderTarget with the given Color . |
void |
Graphics.drawString(GlyphList gl,
FontStrike strike,
float x,
float y,
Color selectColor,
int selectStart,
int selectEnd) |
Modifier and Type | Method and Description |
---|---|
void |
ES2Graphics.clear(Color color) |
Modifier and Type | Method and Description |
---|---|
void |
GlyphCache.render(BaseContext ctx,
GlyphList gl,
float x,
float y,
int start,
int end,
Color rangeColor,
Color textColor,
BaseTransform xform,
BaseBounds clip) |
void |
VertexBuffer.setPerVertexColor(Color c,
float extraAlpha) |
Modifier and Type | Method and Description |
---|---|
void |
BaseShaderGraphics.drawString(GlyphList gl,
FontStrike strike,
float x,
float y,
Color selectColor,
int selectStart,
int selectEnd) |
Modifier and Type | Method and Description |
---|---|
void |
J2DPrismGraphics.clear(Color color) |
void |
J2DPrismGraphics.drawString(GlyphList gl,
FontStrike strike,
float x,
float y,
Color selectColor,
int start,
int end) |
Modifier and Type | Field and Description |
---|---|
static Color |
Color.BLACK |
static Color |
Color.BLUE |
static Color |
Color.GREEN |
static Color |
Color.RED |
static Color |
Color.TRANSPARENT |
static Color |
Color.WHITE |
Modifier and Type | Method and Description |
---|---|
Color |
Stop.getColor() |
Constructor and Description |
---|
Stop(Color color,
float offset) |
Copyright © 2020. All rights reserved.