org.apache.batik.svggen
public class DefaultImageHandler extends Object implements ImageHandler, ErrorConstants, XMLConstants
See Also: SVGGraphics2D
| Constructor Summary | |
|---|---|
| DefaultImageHandler()
Build a DefaultImageHandler. | |
| Method Summary | |
|---|---|
| protected void | handleHREF(Image image, Element imageElement, SVGGeneratorContext generatorContext)
This template method should set the xlink:href attribute on the input
Element parameter |
| protected void | handleHREF(RenderedImage image, Element imageElement, SVGGeneratorContext generatorContext)
This template method should set the xlink:href attribute on the input
Element parameter |
| protected void | handleHREF(RenderableImage image, Element imageElement, SVGGeneratorContext generatorContext)
This template method should set the xlink:href attribute on the input
Element parameter |
| void | handleImage(Image image, Element imageElement, SVGGeneratorContext generatorContext)
The handler should set the xlink:href tag and the width and
height attributes. |
| void | handleImage(RenderedImage image, Element imageElement, SVGGeneratorContext generatorContext)
The handler should set the xlink:href tag and the width and
height attributes. |
| void | handleImage(RenderableImage image, Element imageElement, SVGGeneratorContext generatorContext)
The handler should set the xlink:href tag and the width and
height attributes. |
DefaultImageHandler.