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 | Method and Description |
---|---|
SVGPaintDescriptor |
DefaultExtensionHandler.handlePaint(Paint paint,
SVGGeneratorContext generatorContext) |
SVGPaintDescriptor |
ExtensionHandler.handlePaint(Paint paint,
SVGGeneratorContext generatorContext) |
static SVGPaintDescriptor |
SVGColor.toSVG(Color color,
SVGGeneratorContext gc)
Converts a Color object to a set of two corresponding
values: a CSS color string and an opacity value.
|
SVGPaintDescriptor |
SVGLinearGradient.toSVG(GradientPaint gradient) |
SVGPaintDescriptor |
SVGCustomPaint.toSVG(Paint paint) |
SVGPaintDescriptor |
SVGPaint.toSVG(Paint paint) |
SVGPaintDescriptor |
SVGTexturePaint.toSVG(TexturePaint texture) |
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.