Class UGraphicVdx
- java.lang.Object
-
- net.sourceforge.plantuml.klimt.drawing.AbstractCommonUGraphic
-
- net.sourceforge.plantuml.klimt.drawing.AbstractUGraphic<VisioGraphics>
-
- net.sourceforge.plantuml.klimt.drawing.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 AbstractCommonUGraphiccopyUGraphic()doubledpiFactor()booleanmatchesProperty(java.lang.String propertyName)voidwriteToStream(java.io.OutputStream os, java.lang.String metadata, int dpi)-
Methods inherited from class net.sourceforge.plantuml.klimt.drawing.AbstractUGraphic
afterDraw, beforeDraw, copy, copy, draw, drawComment, getGraphicObject, getMaxX, getMaxY, ignoreShape, manageHiddenAutomatically, registerDriver, resetMax
-
Methods inherited from class net.sourceforge.plantuml.klimt.drawing.AbstractCommonUGraphic
apply, basicCopy, basicCopy, 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.klimt.ClipContainer
getClip
-
-
-
-
Constructor Detail
-
UGraphicVdx
public UGraphicVdx(HColor defaultBackground, ColorMapper colorMapper, StringBounder stringBounder)
-
-
Method Detail
-
dpiFactor
public double dpiFactor()
- Overrides:
dpiFactorin classAbstractCommonUGraphic
-
copyUGraphic
protected AbstractCommonUGraphic copyUGraphic()
- Specified by:
copyUGraphicin classAbstractCommonUGraphic
-
writeToStream
public void writeToStream(java.io.OutputStream os, java.lang.String metadata, int dpi) throws java.io.IOException- Specified by:
writeToStreamin interfaceUGraphic- Throws:
java.io.IOException
-
matchesProperty
public boolean matchesProperty(java.lang.String propertyName)
- Specified by:
matchesPropertyin interfaceUGraphic- Overrides:
matchesPropertyin classAbstractCommonUGraphic
-
-