Uses of Class
net.sourceforge.plantuml.braille.BrailleGrid
Packages that use BrailleGrid
-
Uses of BrailleGrid in net.sourceforge.plantuml.braille
Methods in net.sourceforge.plantuml.braille with parameters of type BrailleGridModifier and TypeMethodDescriptionvoid
BrailleChar.draw
(BrailleGrid grid, double xv, double yv) void
DriverCenteredCharacterBraille.draw
(UCenteredCharacter characterCircled, double x, double y, ColorMapper mapper, UParam param, BrailleGrid grid) void
DriverDotPathBraille.draw
(DotPath shape, double x, double y, ColorMapper mapper, UParam param, BrailleGrid grid) void
DriverLineBraille.draw
(ULine shape, double x, double y, ColorMapper mapper, UParam param, BrailleGrid grid) void
DriverPolygonBraille.draw
(UPolygon shape, double x, double y, ColorMapper mapper, UParam param, BrailleGrid grid) void
DriverRectangleBraille.draw
(URectangle rect, double x, double y, ColorMapper mapper, UParam param, BrailleGrid grid) void
DriverTextBraille.draw
(UText text, double x, double y, ColorMapper mapper, UParam param, BrailleGrid grid) Constructors in net.sourceforge.plantuml.braille with parameters of type BrailleGrid