Interface UGraphic2
-
- All Superinterfaces:
UGraphic
- All Known Implementing Classes:
UGraphicBraille
,UGraphicEps
,UGraphicG2d
,UGraphicHtml5
,UGraphicNull
,UGraphicSvg
,UGraphicTikz
,UGraphicTxt
,UGraphicVdx
public interface UGraphic2 extends UGraphic
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
writeImageTOBEMOVED(java.io.OutputStream os, java.lang.String metadata, int dpi)
-
Methods inherited from interface net.sourceforge.plantuml.ugraphic.UGraphic
apply, closeGroup, closeUrl, draw, flushUg, getColorMapper, getParam, getStringBounder, matchesProperty, startGroup, startUrl
-
-