Class DriverCenteredCharacterSvg
- java.lang.Object
-
- net.sourceforge.plantuml.klimt.drawing.svg.DriverCenteredCharacterSvg
-
- All Implemented Interfaces:
UDriver<UCenteredCharacter,SvgGraphics>
public class DriverCenteredCharacterSvg extends Object implements UDriver<UCenteredCharacter,SvgGraphics>
-
-
Constructor Summary
Constructors Constructor Description DriverCenteredCharacterSvg()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
draw(UCenteredCharacter characterCircled, double x, double y, ColorMapper mapper, UParam param, SvgGraphics svg)
-
-
-
Method Detail
-
draw
public void draw(UCenteredCharacter characterCircled, double x, double y, ColorMapper mapper, UParam param, SvgGraphics svg)
- Specified by:
draw
in interfaceUDriver<UCenteredCharacter,SvgGraphics>
-
-