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