Class UGraphicVdx
- java.lang.Object
-
- net.sourceforge.plantuml.ugraphic.AbstractCommonUGraphic
-
- net.sourceforge.plantuml.ugraphic.AbstractUGraphic<VisioGraphics>
-
- net.sourceforge.plantuml.ugraphic.visio.UGraphicVdx
-
- All Implemented Interfaces:
ClipContainer
,UGraphic
public class UGraphicVdx extends AbstractUGraphic<VisioGraphics> implements ClipContainer
-
-
Constructor Summary
Constructors Constructor Description UGraphicVdx(HColor defaultBackground, ColorMapper colorMapper, StringBounder stringBounder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AbstractCommonUGraphic
copyUGraphic()
double
dpiFactor()
boolean
matchesProperty(String propertyName)
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, enlargeClip, flushUg, getClip, getColorMapper, getDefaultBackground, getParam, getStringBounder, getTranslate, getTranslateX, getTranslateY, startGroup, startUrl
-
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.ClipContainer
getClip
-
-
-
-
Constructor Detail
-
UGraphicVdx
public UGraphicVdx(HColor defaultBackground, ColorMapper colorMapper, StringBounder stringBounder)
-
-
Method Detail
-
dpiFactor
public double dpiFactor()
- Overrides:
dpiFactor
in classAbstractCommonUGraphic
-
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
-
matchesProperty
public boolean matchesProperty(String propertyName)
- Specified by:
matchesProperty
in interfaceUGraphic
- Overrides:
matchesProperty
in classAbstractCommonUGraphic
-
-