Package | Description |
---|---|
org.apache.batik.svggen |
Provides an API on top of the
AbstractGraphics2D to translate
Java 2D primitives into the SVG format. |
Modifier and Type | Class and Description |
---|---|
class |
SVGArc
Utility class that converts an Arc2D object into
a corresponding SVG element, i.e., a path with an elliptical arc
and optionally lines..
|
class |
SVGEllipse
Utility class that converts an Ellipse2D object into
a corresponding SVG element, i.e., a circle or an ellipse.
|
class |
SVGLine
Utility class that converts a Line2D object into
a corresponding SVG line element.
|
class |
SVGPath
Utility class that converts a Shape object into an SVG
path element.
|
class |
SVGPolygon
Utility class that converts a Polygon object into
an SVG element.
|
class |
SVGRectangle
Utility class that converts a Rectangle2D or RoundRectangle2D
object into an SVG element.
|
class |
SVGShape
Utility class that converts a Shape object into the corresponding
SVG element.
|
Copyright © 2022 Apache Software Foundation. All Rights Reserved.