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, draw, drawComment, getGraphicObject, ignoreShape, manageHiddenAutomatically, registerDriver
apply, closeGroup, dpiFactor, enlargeClip, flushUg, getClip, getColorMapper, getDefaultBackground, getParam, getStringBounder, getTranslateX, getTranslateY, startGroup
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClip
public UGraphicTikz(HColor defaultBackground, ColorMapper colorMapper, StringBounder stringBounder, double scale, boolean withPreamble)
protected AbstractCommonUGraphic copyUGraphic()
copyUGraphic
in class AbstractCommonUGraphic
public void startUrl(Url url)
startUrl
in interface UGraphic
startUrl
in class AbstractCommonUGraphic
public void closeUrl()
closeUrl
in interface UGraphic
closeUrl
in class AbstractCommonUGraphic
public void writeToStream(java.io.OutputStream os, java.lang.String metadata, int dpi) throws java.io.IOException
writeToStream
in interface UGraphic
java.io.IOException
public boolean matchesProperty(java.lang.String propertyName)
matchesProperty
in interface UGraphic
matchesProperty
in class AbstractCommonUGraphic