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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected AbstractCommonUGraphic
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, getTranslate, getTranslateX, getTranslateY, matchesProperty, startGroup, startUrl
-
Constructor Details
-
UGraphicNull
public UGraphicNull()
-
-
Method Details
-
copyUGraphic
- Specified by:
copyUGraphic
in classAbstractCommonUGraphic
-
writeToStream
- Specified by:
writeToStream
in interfaceUGraphic
- Throws:
IOException
-
ensureVisible
public void ensureVisible(double x, double y) - Specified by:
ensureVisible
in interfaceEnsureVisible
-