public class UGraphicSvg extends AbstractUGraphic<SvgGraphics> implements ClipContainer, UGraphic2
| Constructor and Description |
|---|
UGraphicSvg(Dimension2D minDim,
ColorMapper colorMapper,
boolean textAsPath,
double scale,
String linkTarget,
String hover,
long seed) |
UGraphicSvg(Dimension2D minDim,
ColorMapper mapper,
HtmlColorGradient gr,
boolean textAsPath,
double scale,
String linkTarget,
String hover,
long seed) |
UGraphicSvg(Dimension2D minDim,
ColorMapper colorMapper,
String backcolor,
boolean textAsPath,
double scale,
String linkTarget,
String hover,
long seed) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
afterDraw() |
protected void |
beforeDraw() |
void |
closeAction() |
protected AbstractCommonUGraphic |
copyUGraphic() |
void |
createXml(OutputStream os,
String metadata) |
protected void |
drawComment(UComment comment) |
StringBounder |
getStringBounder() |
SvgGraphics |
getSvgGraphics() |
protected boolean |
manageHiddenAutomatically() |
boolean |
matchesProperty(String propertyName) |
void |
startUrl(Url url) |
void |
writeImageTOBEMOVED(OutputStream os,
String metadata,
int dpi) |
draw, getGraphicObject, registerDriverapply, flushUg, getClip, getColorMapper, getParam, getTranslateX, getTranslateYclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClippublic UGraphicSvg(Dimension2D minDim, ColorMapper colorMapper, String backcolor, boolean textAsPath, double scale, String linkTarget, String hover, long seed)
public UGraphicSvg(Dimension2D minDim, ColorMapper colorMapper, boolean textAsPath, double scale, String linkTarget, String hover, long seed)
public UGraphicSvg(Dimension2D minDim, ColorMapper mapper, HtmlColorGradient gr, boolean textAsPath, double scale, String linkTarget, String hover, long seed)
protected AbstractCommonUGraphic copyUGraphic()
copyUGraphic in class AbstractCommonUGraphicprotected 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 StringBounder getStringBounder()
getStringBounder in interface UGraphicpublic void createXml(OutputStream os, String metadata) throws IOException
IOExceptionpublic void closeAction()
closeAction in interface UGraphicpublic void writeImageTOBEMOVED(OutputStream os, String metadata, int dpi) throws IOException
writeImageTOBEMOVED in interface UGraphic2IOExceptionprotected void drawComment(UComment comment)
drawComment in class AbstractUGraphic<SvgGraphics>public boolean matchesProperty(String propertyName)
matchesProperty in interface UGraphicmatchesProperty in class AbstractCommonUGraphicCopyright © 2017. All rights reserved.