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