Class SvgOption
- java.lang.Object
-
- net.sourceforge.plantuml.klimt.drawing.svg.SvgOption
-
public class SvgOption extends java.lang.Object
-
-
Method Summary
-
-
-
Method Detail
-
basic
public static SvgOption basic()
-
withInteractive
public SvgOption withInteractive()
-
withLengthAdjust
public SvgOption withLengthAdjust(LengthAdjust lengthAdjust)
-
withPreserveAspectRatio
public SvgOption withPreserveAspectRatio(java.lang.String preserveAspectRatio)
-
withHoverPathColorRGB
public SvgOption withHoverPathColorRGB(java.lang.String hover)
-
withSvgDimensionStyle
public SvgOption withSvgDimensionStyle(boolean svgDimensionStyle)
-
withMinDim
public SvgOption withMinDim(XDimension2D minDim)
-
withScale
public SvgOption withScale(double scale)
-
withColorMapper
public SvgOption withColorMapper(ColorMapper colorMapper)
-
withLinkTarget
public SvgOption withLinkTarget(java.lang.String linkTarget)
-
withFont
public SvgOption withFont(java.lang.String font)
-
getPreserveAspectRatio
public java.lang.String getPreserveAspectRatio()
-
isInteractive
public boolean isInteractive()
-
getLengthAdjust
public LengthAdjust getLengthAdjust()
-
getHover
public java.lang.String getHover()
-
getSvgDimensionStyle
public boolean getSvgDimensionStyle()
-
getMinDim
public XDimension2D getMinDim()
-
getBackcolor
public HColor getBackcolor()
-
getScale
public double getScale()
-
getColorMapper
public ColorMapper getColorMapper()
-
getLinkTarget
public java.lang.String getLinkTarget()
-
getFont
public java.lang.String getFont()
-
getTitle
public java.lang.String getTitle()
-
-