public class UGraphicTikz extends AbstractUGraphic<TikzGraphics> implements ClipContainer
| Constructor and Description |
|---|
UGraphicTikz(HColor defaultBackground,
ColorMapper colorMapper,
StringBounder stringBounder,
double scale,
boolean withPreamble) |
| Modifier and Type | Method and Description |
|---|---|
void |
closeUrl() |
protected AbstractCommonUGraphic |
copyUGraphic() |
boolean |
matchesProperty(java.lang.String propertyName) |
void |
startUrl(Url url) |
void |
writeToStream(java.io.OutputStream os,
java.lang.String metadata,
int dpi) |
afterDraw, beforeDraw, copy, copy, draw, drawComment, getGraphicObject, getMaxX, getMaxY, ignoreShape, manageHiddenAutomatically, registerDriver, resetMaxapply, basicCopy, basicCopy, closeGroup, dpiFactor, enlargeClip, flushUg, getClip, getColorMapper, getDefaultBackground, getParam, getStringBounder, getTranslate, getTranslateX, getTranslateY, startGroupclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClippublic UGraphicTikz(HColor defaultBackground, ColorMapper colorMapper, StringBounder stringBounder, double scale, boolean withPreamble)
protected AbstractCommonUGraphic copyUGraphic()
copyUGraphic in class AbstractCommonUGraphicpublic void startUrl(Url url)
startUrl in interface UGraphicstartUrl in class AbstractCommonUGraphicpublic void closeUrl()
closeUrl in interface UGraphiccloseUrl in class AbstractCommonUGraphicpublic void writeToStream(java.io.OutputStream os,
java.lang.String metadata,
int dpi)
throws java.io.IOException
writeToStream in interface UGraphicjava.io.IOExceptionpublic boolean matchesProperty(java.lang.String propertyName)
matchesProperty in interface UGraphicmatchesProperty in class AbstractCommonUGraphic