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
ConstructorDescriptionUGraphicTikz
(HColor defaultBackground, ColorMapper colorMapper, StringBounder stringBounder, double scale, boolean withPreamble, Pragma pragma) -
Method Summary
Modifier and TypeMethodDescriptionvoid
closeUrl()
protected AbstractCommonUGraphic
boolean
matchesProperty
(String propertyName) void
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, dpiFactor, enlargeClip, flushUg, getClip, getColorMapper, getDefaultBackground, getParam, getStringBounder, getTranslate, getTranslateX, getTranslateY, startGroup
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
-
UGraphicTikz
public UGraphicTikz(HColor defaultBackground, ColorMapper colorMapper, StringBounder stringBounder, double scale, boolean withPreamble, Pragma pragma)
-
-
Method Details
-
copyUGraphic
- Specified by:
copyUGraphic
in classAbstractCommonUGraphic
-
startUrl
- Specified by:
startUrl
in interfaceUGraphic
- Overrides:
startUrl
in classAbstractCommonUGraphic
-
closeUrl
public void closeUrl()- Specified by:
closeUrl
in interfaceUGraphic
- Overrides:
closeUrl
in classAbstractCommonUGraphic
-
writeToStream
- Specified by:
writeToStream
in interfaceUGraphic
- Throws:
IOException
-
matchesProperty
- Specified by:
matchesProperty
in interfaceUGraphic
- Overrides:
matchesProperty
in classAbstractCommonUGraphic
-