Class UGraphicNull
java.lang.Object
net.sourceforge.plantuml.klimt.drawing.AbstractCommonUGraphic
net.sourceforge.plantuml.klimt.drawing.AbstractUGraphic<String>
net.sourceforge.plantuml.klimt.drawing.UGraphicNull
- All Implemented Interfaces:
UGraphic, EnsureVisible
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected AbstractCommonUGraphicvoidensureVisible(double x, double y) voidwriteToStream(OutputStream os, String metadata, int dpi) Methods inherited from class AbstractUGraphic
afterDraw, beforeDraw, copy, copy, draw, drawComment, getGraphicObject, getMaxX, getMaxY, ignoreShape, manageHiddenAutomatically, registerDriver, resetMaxMethods inherited from class AbstractCommonUGraphic
apply, basicCopy, basicCopy, 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:
copyUGraphicin classAbstractCommonUGraphic
-
writeToStream
- Specified by:
writeToStreamin interfaceUGraphic- Throws:
IOException
-
ensureVisible
public void ensureVisible(double x, double y) - Specified by:
ensureVisiblein interfaceEnsureVisible
-