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)
-
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>
-