Class UGraphicNull
- java.lang.Object
-
- net.sourceforge.plantuml.ugraphic.AbstractCommonUGraphic
-
- net.sourceforge.plantuml.ugraphic.AbstractUGraphic<java.lang.String>
-
- net.sourceforge.plantuml.ugraphic.UGraphicNull
-
- All Implemented Interfaces:
EnsureVisible
,UGraphic
,UGraphic2
public class UGraphicNull extends AbstractUGraphic<java.lang.String> implements EnsureVisible, UGraphic2
-
-
Constructor Summary
Constructors Constructor Description UGraphicNull()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
closeAction()
protected AbstractCommonUGraphic
copyUGraphic()
void
ensureVisible(double x, double y)
StringBounder
getStringBounder()
void
startUrl(Url url)
void
writeImageTOBEMOVED(java.io.OutputStream os, java.lang.String metadata, int dpi)
-
Methods inherited from class net.sourceforge.plantuml.ugraphic.AbstractUGraphic
afterDraw, beforeDraw, draw, drawComment, getGraphicObject, manageHiddenAutomatically, registerDriver
-
Methods inherited from class net.sourceforge.plantuml.ugraphic.AbstractCommonUGraphic
apply, dpiFactor, flushUg, getClip, getColorMapper, getParam, getTranslateX, getTranslateY, matchesProperty
-
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.UGraphic
apply, draw, flushUg, getColorMapper, getParam, matchesProperty
-
-
-
-
Method Detail
-
copyUGraphic
protected AbstractCommonUGraphic copyUGraphic()
- Specified by:
copyUGraphic
in classAbstractCommonUGraphic
-
getStringBounder
public StringBounder getStringBounder()
- Specified by:
getStringBounder
in interfaceUGraphic
-
closeAction
public void closeAction()
- Specified by:
closeAction
in interfaceUGraphic
-
writeImageTOBEMOVED
public void writeImageTOBEMOVED(java.io.OutputStream os, java.lang.String metadata, int dpi) throws java.io.IOException
- Specified by:
writeImageTOBEMOVED
in interfaceUGraphic2
- Throws:
java.io.IOException
-
ensureVisible
public void ensureVisible(double x, double y)
- Specified by:
ensureVisible
in interfaceEnsureVisible
-
-