Package net.sourceforge.plantuml.braille
Class DriverTextBraille
java.lang.Object
net.sourceforge.plantuml.braille.DriverTextBraille
- All Implemented Interfaces:
UDriver<UText,
BrailleGrid>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
draw
(UText text, 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
-
DriverTextBraille
public DriverTextBraille()
-
-
Method Details
-
draw
public void draw(UText text, double x, double y, ColorMapper mapper, UParam param, BrailleGrid grid) - Specified by:
draw
in interfaceUDriver<UText,
BrailleGrid>
-