Uses of Interface
org.apache.batik.svggen.SVGConverter
Packages that use SVGConverter
Package
Description
Provides an API on top of the
AbstractGraphics2D
to translate
Java 2D primitives into the SVG format.-
Uses of SVGConverter in org.apache.batik.svggen
Classes in org.apache.batik.svggen that implement SVGConverterModifier and TypeClassDescriptionclass
Abstract class with common utility methods used by subclasses for specific convertion operations.class
Utility class that converts an AlphaComposite object into a set of SVG properties and definitions.class
Utility class that converts a Java BasicStroke object into a set of SVG style attributesclass
Utility class that converts a Path object into an SVG clipclass
Utility class that converts a Color object into a set of corresponding SVG attributes.class
Utility class that converts a Composite object into a set of SVG properties and definitions.class
Utility class that converts an custom Composite object into a set of SVG properties and definitions.class
Utility class that converts an custom Paint object into a set of SVG properties and definitions.class
Utility class that converts a Font object into a set of SVG font attributesclass
Utility class that converts a Java GradientPaint into an SVG linear gradient elementclass
Utility class that converts a Paint object into an SVG element.class
Utility class that converts a RenderingHints object into a set of SVG properties.class
Utility class that converts a TexturePaint object into an SVG pattern elementclass
Utility class that converts a GraphicContext transform stack into an SVG transform attribute.Fields in org.apache.batik.svggen declared as SVGConverter