Class UGraphicNull
- java.lang.Object
-
- net.sourceforge.plantuml.ugraphic.AbstractCommonUGraphic
-
- net.sourceforge.plantuml.ugraphic.AbstractUGraphic<String>
-
- net.sourceforge.plantuml.ugraphic.UGraphicNull
-
- All Implemented Interfaces:
EnsureVisible
,UGraphic
public class UGraphicNull extends AbstractUGraphic<String> implements EnsureVisible
-
-
Constructor Summary
Constructors Constructor Description UGraphicNull()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AbstractCommonUGraphic
copyUGraphic()
void
ensureVisible(double x, double y)
void
writeToStream(OutputStream os, String metadata, int dpi)
-
Methods inherited from class net.sourceforge.plantuml.ugraphic.AbstractUGraphic
afterDraw, beforeDraw, draw, drawComment, getGraphicObject, ignoreShape, manageHiddenAutomatically, registerDriver
-
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
-
-
-
-
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
-
ensureVisible
public void ensureVisible(double x, double y)
- Specified by:
ensureVisible
in interfaceEnsureVisible
-
-