Uses of Class
net.sourceforge.plantuml.ugraphic.UImage
-
-
Uses of UImage in net.sourceforge.plantuml.graphic
Methods in net.sourceforge.plantuml.graphic with parameters of type UImage Modifier and Type Method Description static TextBlockTextBlockUtils. fromUImage(UImage image)static TextBlockTextBlockUtils. mergeTB(TextBlock b1, UImage image, HorizontalAlignment horizontalAlignment) -
Uses of UImage in net.sourceforge.plantuml.sprite
Methods in net.sourceforge.plantuml.sprite that return UImage Modifier and Type Method Description UImageSpriteColor. toUImage(ColorMapper colorMapper, HColor backcolor, HColor forecolor)UImageSpriteMonochrome. toUImage(ColorMapper colorMapper, HColor backcolor, HColor color) -
Uses of UImage in net.sourceforge.plantuml.ugraphic
Methods in net.sourceforge.plantuml.ugraphic that return UImage Modifier and Type Method Description UImageUImage. muteColor(Color newColor)UImageUImage. muteTransparentColor(Color newColor)UImageUImage. scale(double scale)UImageUImage. withFormula(String formula)UImageUImage. withRawFileName(String rawFileName) -
Uses of UImage in net.sourceforge.plantuml.ugraphic.eps
Methods in net.sourceforge.plantuml.ugraphic.eps with parameters of type UImage Modifier and Type Method Description voidDriverImageEps. draw(UImage shape, double x, double y, ColorMapper mapper, UParam param, EpsGraphics eps) -
Uses of UImage in net.sourceforge.plantuml.ugraphic.g2d
Methods in net.sourceforge.plantuml.ugraphic.g2d with parameters of type UImage Modifier and Type Method Description voidDriverImageG2d. draw(UImage shape, double x, double y, ColorMapper mapper, UParam param, Graphics2D g2d) -
Uses of UImage in net.sourceforge.plantuml.ugraphic.svg
Methods in net.sourceforge.plantuml.ugraphic.svg with parameters of type UImage Modifier and Type Method Description voidDriverImagePng. draw(UImage image, double x, double y, ColorMapper mapper, UParam param, SvgGraphics svg) -
Uses of UImage in net.sourceforge.plantuml.ugraphic.tikz
Methods in net.sourceforge.plantuml.ugraphic.tikz with parameters of type UImage Modifier and Type Method Description voidDriverImageTikz. draw(UImage shape, double x, double y, ColorMapper mapper, UParam param, TikzGraphics tikz)
-