Package net.sourceforge.plantuml.braille
Class DriverPolygonBraille
- java.lang.Object
-
- net.sourceforge.plantuml.braille.DriverPolygonBraille
-
- All Implemented Interfaces:
UDriver<BrailleGrid>
public class DriverPolygonBraille extends java.lang.Object implements UDriver<BrailleGrid>
-
-
Constructor Summary
Constructors Constructor Description DriverPolygonBraille(ClipContainer clipContainer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
draw(UShape ushape, double x, double y, ColorMapper mapper, UParam param, BrailleGrid grid)
-
-
-
Constructor Detail
-
DriverPolygonBraille
public DriverPolygonBraille(ClipContainer clipContainer)
-
-
Method Detail
-
draw
public void draw(UShape ushape, double x, double y, ColorMapper mapper, UParam param, BrailleGrid grid)
- Specified by:
draw
in interfaceUDriver<BrailleGrid>
-
-