Uses of Class
net.sourceforge.plantuml.klimt.color.ColorMapper
Packages that use ColorMapper
Package
Description
-
Uses of ColorMapper in net.sourceforge.plantuml
Methods in net.sourceforge.plantuml that return ColorMapperModifier and TypeMethodDescriptionFileFormatOption.getColorMapper()protected ColorMapperAbstractPSystem.muteColorMapper(ColorMapper init) protected ColorMapperTitledDiagram.muteColorMapper(ColorMapper init) Methods in net.sourceforge.plantuml with parameters of type ColorMapperModifier and TypeMethodDescriptionprotected ColorMapperAbstractPSystem.muteColorMapper(ColorMapper init) protected ColorMapperTitledDiagram.muteColorMapper(ColorMapper init) FileFormatOption.withColorMapper(ColorMapper colorMapper) -
Uses of ColorMapper in net.sourceforge.plantuml.braille
Methods in net.sourceforge.plantuml.braille with parameters of type ColorMapperModifier 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) Constructors in net.sourceforge.plantuml.braille with parameters of type ColorMapperModifierConstructorDescriptionUGraphicBraille(HColor defaultBackground, ColorMapper colorMapper, StringBounder stringBounder) -
Uses of ColorMapper in net.sourceforge.plantuml.eggs
Constructors in net.sourceforge.plantuml.eggs with parameters of type ColorMapper -
Uses of ColorMapper in net.sourceforge.plantuml.klimt.color
Fields in net.sourceforge.plantuml.klimt.color declared as ColorMapperModifier and TypeFieldDescriptionstatic final ColorMapperColorMapper.DARK_MODEstatic final ColorMapperColorMapper.IDENTITYstatic final ColorMapperColorMapper.LIGTHNESS_INVERSEstatic final ColorMapperColorMapper.MONOCHROMEstatic final ColorMapperColorMapper.MONOCHROME_REVERSEMethods in net.sourceforge.plantuml.klimt.color that return ColorMapperMethods in net.sourceforge.plantuml.klimt.color with parameters of type ColorMapperModifier and TypeMethodDescriptionfinal ColorHColorGradient.getColor(ColorMapper mapper, double coeff, int alpha) HColor.toColor(ColorMapper mapper) HColorGradient.toColor(ColorMapper mapper) HColorMiddle.toColor(ColorMapper mapper) HColorSimple.toColor(ColorMapper mapper) final StringHColor.toRGB(ColorMapper mapper) final StringHColor.toSvg(ColorMapper mapper) -
Uses of ColorMapper in net.sourceforge.plantuml.klimt.compress
Methods in net.sourceforge.plantuml.klimt.compress that return ColorMapper -
Uses of ColorMapper in net.sourceforge.plantuml.klimt.drawing
Methods in net.sourceforge.plantuml.klimt.drawing that return ColorMapperModifier and TypeMethodDescriptionfinal ColorMapperAbstractCommonUGraphic.getColorMapper()LimitFinder.getColorMapper()UGraphic.getColorMapper()UGraphicDelegator.getColorMapper()UGraphicNo.getColorMapper()Methods in net.sourceforge.plantuml.klimt.drawing with parameters of type ColorMapperModifier and TypeMethodDescriptionvoidAbstractCommonUGraphic.basicCopy(HColor defaultBackground, ColorMapper colorMapper) voidAbstractUGraphic.copy(HColor defaultBackground, ColorMapper colorMapper, O graphic) voidUDriver.draw(SHAPE shape, double x, double y, ColorMapper mapper, UParam param, O object) -
Uses of ColorMapper in net.sourceforge.plantuml.klimt.drawing.eps
Methods in net.sourceforge.plantuml.klimt.drawing.eps with parameters of type ColorMapperModifier 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) final voidEpsGraphics.epsPolygon(HColorGradient gr, ColorMapper mapper, double... points) final voidEpsGraphics.epsRectangle(double x, double y, double width, double height, double rx, double ry, HColorGradient gr, ColorMapper mapper) static StringUGraphicEps.getEpsString(HColor defaultBackground, ColorMapper colorMapper, EpsStrategy epsStrategy, UDrawable udrawable) Constructors in net.sourceforge.plantuml.klimt.drawing.eps with parameters of type ColorMapperModifierConstructorDescriptionUGraphicEps(HColor defaultBackground, ColorMapper colorMapper, StringBounder stringBounder, EpsStrategy strategy) -
Uses of ColorMapper in net.sourceforge.plantuml.klimt.drawing.g2d
Methods in net.sourceforge.plantuml.klimt.drawing.g2d with parameters of type ColorMapperModifier 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 GradientPaintDriverRectangleG2d.getPaintGradient(double x, double y, ColorMapper mapper, double width, double height, HColor back) Constructors in net.sourceforge.plantuml.klimt.drawing.g2d with parameters of type ColorMapperModifierConstructorDescriptionUGraphicG2d(HColor defaultBackground, ColorMapper colorMapper, StringBounder stringBounder, Graphics2D g2d, double dpiFactor, double dx, double dy, FileFormat format, AffineTransformation affineTransform) UGraphicG2d(HColor defaultBackground, ColorMapper colorMapper, StringBounder stringBounder, Graphics2D g2d, double dpiFactor, FileFormat format) -
Uses of ColorMapper in net.sourceforge.plantuml.klimt.drawing.html5
Methods in net.sourceforge.plantuml.klimt.drawing.html5 with parameters of type ColorMapperModifier 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) Constructors in net.sourceforge.plantuml.klimt.drawing.html5 with parameters of type ColorMapperModifierConstructorDescriptionUGraphicHtml5(HColor defaultBackground, ColorMapper colorMapper, StringBounder stringBounder) -
Uses of ColorMapper in net.sourceforge.plantuml.klimt.drawing.svg
Methods in net.sourceforge.plantuml.klimt.drawing.svg that return ColorMapperMethods in net.sourceforge.plantuml.klimt.drawing.svg with parameters of type ColorMapperModifier 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) SvgOption.withColorMapper(ColorMapper colorMapper) -
Uses of ColorMapper in net.sourceforge.plantuml.klimt.drawing.tikz
Methods in net.sourceforge.plantuml.klimt.drawing.tikz with parameters of type ColorMapperModifier 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) Constructors in net.sourceforge.plantuml.klimt.drawing.tikz with parameters of type ColorMapperModifierConstructorDescriptionUGraphicTikz(HColor defaultBackground, ColorMapper colorMapper, StringBounder stringBounder, double scale, boolean withPreamble) -
Uses of ColorMapper in net.sourceforge.plantuml.klimt.drawing.visio
Methods in net.sourceforge.plantuml.klimt.drawing.visio with parameters of type ColorMapperModifier 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) Constructors in net.sourceforge.plantuml.klimt.drawing.visio with parameters of type ColorMapperModifierConstructorDescriptionUGraphicVdx(HColor defaultBackground, ColorMapper colorMapper, StringBounder stringBounder) -
Uses of ColorMapper in net.sourceforge.plantuml.klimt.sprite
Methods in net.sourceforge.plantuml.klimt.sprite with parameters of type ColorMapperModifier and TypeMethodDescriptionSpriteColor.toUImage(ColorMapper colorMapper, HColor backcolor, HColor forecolor) SpriteMonochrome.toUImage(ColorMapper colorMapper, HColor backcolor, HColor color) -
Uses of ColorMapper in net.sourceforge.plantuml.png
Methods in net.sourceforge.plantuml.png with parameters of type ColorMapperModifier and TypeMethodDescriptionstatic voidPngIO.write(RenderedImage image, ColorMapper mapper, OutputStream os, String metadata, int dpi) static voidPngIO.write(RenderedImage image, ColorMapper mapper, SFile file, String metadata, int dpi) Constructors in net.sourceforge.plantuml.png with parameters of type ColorMapperModifierConstructorDescriptionPngSplitter(ColorMapper colorMapper, SuggestedFile pngFile, int horizontalPages, int verticalPages, String metadata, int dpi, SplitParam splitParam) -
Uses of ColorMapper in net.sourceforge.plantuml.quantization
Methods in net.sourceforge.plantuml.quantization with parameters of type ColorMapperModifier and TypeMethodDescriptionstatic QColorQColor.fromArgbInt(ColorMapper mapper, int rgb) static QImageQImage.fromBufferedImage(ColorMapper mapper, BufferedImage img) static BufferedImageQuantizer.quantizeNow(ColorMapper mapper, BufferedImage orig) -
Uses of ColorMapper in net.sourceforge.plantuml.tikz
Constructors in net.sourceforge.plantuml.tikz with parameters of type ColorMapperModifierConstructorDescriptionTikzGraphics(double scale, boolean withPreamble, ColorMapper mapper)