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 TextBlock
TextBlockUtils. fromUImage(UImage image)
static TextBlock
TextBlockUtils. 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 UImage
SpriteColor. toUImage(ColorMapper colorMapper, HColor backcolor, HColor forecolor)
UImage
SpriteMonochrome. 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 UImage
UImage. muteColor(Color newColor)
UImage
UImage. muteTransparentColor(Color newColor)
UImage
UImage. scale(double scale)
UImage
UImage. withFormula(String formula)
UImage
UImage. 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 void
DriverImageEps. 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 void
DriverImageG2d. 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 void
DriverImagePng. 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 void
DriverImageTikz. draw(UImage shape, double x, double y, ColorMapper mapper, UParam param, TikzGraphics tikz)
-