Uses of Class
org.apache.batik.svggen.DefaultImageHandler
-
Packages that use DefaultImageHandler Package Description org.apache.batik.svggen Provides an API on top of theAbstractGraphics2D
to translate Java 2D primitives into the SVG format. -
-
Uses of DefaultImageHandler in org.apache.batik.svggen
Subclasses of DefaultImageHandler in org.apache.batik.svggen Modifier and Type Class Description class
AbstractImageHandlerEncoder
This abstract implementation of the ImageHandler interface is intended to be the base class for ImageHandlers that generate image files for all the images they handle.class
ImageHandlerBase64Encoder
This implementation of ImageHandler encodes the input image as a PNG image first, then encodes the PNG image using Base64 encoding and uses the result to encoder the image url using the data protocol.class
ImageHandlerJPEGEncoder
This implementation of the abstract AbstractImageHandlerEncoder class creates JPEG images in the image directory and sets the url pointing to that file in the xlink:href attributes of the image elements it handles.class
ImageHandlerPNGEncoder
This implementation of the abstract AbstractImageHandlerEncoder class creates PNG images in the image directory and sets the url pointing to that file in the xlink:href attributes of the image elements it handles.
-