public interface ExtensionHandler
Modifier and Type | Method and Description |
---|---|
SVGCompositeDescriptor |
handleComposite(Composite composite,
SVGGeneratorContext generatorContext) |
SVGFilterDescriptor |
handleFilter(BufferedImageOp filter,
Rectangle filterRect,
SVGGeneratorContext generatorContext) |
SVGPaintDescriptor |
handlePaint(Paint paint,
SVGGeneratorContext generatorContext) |
SVGPaintDescriptor handlePaint(Paint paint, SVGGeneratorContext generatorContext)
paint
- Custom Paint to be converted to SVGgeneratorContext
- allows the handler to build DOM objects as needed.SVGCompositeDescriptor handleComposite(Composite composite, SVGGeneratorContext generatorContext)
composite
- Custom Composite to be converted to SVG.generatorContext
- allows the handler to build DOM objects as needed.SVGFilterDescriptor handleFilter(BufferedImageOp filter, Rectangle filterRect, SVGGeneratorContext generatorContext)
filter
- Custom filter to be converted to SVG.filterRect
- Rectangle, in device space, that defines the area
to which filtering applies. May be null, meaning that the
area is undefined.generatorContext
- allows the handler to build DOM objects as needed.Copyright © 2000–2023 Apache Software Foundation. All rights reserved.