Class UGraphicTikz
java.lang.Object
net.sourceforge.plantuml.klimt.drawing.AbstractCommonUGraphic
net.sourceforge.plantuml.klimt.drawing.AbstractUGraphic<TikzGraphics>
net.sourceforge.plantuml.klimt.drawing.tikz.UGraphicTikz
- All Implemented Interfaces:
ClipContainer, UGraphic
-
Constructor Summary
ConstructorsConstructorDescriptionUGraphicTikz(HColor defaultBackground, ColorMapper colorMapper, StringBounder stringBounder, double scale, boolean withPreamble, Pragma pragma) -
Method Summary
Modifier and TypeMethodDescriptionvoidcloseUrl()protected AbstractCommonUGraphicbooleanmatchesProperty(String propertyName) voidvoidwriteToStream(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, dpiFactor, enlargeClip, flushUg, getClip, getColorMapper, getDefaultBackground, getParam, getStringBounder, getTranslate, getTranslateX, getTranslateY, startGroupMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ClipContainer
getClip
-
Constructor Details
-
UGraphicTikz
public UGraphicTikz(HColor defaultBackground, ColorMapper colorMapper, StringBounder stringBounder, double scale, boolean withPreamble, Pragma pragma)
-
-
Method Details
-
copyUGraphic
- Specified by:
copyUGraphicin classAbstractCommonUGraphic
-
startUrl
- Specified by:
startUrlin interfaceUGraphic- Overrides:
startUrlin classAbstractCommonUGraphic
-
closeUrl
public void closeUrl()- Specified by:
closeUrlin interfaceUGraphic- Overrides:
closeUrlin classAbstractCommonUGraphic
-
writeToStream
- Specified by:
writeToStreamin interfaceUGraphic- Throws:
IOException
-
matchesProperty
- Specified by:
matchesPropertyin interfaceUGraphic- Overrides:
matchesPropertyin classAbstractCommonUGraphic
-