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