Class UGraphicSvg
java.lang.Object
net.sourceforge.plantuml.klimt.drawing.AbstractCommonUGraphic
net.sourceforge.plantuml.klimt.drawing.AbstractUGraphic<SvgGraphics>
net.sourceforge.plantuml.klimt.drawing.svg.UGraphicSvg
- All Implemented Interfaces:
ClipContainer,UGraphic
-
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voidstatic UGraphicSvgbuild(SvgOption option, boolean textAsPath, long seed, StringBounder stringBounder) voidvoidcloseUrl()protected AbstractCommonUGraphicdoubleprotected voiddrawComment(UComment comment) protected booleanbooleanmatchesProperty(String propertyName) voidstartGroup(Map<UGroupType, String> typeIdents) voidvoidwriteToStream(OutputStream os, String metadata, int dpi) Methods inherited from class net.sourceforge.plantuml.klimt.drawing.AbstractUGraphic
copy, copy, draw, getGraphicObject, getMaxX, getMaxY, ignoreShape, registerDriver, resetMaxMethods inherited from class net.sourceforge.plantuml.klimt.drawing.AbstractCommonUGraphic
apply, basicCopy, basicCopy, enlargeClip, flushUg, getClip, getColorMapper, getDefaultBackground, getParam, getStringBounder, getTranslate, getTranslateX, getTranslateYMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.sourceforge.plantuml.klimt.ClipContainer
getClip
-
Method Details
-
dpiFactor
public double dpiFactor()- Overrides:
dpiFactorin classAbstractCommonUGraphic
-
copyUGraphic
- Specified by:
copyUGraphicin classAbstractCommonUGraphic
-
build
public static UGraphicSvg build(SvgOption option, boolean textAsPath, long seed, StringBounder stringBounder) -
manageHiddenAutomatically
protected boolean manageHiddenAutomatically()- Overrides:
manageHiddenAutomaticallyin classAbstractUGraphic<SvgGraphics>
-
beforeDraw
protected void beforeDraw()- Overrides:
beforeDrawin classAbstractUGraphic<SvgGraphics>
-
afterDraw
protected void afterDraw()- Overrides:
afterDrawin classAbstractUGraphic<SvgGraphics>
-
getSvgGraphics
-
writeToStream
- Specified by:
writeToStreamin interfaceUGraphic- Throws:
IOException
-
startGroup
- Specified by:
startGroupin interfaceUGraphic- Overrides:
startGroupin classAbstractCommonUGraphic
-
closeGroup
public void closeGroup()- Specified by:
closeGroupin interfaceUGraphic- Overrides:
closeGroupin classAbstractCommonUGraphic
-
startUrl
- Specified by:
startUrlin interfaceUGraphic- Overrides:
startUrlin classAbstractCommonUGraphic
-
closeUrl
public void closeUrl()- Specified by:
closeUrlin interfaceUGraphic- Overrides:
closeUrlin classAbstractCommonUGraphic
-
drawComment
- Overrides:
drawCommentin classAbstractUGraphic<SvgGraphics>
-
matchesProperty
- Specified by:
matchesPropertyin interfaceUGraphic- Overrides:
matchesPropertyin classAbstractCommonUGraphic
-