public class UGraphicSvg extends AbstractUGraphic<SvgGraphics> implements ClipContainer, UGraphic2
Constructor and Description |
---|
UGraphicSvg(ColorMapper colorMapper,
boolean textAsPath,
double scale,
String linkTarget) |
UGraphicSvg(ColorMapper mapper,
HtmlColorGradient gr,
boolean textAsPath,
double scale,
String linkTarget) |
UGraphicSvg(ColorMapper colorMapper,
String backcolor,
boolean textAsPath,
double scale,
String linkTarget) |
Modifier and Type | Method and Description |
---|---|
protected void |
afterDraw() |
protected void |
beforeDraw() |
void |
closeAction() |
protected AbstractCommonUGraphic |
copyUGraphic() |
void |
createXml(OutputStream os) |
StringBounder |
getStringBounder() |
SvgGraphics |
getSvgGraphics() |
protected boolean |
manageHiddenAutomatically() |
void |
startUrl(Url url) |
void |
writeImageTOBEMOVED(OutputStream os,
String metadata,
int dpi) |
draw, getGraphicObject, registerDriver
apply, flushUg, getClip, getColorMapper, getParam, getTranslateX, getTranslateY, isSpecialTxt
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClip
apply, draw, flushUg, getColorMapper, getParam, isSpecialTxt
public UGraphicSvg(ColorMapper colorMapper, String backcolor, boolean textAsPath, double scale, String linkTarget)
public UGraphicSvg(ColorMapper colorMapper, boolean textAsPath, double scale, String linkTarget)
public UGraphicSvg(ColorMapper mapper, HtmlColorGradient gr, boolean textAsPath, double scale, String linkTarget)
protected AbstractCommonUGraphic copyUGraphic()
copyUGraphic
in class AbstractCommonUGraphic
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 StringBounder getStringBounder()
getStringBounder
in interface UGraphic
public void createXml(OutputStream os) throws IOException
IOException
public void closeAction()
closeAction
in interface UGraphic
public void writeImageTOBEMOVED(OutputStream os, String metadata, int dpi) throws IOException
writeImageTOBEMOVED
in interface UGraphic2
IOException
Copyright © 2015. All Rights Reserved.