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,UGraphic2
public class UGraphicVdx extends AbstractUGraphic<VisioGraphics> implements ClipContainer, UGraphic2
-
-
Constructor Summary
Constructors Constructor Description UGraphicVdx(ColorMapper colorMapper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AbstractCommonUGraphiccopyUGraphic()voidcreateVsd(java.io.OutputStream os)doubledpiFactor()StringBoundergetStringBounder()booleanmatchesProperty(java.lang.String propertyName)voidwriteImageTOBEMOVED(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, closeGroup, closeUrl, enlargeClip, flushUg, getClip, getColorMapper, getParam, 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
-
Methods inherited from interface net.sourceforge.plantuml.ugraphic.UGraphic
apply, closeGroup, closeUrl, draw, flushUg, getColorMapper, getParam, startGroup, startUrl
-
-
-
-
Constructor Detail
-
UGraphicVdx
public UGraphicVdx(ColorMapper colorMapper)
-
-
Method Detail
-
dpiFactor
public double dpiFactor()
- Overrides:
dpiFactorin classAbstractCommonUGraphic
-
copyUGraphic
protected AbstractCommonUGraphic copyUGraphic()
- Specified by:
copyUGraphicin classAbstractCommonUGraphic
-
getStringBounder
public StringBounder getStringBounder()
- Specified by:
getStringBounderin interfaceUGraphic
-
writeImageTOBEMOVED
public void writeImageTOBEMOVED(java.io.OutputStream os, java.lang.String metadata, int dpi) throws java.io.IOException- Specified by:
writeImageTOBEMOVEDin interfaceUGraphic2- Throws:
java.io.IOException
-
createVsd
public void createVsd(java.io.OutputStream os) throws java.io.IOException- Throws:
java.io.IOException
-
matchesProperty
public boolean matchesProperty(java.lang.String propertyName)
- Specified by:
matchesPropertyin interfaceUGraphic- Overrides:
matchesPropertyin classAbstractCommonUGraphic
-
-