com.xpn.xwiki.plugin.svg
Class SVGPluginApi
java.lang.Object
com.xpn.xwiki.api.Api
com.xpn.xwiki.plugin.svg.SVGPluginApi
public class SVGPluginApi
- extends Api
Fields inherited from class com.xpn.xwiki.api.Api |
context |
Method Summary |
void |
flushCache()
|
SVGPlugin |
getPlugin()
|
byte[] |
getSVGImage(String content,
int height,
int width)
|
byte[] |
getSVGImage(String content,
String extension,
int height,
int width)
|
String |
getSVGImageURL(String content,
int height,
int width)
|
void |
outputSVGImage(String content,
int height,
int width)
|
void |
outputSVGImage(String content,
String extension,
int height,
int width)
|
void |
setPlugin(SVGPlugin plugin)
|
String |
writeSVGImage(String content,
int height,
int width)
|
String |
writeSVGImage(String content,
String extension,
int height,
int width)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SVGPluginApi
public SVGPluginApi(SVGPlugin plugin,
XWikiContext context)
getPlugin
public SVGPlugin getPlugin()
setPlugin
public void setPlugin(SVGPlugin plugin)
getSVGImage
public byte[] getSVGImage(String content,
int height,
int width)
throws IOException,
org.apache.batik.apps.rasterizer.SVGConverterException
- Throws:
IOException
org.apache.batik.apps.rasterizer.SVGConverterException
getSVGImage
public byte[] getSVGImage(String content,
String extension,
int height,
int width)
throws IOException,
org.apache.batik.apps.rasterizer.SVGConverterException
- Throws:
IOException
org.apache.batik.apps.rasterizer.SVGConverterException
getSVGImageURL
public String getSVGImageURL(String content,
int height,
int width)
throws IOException,
org.apache.batik.apps.rasterizer.SVGConverterException
- Throws:
IOException
org.apache.batik.apps.rasterizer.SVGConverterException
writeSVGImage
public String writeSVGImage(String content,
int height,
int width)
throws IOException,
org.apache.batik.apps.rasterizer.SVGConverterException
- Throws:
IOException
org.apache.batik.apps.rasterizer.SVGConverterException
writeSVGImage
public String writeSVGImage(String content,
String extension,
int height,
int width)
throws IOException,
org.apache.batik.apps.rasterizer.SVGConverterException
- Throws:
IOException
org.apache.batik.apps.rasterizer.SVGConverterException
outputSVGImage
public void outputSVGImage(String content,
int height,
int width)
throws IOException,
org.apache.batik.apps.rasterizer.SVGConverterException
- Throws:
IOException
org.apache.batik.apps.rasterizer.SVGConverterException
outputSVGImage
public void outputSVGImage(String content,
String extension,
int height,
int width)
throws IOException,
org.apache.batik.apps.rasterizer.SVGConverterException
- Throws:
IOException
org.apache.batik.apps.rasterizer.SVGConverterException
flushCache
public void flushCache()
Copyright © 2004–2014 XWiki. All rights reserved.