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
ConstructorDescriptionUGraphicVdx
(HColor defaultBackground, ColorMapper colorMapper, StringBounder stringBounder) -
Method Summary
Modifier and TypeMethodDescriptionprotected AbstractCommonUGraphic
double
boolean
matchesProperty
(String propertyName) void
writeToStream
(OutputStream os, 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 Details
-
UGraphicVdx
-
-
Method Details
-
dpiFactor
public double dpiFactor()- Overrides:
dpiFactor
in classAbstractCommonUGraphic
-
copyUGraphic
- Specified by:
copyUGraphic
in classAbstractCommonUGraphic
-
writeToStream
- Specified by:
writeToStream
in interfaceUGraphic
- Throws:
IOException
-
matchesProperty
- Specified by:
matchesProperty
in interfaceUGraphic
- Overrides:
matchesProperty
in classAbstractCommonUGraphic
-