Class SvgOption
- java.lang.Object
-
- net.sourceforge.plantuml.klimt.drawing.svg.SvgOption
-
public class SvgOption extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SvgOption
basic()
HColor
getBackcolor()
ColorMapper
getColorMapper()
java.lang.String
getFont()
java.lang.String
getHover()
LengthAdjust
getLengthAdjust()
java.lang.String
getLinkTarget()
XDimension2D
getMinDim()
java.lang.String
getPreserveAspectRatio()
double
getScale()
boolean
getSvgDimensionStyle()
boolean
isInteractive()
SvgOption
withBackcolor(HColor backcolor)
SvgOption
withColorMapper(ColorMapper colorMapper)
SvgOption
withFont(java.lang.String font)
SvgOption
withHoverPathColorRGB(java.lang.String hover)
SvgOption
withInteractive()
SvgOption
withLengthAdjust(LengthAdjust lengthAdjust)
SvgOption
withLinkTarget(java.lang.String linkTarget)
SvgOption
withMinDim(XDimension2D minDim)
SvgOption
withPreserveAspectRatio(java.lang.String preserveAspectRatio)
SvgOption
withScale(double scale)
SvgOption
withSvgDimensionStyle(boolean svgDimensionStyle)
-
-
-
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 final java.lang.String getLinkTarget()
-
getFont
public final java.lang.String getFont()
-
-