Class UGraphicDebug
- java.lang.Object
-
- net.sourceforge.plantuml.ugraphic.AbstractCommonUGraphic
-
- net.sourceforge.plantuml.ugraphic.debug.UGraphicDebug
-
- All Implemented Interfaces:
ClipContainer
,UGraphic
public class UGraphicDebug extends AbstractCommonUGraphic implements ClipContainer
-
-
Constructor Summary
Constructors Constructor Description UGraphicDebug(double scaleFactor, XDimension2D dim, String svgLinkTarget, String hoverPathColorRGB, long seed, String preserveAspectRatio)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AbstractCommonUGraphic
copyUGraphic()
void
draw(UShape shape)
void
writeToStream(OutputStream os, String metadata, int dpi)
-
Methods inherited from class net.sourceforge.plantuml.ugraphic.AbstractCommonUGraphic
apply, closeGroup, closeUrl, dpiFactor, enlargeClip, flushUg, getClip, getColorMapper, getDefaultBackground, getParam, getStringBounder, getTranslate, 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 Detail
-
UGraphicDebug
public UGraphicDebug(double scaleFactor, XDimension2D dim, String svgLinkTarget, String hoverPathColorRGB, long seed, String preserveAspectRatio)
-
-
Method Detail
-
copyUGraphic
protected AbstractCommonUGraphic copyUGraphic()
- Specified by:
copyUGraphic
in classAbstractCommonUGraphic
-
writeToStream
public void writeToStream(OutputStream os, String metadata, int dpi) throws IOException
- Specified by:
writeToStream
in interfaceUGraphic
- Throws:
IOException
-
-