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