public class UGraphicSvg extends AbstractUGraphic<SvgGraphics> implements ClipContainer
| Modifier and Type | Method and Description |
|---|---|
protected void |
afterDraw() |
protected void |
beforeDraw() |
static UGraphicSvg |
build(SvgOption option,
boolean textAsPath,
long seed,
StringBounder stringBounder) |
void |
closeGroup() |
void |
closeUrl() |
protected AbstractCommonUGraphic |
copyUGraphic() |
double |
dpiFactor() |
protected void |
drawComment(UComment comment) |
SvgGraphics |
getSvgGraphics() |
protected boolean |
manageHiddenAutomatically() |
boolean |
matchesProperty(java.lang.String propertyName) |
void |
startGroup(java.util.Map<UGroupType,java.lang.String> typeIdents) |
void |
startUrl(Url url) |
void |
writeToStream(java.io.OutputStream os,
java.lang.String metadata,
int dpi) |
copy, copy, draw, getGraphicObject, getMaxX, getMaxY, ignoreShape, registerDriver, resetMaxapply, basicCopy, basicCopy, enlargeClip, flushUg, getClip, getColorMapper, getDefaultBackground, getParam, getStringBounder, getTranslate, getTranslateX, getTranslateYclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClippublic double dpiFactor()
dpiFactor in class AbstractCommonUGraphicprotected AbstractCommonUGraphic copyUGraphic()
copyUGraphic in class AbstractCommonUGraphicpublic static UGraphicSvg build(SvgOption option, boolean textAsPath, long seed, StringBounder stringBounder)
protected boolean manageHiddenAutomatically()
manageHiddenAutomatically in class AbstractUGraphic<SvgGraphics>protected void beforeDraw()
beforeDraw in class AbstractUGraphic<SvgGraphics>protected void afterDraw()
afterDraw in class AbstractUGraphic<SvgGraphics>public SvgGraphics getSvgGraphics()
public void writeToStream(java.io.OutputStream os,
java.lang.String metadata,
int dpi)
throws java.io.IOException
writeToStream in interface UGraphicjava.io.IOExceptionpublic void startGroup(java.util.Map<UGroupType,java.lang.String> typeIdents)
startGroup in interface UGraphicstartGroup in class AbstractCommonUGraphicpublic void closeGroup()
closeGroup in interface UGraphiccloseGroup in class AbstractCommonUGraphicpublic void startUrl(Url url)
startUrl in interface UGraphicstartUrl in class AbstractCommonUGraphicpublic void closeUrl()
closeUrl in interface UGraphiccloseUrl in class AbstractCommonUGraphicprotected void drawComment(UComment comment)
drawComment in class AbstractUGraphic<SvgGraphics>public boolean matchesProperty(java.lang.String propertyName)
matchesProperty in interface UGraphicmatchesProperty in class AbstractCommonUGraphic