public class DriverRectangleSvg extends java.lang.Object implements UDriver<URectangle,SvgGraphics>
| Constructor and Description |
|---|
DriverRectangleSvg(ClipContainer clipContainer) |
| Modifier and Type | Method and Description |
|---|---|
static void |
applyFillColor(SvgGraphics svg,
ColorMapper mapper,
UParam param) |
static void |
applyStrokeColor(SvgGraphics svg,
ColorMapper mapper,
UParam param) |
void |
draw(URectangle rect,
double x,
double y,
ColorMapper mapper,
UParam param,
SvgGraphics svg) |
public DriverRectangleSvg(ClipContainer clipContainer)
public void draw(URectangle rect, double x, double y, ColorMapper mapper, UParam param, SvgGraphics svg)
draw in interface UDriver<URectangle,SvgGraphics>public static void applyFillColor(SvgGraphics svg, ColorMapper mapper, UParam param)
public static void applyStrokeColor(SvgGraphics svg, ColorMapper mapper, UParam param)