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