All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
static Color |
applyColorTransform(ColorStyle color)
|
protected Paint |
createLinearGradientPaint(PaintStyle.GradientPaint fill,
Graphics2D graphics) |
protected Paint |
createPathGradientPaint(PaintStyle.GradientPaint fill,
Graphics2D graphics) |
protected Paint |
createRadialGradientPaint(PaintStyle.GradientPaint fill,
Graphics2D graphics) |
static PaintStyle.SolidPaint |
createSolidPaint(Color color) |
static PaintStyle.SolidPaint |
createSolidPaint(ColorStyle color) |
protected Paint |
getGradientPaint(PaintStyle.GradientPaint fill,
Graphics2D graphics) |
Paint |
getPaint(Graphics2D graphics,
PaintStyle paint) |
Paint |
getPaint(Graphics2D graphics,
PaintStyle paint,
PaintStyle.PaintModifier modifier) |
protected Paint |
getSolidPaint(PaintStyle.SolidPaint fill,
Graphics2D graphics,
PaintStyle.PaintModifier modifier) |
protected Paint |
getTexturePaint(PaintStyle.TexturePaint fill,
Graphics2D graphics) |
static Color |
HSL2RGB(double h,
double s,
double l,
double alpha)
Convert HSL values to a RGB Color.
|
static float |
lin2srgb(int linRGB)
Convert linear RGB [0..100000] to sRGB float component [0..1]
|
protected void |
snapToAnchor(Point2D p,
Rectangle2D anchor) |
static int |
srgb2lin(float sRGB)
Convert sRGB float component [0..1] from sRGB to linear RGB [0..100000]
|