Uses of Interface
net.sourceforge.plantuml.klimt.UParam
Packages that use UParam
Package
Description
-
Uses of UParam in net.sourceforge.plantuml.braille
Methods in net.sourceforge.plantuml.braille with parameters of type UParamModifier and TypeMethodDescriptionvoidDriverCenteredCharacterBraille.draw(UCenteredCharacter characterCircled, double x, double y, ColorMapper mapper, UParam param, BrailleGrid grid) voidDriverDotPathBraille.draw(DotPath shape, double x, double y, ColorMapper mapper, UParam param, BrailleGrid grid) voidDriverLineBraille.draw(ULine shape, double x, double y, ColorMapper mapper, UParam param, BrailleGrid grid) voidDriverPolygonBraille.draw(UPolygon shape, double x, double y, ColorMapper mapper, UParam param, BrailleGrid grid) voidDriverRectangleBraille.draw(URectangle rect, double x, double y, ColorMapper mapper, UParam param, BrailleGrid grid) voidDriverTextBraille.draw(UText text, double x, double y, ColorMapper mapper, UParam param, BrailleGrid grid) -
Uses of UParam in net.sourceforge.plantuml.klimt
Classes in net.sourceforge.plantuml.klimt that implement UParam -
Uses of UParam in net.sourceforge.plantuml.klimt.drawing
Methods in net.sourceforge.plantuml.klimt.drawing that return UParamModifier and TypeMethodDescriptionfinal UParamAbstractCommonUGraphic.getParam()UGraphic.getParam()UGraphicDelegator.getParam()UGraphicNo.getParam()Methods in net.sourceforge.plantuml.klimt.drawing with parameters of type UParamModifier and TypeMethodDescriptionvoidUDriver.draw(SHAPE shape, double x, double y, ColorMapper mapper, UParam param, O object) -
Uses of UParam in net.sourceforge.plantuml.klimt.drawing.eps
Methods in net.sourceforge.plantuml.klimt.drawing.eps with parameters of type UParamModifier and TypeMethodDescriptionvoidDriverCenteredCharacterEps.draw(UCenteredCharacter centeredCharacter, double x, double y, ColorMapper mapper, UParam param, EpsGraphics eps) voidDriverDotPathEps.draw(DotPath shape, double x, double y, ColorMapper mapper, UParam param, EpsGraphics eps) voidDriverEllipseEps.draw(UEllipse shape, double x, double y, ColorMapper mapper, UParam param, EpsGraphics eps) voidDriverImageEps.draw(UImage shape, double x, double y, ColorMapper mapper, UParam param, EpsGraphics eps) voidDriverLineEps.draw(ULine shape, double x, double y, ColorMapper mapper, UParam param, EpsGraphics eps) voidDriverPathEps.draw(UPath shape, double x, double y, ColorMapper mapper, UParam param, EpsGraphics eps) voidDriverPolygonEps.draw(UPolygon shape, double x, double y, ColorMapper mapper, UParam param, EpsGraphics eps) voidDriverRectangleEps.draw(URectangle rect, double x, double y, ColorMapper mapper, UParam param, EpsGraphics eps) voidDriverTextEps.draw(UText shape, double x, double y, ColorMapper mapper, UParam param, EpsGraphics eps) -
Uses of UParam in net.sourceforge.plantuml.klimt.drawing.g2d
Methods in net.sourceforge.plantuml.klimt.drawing.g2d with parameters of type UParamModifier and TypeMethodDescriptionvoidDriverCenteredCharacterG2d.draw(UCenteredCharacter characterCircled, double x, double y, ColorMapper mapper, UParam param, Graphics2D g2d) voidDriverDotPathG2d.draw(DotPath shape, double x, double y, ColorMapper mapper, UParam param, Graphics2D g2d) voidDriverEllipseG2d.draw(UEllipse ellipse, double x, double y, ColorMapper mapper, UParam param, Graphics2D g2d) voidDriverImageG2d.draw(UImage shape, double x, double y, ColorMapper mapper, UParam param, Graphics2D g2d) voidDriverLineG2d.draw(ULine shape, double x, double y, ColorMapper mapper, UParam param, Graphics2D g2d) voidDriverPathG2d.draw(UPath shape, double x, double y, ColorMapper mapper, UParam param, Graphics2D g2d) voidDriverPixelG2d.draw(UPixel pixel, double x, double y, ColorMapper mapper, UParam param, Graphics2D g2d) voidDriverPolygonG2d.draw(UPolygon shape, double x, double y, ColorMapper mapper, UParam param, Graphics2D g2d) voidDriverRectangleG2d.draw(URectangle rect, double x, double y, ColorMapper mapper, UParam param, Graphics2D g2d) voidDriverTextAsPathG2d.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) static voidDriverRectangleG2d.drawBorder(UParam param, HColor color, ColorMapper mapper, UShapeSized sized, Shape shape, Graphics2D g2d, double x, double y) static voidDriverRectangleG2d.managePattern(UParam param, Graphics2D g2d) -
Uses of UParam in net.sourceforge.plantuml.klimt.drawing.html5
Methods in net.sourceforge.plantuml.klimt.drawing.html5 with parameters of type UParamModifier and TypeMethodDescriptionvoidDriverLineHtml5.draw(ULine shape, double x, double y, ColorMapper mapper, UParam param, Html5Drawer html) voidDriverRectangleHtml5.draw(URectangle rect, double x, double y, ColorMapper mapper, UParam param, Html5Drawer html) -
Uses of UParam in net.sourceforge.plantuml.klimt.drawing.svg
Methods in net.sourceforge.plantuml.klimt.drawing.svg with parameters of type UParamModifier and TypeMethodDescriptionstatic voidDriverRectangleSvg.applyFillColor(SvgGraphics svg, ColorMapper mapper, UParam param) static voidDriverRectangleSvg.applyStrokeColor(SvgGraphics svg, ColorMapper mapper, UParam param) voidDriverCenteredCharacterSvg.draw(UCenteredCharacter characterCircled, double x, double y, ColorMapper mapper, UParam param, SvgGraphics svg) voidDriverDotPathSvg.draw(DotPath shape, double x, double y, ColorMapper mapper, UParam param, SvgGraphics svg) voidDriverEllipseSvg.draw(UEllipse shape, double x, double y, ColorMapper mapper, UParam param, SvgGraphics svg) voidDriverImagePng.draw(UImage image, double x, double y, ColorMapper mapper, UParam param, SvgGraphics svg) voidDriverImageSvgSvg.draw(UImageSvg image, double x, double y, ColorMapper mapper, UParam param, SvgGraphics svg) voidDriverLineSvg.draw(ULine shape, double x, double y, ColorMapper mapper, UParam param, SvgGraphics svg) voidDriverPathSvg.draw(UPath shape, double x, double y, ColorMapper mapper, UParam param, SvgGraphics svg) voidDriverPixelSvg.draw(UPixel pixel, double x, double y, ColorMapper mapper, UParam param, SvgGraphics svg) voidDriverPolygonSvg.draw(UPolygon shape, double x, double y, ColorMapper mapper, UParam param, SvgGraphics svg) voidDriverRectangleSvg.draw(URectangle rect, double x, double y, ColorMapper mapper, UParam param, SvgGraphics svg) voidDriverTextAsPathSvg.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 UParam in net.sourceforge.plantuml.klimt.drawing.tikz
Methods in net.sourceforge.plantuml.klimt.drawing.tikz with parameters of type UParamModifier and TypeMethodDescriptionvoidDriverAtomTextTikz.draw(AtomText text, double x, double y, ColorMapper mapper, UParam param, TikzGraphics tikz) voidDriverCenteredCharacterTikz.draw(UCenteredCharacter centeredCharacter, double x, double y, ColorMapper mapper, UParam param, TikzGraphics tikz) voidDriverCenteredCharacterTikz2.draw(UCenteredCharacter centeredCharacter, double x, double y, ColorMapper mapper, UParam param, TikzGraphics tikz) voidDriverDotPathTikz.draw(DotPath path, double x, double y, ColorMapper mapper, UParam param, TikzGraphics tikz) voidDriverEllipseTikz.draw(UEllipse shape, double x, double y, ColorMapper mapper, UParam param, TikzGraphics tikz) voidDriverImageTikz.draw(UImage shape, double x, double y, ColorMapper mapper, UParam param, TikzGraphics tikz) voidDriverLineTikz.draw(ULine line, double x, double y, ColorMapper mapper, UParam param, TikzGraphics tikz) voidDriverPathTikz.draw(UPath path, double x, double y, ColorMapper mapper, UParam param, TikzGraphics tikz) voidDriverPolygonTikz.draw(UPolygon poly, double x, double y, ColorMapper mapper, UParam param, TikzGraphics tikz) voidDriverRectangleTikz.draw(URectangle rect, double x, double y, ColorMapper mapper, UParam param, TikzGraphics tikz) voidDriverTextTikz.draw(UText shape, double x, double y, ColorMapper mapper, UParam param, TikzGraphics tikz) -
Uses of UParam in net.sourceforge.plantuml.klimt.drawing.visio
Methods in net.sourceforge.plantuml.klimt.drawing.visio with parameters of type UParamModifier and TypeMethodDescriptionvoidDriverDotPathVdx.draw(DotPath path, double x, double y, ColorMapper mapper, UParam param, VisioGraphics visio) voidDriverLineVdx.draw(ULine line, double x, double y, ColorMapper mapper, UParam param, VisioGraphics visio) voidDriverPathVdx.draw(UPath path, double x, double y, ColorMapper mapper, UParam param, VisioGraphics visio) voidDriverPolygonVdx.draw(UPolygon poly, double x, double y, ColorMapper mapper, UParam param, VisioGraphics visio) voidDriverRectangleVdx.draw(URectangle rect, double x, double y, ColorMapper mapper, UParam param, VisioGraphics visio) voidDriverTextVdx.draw(UText shape, double x, double y, ColorMapper mapper, UParam param, VisioGraphics visio)