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