Class DriverCenteredCharacterSvg
java.lang.Object
net.sourceforge.plantuml.ugraphic.svg.DriverCenteredCharacterSvg
- All Implemented Interfaces:
UDriver<UCenteredCharacter,
SvgGraphics>
public class DriverCenteredCharacterSvg
extends java.lang.Object
implements UDriver<UCenteredCharacter,SvgGraphics>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
draw
(UCenteredCharacter characterCircled, double x, double y, ColorMapper mapper, UParam param, SvgGraphics svg) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DriverCenteredCharacterSvg
public DriverCenteredCharacterSvg()
-
-
Method Details
-
draw
public void draw(UCenteredCharacter characterCircled, double x, double y, ColorMapper mapper, UParam param, SvgGraphics svg) - Specified by:
draw
in interfaceUDriver<UCenteredCharacter,
SvgGraphics>
-