Class UGraphicDebug
java.lang.Object
net.sourceforge.plantuml.ugraphic.AbstractCommonUGraphic
net.sourceforge.plantuml.ugraphic.debug.UGraphicDebug
- All Implemented Interfaces:
ClipContainer
,UGraphic
-
Constructor Summary
ConstructorsConstructorDescriptionUGraphicDebug
(double scaleFactor, Dimension2D dim, java.lang.String svgLinkTarget, java.lang.String hoverPathColorRGB, long seed, java.lang.String preserveAspectRatio) -
Method Summary
Modifier and TypeMethodDescriptionprotected AbstractCommonUGraphic
void
void
writeToStream
(java.io.OutputStream os, java.lang.String metadata, int dpi) Methods inherited from class net.sourceforge.plantuml.ugraphic.AbstractCommonUGraphic
apply, closeGroup, closeUrl, dpiFactor, enlargeClip, flushUg, getClip, getColorMapper, getDefaultBackground, getParam, getStringBounder, getTranslateX, getTranslateY, matchesProperty, startGroup, startUrl
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.sourceforge.plantuml.ugraphic.ClipContainer
getClip
-
Constructor Details
-
UGraphicDebug
public UGraphicDebug(double scaleFactor, Dimension2D dim, java.lang.String svgLinkTarget, java.lang.String hoverPathColorRGB, long seed, java.lang.String preserveAspectRatio)
-
-
Method Details
-
copyUGraphic
- Specified by:
copyUGraphic
in classAbstractCommonUGraphic
-
draw
-
writeToStream
public void writeToStream(java.io.OutputStream os, java.lang.String metadata, int dpi) throws java.io.IOException - Specified by:
writeToStream
in interfaceUGraphic
- Throws:
java.io.IOException
-