Uses of Class
net.atmp.SvgOption
Packages that use SvgOption
-
Uses of SvgOption in net.atmp
Modifier and TypeMethodDescriptionstatic SvgOptionSvgOption.basic()SvgOption.withBackcolor(HColor backcolor) SvgOption.withColorMapper(ColorMapper colorMapper) SvgOption.withConfigurationStore(ConfigurationStore<OptionKey> options) SvgOption.withHoverPathColorRGB(String hover) SvgOption.withInteractive(String interactiveBaseFilename) SvgOption.withLengthAdjust(LengthAdjust lengthAdjust) SvgOption.withLinkTarget(String linkTarget) SvgOption.withMinDim(XDimension2D minDim) SvgOption.withPragma(Pragma pragma) Deprecated.SvgOption.withPreserveAspectRatio(String preserveAspectRatio) SvgOption.withRootAttribute(String key, String value) SvgOption.withScale(double scale) SvgOption.withSvgDimensionStyle(boolean svgDimensionStyle) -
Uses of SvgOption in net.sourceforge.plantuml.klimt.drawing.svg
Methods in net.sourceforge.plantuml.klimt.drawing.svg with parameters of type SvgOptionModifier and TypeMethodDescriptionstatic UGraphicSvgUGraphicSvg.build(SvgOption option, boolean textAsPath, long seed, StringBounder stringBounder) Constructors in net.sourceforge.plantuml.klimt.drawing.svg with parameters of type SvgOption