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 TypeMethodDescriptionvoidDriverTextBraille.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 TypeMethodDescriptionvoidDriverTextEps.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 TypeMethodDescriptionvoidDriverTextAsPathG2d.draw(UText shape, double x, double y, ColorMapper mapper, UParam param, Graphics2D g2d) voidDriverTextG2d.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 TypeMethodDescriptionvoidDriverTextAsPathSvg.draw(UText ushape, double x, double y, ColorMapper mapper, UParam param, SvgGraphics svg) voidDriverTextSvg.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 TypeMethodDescriptionvoidDriverTextTikz.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 TypeMethodDescriptionvoidDriverTextVdx.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 UTextUText.build(String text, FontConfiguration font) UText.withOrientation(int orientation)