Class DriverRectangleSvg
java.lang.Object
net.sourceforge.plantuml.ugraphic.svg.DriverRectangleSvg
- All Implemented Interfaces:
UDriver<URectangle,
SvgGraphics>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
applyColor
(SvgGraphics svg, ColorMapper mapper, UParam param) void
draw
(URectangle rect, double x, double y, ColorMapper mapper, UParam param, SvgGraphics svg)
-
Constructor Details
-
DriverRectangleSvg
-
-
Method Details
-
draw
public void draw(URectangle rect, double x, double y, ColorMapper mapper, UParam param, SvgGraphics svg) - Specified by:
draw
in interfaceUDriver<URectangle,
SvgGraphics>
-
applyColor
-