Uses of Class
net.sourceforge.plantuml.klimt.drawing.svg.SvgOption
Packages that use SvgOption
-
Uses of SvgOption in net.sourceforge.plantuml.klimt.drawing.svg
Methods in net.sourceforge.plantuml.klimt.drawing.svg that return SvgOptionModifier and TypeMethodDescriptionstatic SvgOption
SvgOption.basic()
SvgOption.withBackcolor
(HColor backcolor) SvgOption.withColorMapper
(ColorMapper colorMapper) SvgOption.withHoverPathColorRGB
(String hover) SvgOption.withInteractive()
SvgOption.withLengthAdjust
(LengthAdjust lengthAdjust) SvgOption.withLinkTarget
(String linkTarget) SvgOption.withMinDim
(XDimension2D minDim) SvgOption.withPreserveAspectRatio
(String preserveAspectRatio) SvgOption.withScale
(double scale) SvgOption.withSvgDimensionStyle
(boolean svgDimensionStyle) Methods in net.sourceforge.plantuml.klimt.drawing.svg with parameters of type SvgOptionModifier and TypeMethodDescriptionstatic UGraphicSvg
UGraphicSvg.build
(SvgOption option, boolean textAsPath, long seed, StringBounder stringBounder) Constructors in net.sourceforge.plantuml.klimt.drawing.svg with parameters of type SvgOption