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