Uses of Class
net.sourceforge.plantuml.klimt.shape.UImage
Packages that use UImage
Package
Description
-
Uses of UImage in net.sourceforge.plantuml.klimt.drawing.eps
Methods in net.sourceforge.plantuml.klimt.drawing.eps with parameters of type UImageModifier and TypeMethodDescriptionvoid
DriverImageEps.draw
(UImage shape, double x, double y, ColorMapper mapper, UParam param, EpsGraphics eps) -
Uses of UImage in net.sourceforge.plantuml.klimt.drawing.g2d
Methods in net.sourceforge.plantuml.klimt.drawing.g2d with parameters of type UImageModifier and TypeMethodDescriptionvoid
DriverImageG2d.draw
(UImage shape, double x, double y, ColorMapper mapper, UParam param, Graphics2D g2d) -
Uses of UImage in net.sourceforge.plantuml.klimt.drawing.svg
Methods in net.sourceforge.plantuml.klimt.drawing.svg with parameters of type UImageModifier and TypeMethodDescriptionvoid
DriverImagePng.draw
(UImage image, double x, double y, ColorMapper mapper, UParam param, SvgGraphics svg) -
Uses of UImage in net.sourceforge.plantuml.klimt.drawing.tikz
Methods in net.sourceforge.plantuml.klimt.drawing.tikz with parameters of type UImageModifier and TypeMethodDescriptionvoid
DriverImageTikz.draw
(UImage shape, double x, double y, ColorMapper mapper, UParam param, TikzGraphics tikz) -
Uses of UImage in net.sourceforge.plantuml.klimt.shape
Methods in net.sourceforge.plantuml.klimt.shape that return UImageModifier and TypeMethodDescriptionUImage.monochrome()
UImage.muteTransparentColor
(Color newColor) UImage.scale
(double scale) final UImage
UImage.withFormula
(String formula) final UImage
UImage.withRawFileName
(String rawFileName) Methods in net.sourceforge.plantuml.klimt.shape with parameters of type UImageModifier and TypeMethodDescriptionstatic TextBlock
TextBlockUtils.fromUImage
(UImage image) static TextBlock
TextBlockUtils.mergeTB
(TextBlock b1, UImage image, HorizontalAlignment horizontalAlignment) -
Uses of UImage in net.sourceforge.plantuml.klimt.sprite
Methods in net.sourceforge.plantuml.klimt.sprite that return UImageModifier and TypeMethodDescriptionSpriteColor.toUImage
(ColorMapper colorMapper, HColor backcolor, HColor forecolor) SpriteMonochrome.toUImage
(ColorMapper colorMapper, HColor backcolor, HColor color)