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