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
-
Constructor Summary
ConstructorsConstructorDescriptionUGraphicVdx(HColor defaultBackground, ColorMapper colorMapper, StringBounder stringBounder) -
Method Summary
Modifier and TypeMethodDescriptionprotected AbstractCommonUGraphicdoublebooleanmatchesProperty(String propertyName) voidwriteToStream(OutputStream os, String metadata, int dpi) Methods inherited from class AbstractUGraphic
afterDraw, beforeDraw, copy, copy, draw, drawComment, getGraphicObject, getMaxX, getMaxY, ignoreShape, manageHiddenAutomatically, registerDriver, resetMaxMethods inherited from class AbstractCommonUGraphic
apply, basicCopy, basicCopy, closeGroup, closeUrl, enlargeClip, flushUg, getClip, getColorMapper, getDefaultBackground, getParam, getStringBounder, getTranslate, getTranslateX, getTranslateY, startGroup, startUrlMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ClipContainer
getClip
-
Constructor Details
-
UGraphicVdx
-
-
Method Details
-
dpiFactor
public double dpiFactor()- Overrides:
dpiFactorin classAbstractCommonUGraphic
-
copyUGraphic
- Specified by:
copyUGraphicin classAbstractCommonUGraphic
-
writeToStream
- Specified by:
writeToStreamin interfaceUGraphic- Throws:
IOException
-
matchesProperty
- Specified by:
matchesPropertyin interfaceUGraphic- Overrides:
matchesPropertyin classAbstractCommonUGraphic
-