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