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