Class UGraphicDebug
java.lang.Object
net.sourceforge.plantuml.klimt.drawing.AbstractCommonUGraphic
net.sourceforge.plantuml.klimt.drawing.debug.UGraphicDebug
- All Implemented Interfaces:
ClipContainer,UGraphic
-
Constructor Summary
ConstructorsConstructorDescriptionUGraphicDebug(double scaleFactor, XDimension2D dim, String svgLinkTarget, String hoverPathColorRGB, long seed, String preserveAspectRatio) -
Method Summary
Modifier and TypeMethodDescriptionprotected AbstractCommonUGraphicvoidvoidwriteToStream(OutputStream os, String metadata, int dpi) Methods inherited from class net.sourceforge.plantuml.klimt.drawing.AbstractCommonUGraphic
apply, basicCopy, basicCopy, closeGroup, closeUrl, dpiFactor, enlargeClip, flushUg, getClip, getColorMapper, getDefaultBackground, getParam, getStringBounder, getTranslate, getTranslateX, getTranslateY, matchesProperty, startGroup, startUrlMethods 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
-
Constructor Details
-
UGraphicDebug
public UGraphicDebug(double scaleFactor, XDimension2D dim, String svgLinkTarget, String hoverPathColorRGB, long seed, String preserveAspectRatio)
-
-
Method Details
-
copyUGraphic
- Specified by:
copyUGraphicin classAbstractCommonUGraphic
-
draw
-
writeToStream
- Specified by:
writeToStreamin interfaceUGraphic- Throws:
IOException
-