Package net.sourceforge.plantuml.braille
Class DriverRectangleBraille
java.lang.Object
net.sourceforge.plantuml.braille.DriverRectangleBraille
- All Implemented Interfaces:
UDriver<URectangle,
BrailleGrid>
public class DriverRectangleBraille
extends java.lang.Object
implements UDriver<URectangle,BrailleGrid>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
draw
(URectangle rect, 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
-
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>
-