Uses of Class
net.sourceforge.plantuml.klimt.shape.UText
Packages that use UText
Package
Description
-
Uses of UText in net.sourceforge.plantuml.braille
Methods in net.sourceforge.plantuml.braille with parameters of type UTextModifier and TypeMethodDescriptionvoid
DriverTextBraille.draw
(UText text, double x, double y, ColorMapper mapper, UParam param, BrailleGrid grid) -
Uses of UText in net.sourceforge.plantuml.klimt.drawing.eps
Methods in net.sourceforge.plantuml.klimt.drawing.eps with parameters of type UTextModifier and TypeMethodDescriptionvoid
DriverTextEps.draw
(UText shape, double x, double y, ColorMapper mapper, UParam param, EpsGraphics eps) -
Uses of UText in net.sourceforge.plantuml.klimt.drawing.g2d
Methods in net.sourceforge.plantuml.klimt.drawing.g2d with parameters of type UTextModifier and TypeMethodDescriptionvoid
DriverTextAsPathG2d.draw
(UText shape, double x, double y, ColorMapper mapper, UParam param, Graphics2D g2d) void
DriverTextG2d.draw
(UText shape, double x, double y, ColorMapper mapper, UParam param, Graphics2D g2d) -
Uses of UText in net.sourceforge.plantuml.klimt.drawing.svg
Methods in net.sourceforge.plantuml.klimt.drawing.svg with parameters of type UTextModifier and TypeMethodDescriptionvoid
DriverTextAsPathSvg.draw
(UText ushape, double x, double y, ColorMapper mapper, UParam param, SvgGraphics svg) void
DriverTextSvg.draw
(UText shape, double x, double y, ColorMapper mapper, UParam param, SvgGraphics svg) -
Uses of UText in net.sourceforge.plantuml.klimt.drawing.tikz
Methods in net.sourceforge.plantuml.klimt.drawing.tikz with parameters of type UTextModifier and TypeMethodDescriptionvoid
DriverTextTikz.draw
(UText shape, double x, double y, ColorMapper mapper, UParam param, TikzGraphics tikz) -
Uses of UText in net.sourceforge.plantuml.klimt.drawing.visio
Methods in net.sourceforge.plantuml.klimt.drawing.visio with parameters of type UTextModifier and TypeMethodDescriptionvoid
DriverTextVdx.draw
(UText shape, double x, double y, ColorMapper mapper, UParam param, VisioGraphics visio) -
Uses of UText in net.sourceforge.plantuml.klimt.font
Methods in net.sourceforge.plantuml.klimt.font with parameters of type UText -
Uses of UText in net.sourceforge.plantuml.klimt.shape
Methods in net.sourceforge.plantuml.klimt.shape that return UTextModifier and TypeMethodDescriptionstatic UText
UText.build
(String text, FontConfiguration font) UText.withOrientation
(int orientation)