|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SVGGeneratorContext | |
org.apache.batik.svggen | Provides an API on top of the
AbstractGraphics2D to translate
Java 2D primitives into the SVG format. |
Uses of SVGGeneratorContext in org.apache.batik.svggen |
Fields in org.apache.batik.svggen declared as SVGGeneratorContext | |
protected SVGGeneratorContext |
AbstractSVGFilterConverter.generatorContext
Used by converters to create Elements and other DOM objects |
protected SVGGeneratorContext |
SVGGraphicObjectConverter.generatorContext
Used by converters to create Elements and other DOM objects. |
protected SVGGeneratorContext |
AbstractSVGConverter.generatorContext
Used by converters to create Elements and other DOM objects |
Methods in org.apache.batik.svggen that return SVGGeneratorContext | |
SVGGeneratorContext |
SVGGraphics2D.getGeneratorContext()
|
static SVGGeneratorContext |
SVGGeneratorContext.createDefault(Document domFactory)
Creates an instance of SVGGeneratorContext with the
given domFactory and with the default values for the
other information. |
protected SVGGeneratorContext |
SVGGraphics2DUnitTester.getContext(Document domFactory)
|
Methods in org.apache.batik.svggen with parameters of type SVGGeneratorContext | |
SVGPaintDescriptor |
DefaultExtensionHandler.handlePaint(java.awt.Paint paint,
SVGGeneratorContext generatorContext)
|
SVGCompositeDescriptor |
DefaultExtensionHandler.handleComposite(java.awt.Composite composite,
SVGGeneratorContext generatorContext)
|
SVGFilterDescriptor |
DefaultExtensionHandler.handleFilter(java.awt.image.BufferedImageOp filter,
java.awt.Rectangle filterRect,
SVGGeneratorContext generatorContext)
|
SVGPaintDescriptor |
ExtensionHandler.handlePaint(java.awt.Paint paint,
SVGGeneratorContext generatorContext)
|
SVGCompositeDescriptor |
ExtensionHandler.handleComposite(java.awt.Composite composite,
SVGGeneratorContext generatorContext)
|
SVGFilterDescriptor |
ExtensionHandler.handleFilter(java.awt.image.BufferedImageOp filter,
java.awt.Rectangle filterRect,
SVGGeneratorContext generatorContext)
|
void |
DefaultImageHandler.handleImage(java.awt.Image image,
Element imageElement,
SVGGeneratorContext generatorContext)
The handler should set the xlink:href tag and the width and height attributes. |
void |
DefaultImageHandler.handleImage(java.awt.image.RenderedImage image,
Element imageElement,
SVGGeneratorContext generatorContext)
The handler should set the xlink:href tag and the width and height attributes. |
void |
DefaultImageHandler.handleImage(java.awt.image.renderable.RenderableImage image,
Element imageElement,
SVGGeneratorContext generatorContext)
The handler should set the xlink:href tag and the width and height attributes. |
protected void |
DefaultImageHandler.handleHREF(java.awt.Image image,
Element imageElement,
SVGGeneratorContext generatorContext)
This template method should set the xlink:href attribute on the input Element parameter |
protected void |
DefaultImageHandler.handleHREF(java.awt.image.RenderedImage image,
Element imageElement,
SVGGeneratorContext generatorContext)
This template method should set the xlink:href attribute on the input Element parameter |
protected void |
DefaultImageHandler.handleHREF(java.awt.image.renderable.RenderableImage image,
Element imageElement,
SVGGeneratorContext generatorContext)
This template method should set the xlink:href attribute on the input Element parameter |
protected void |
ImageHandlerBase64Encoder.handleHREF(java.awt.Image image,
Element imageElement,
SVGGeneratorContext generatorContext)
The handler should set the xlink:href tag and the width and height attributes. |
protected void |
ImageHandlerBase64Encoder.handleHREF(java.awt.image.renderable.RenderableImage image,
Element imageElement,
SVGGeneratorContext generatorContext)
The handler should set the xlink:href tag and the width and height attributes. |
protected void |
ImageHandlerBase64Encoder.handleHREF(java.awt.image.RenderedImage image,
Element imageElement,
SVGGeneratorContext generatorContext)
This version of handleHREF encodes the input image into a PNG image whose bytes are then encoded with Base64. |
void |
StyleHandler.setStyle(Element element,
java.util.Map styleMap,
SVGGeneratorContext generatorContext)
Sets the style described by styleMap on the given
element . |
void |
ImageHandler.handleImage(java.awt.Image image,
Element imageElement,
SVGGeneratorContext generatorContext)
The handler should set the xlink:href tag and the width and height attributes. |
void |
ImageHandler.handleImage(java.awt.image.RenderedImage image,
Element imageElement,
SVGGeneratorContext generatorContext)
The handler should set the xlink:href tag and the width and height attributes. |
void |
ImageHandler.handleImage(java.awt.image.renderable.RenderableImage image,
Element imageElement,
SVGGeneratorContext generatorContext)
The handler should set the xlink:href tag and the width and height attributes. |
protected void |
AbstractImageHandlerEncoder.handleHREF(java.awt.Image image,
Element imageElement,
SVGGeneratorContext generatorContext)
This template method should set the xlink:href attribute on the input Element parameter |
protected void |
AbstractImageHandlerEncoder.handleHREF(java.awt.image.RenderedImage image,
Element imageElement,
SVGGeneratorContext generatorContext)
This template method should set the xlink:href attribute on the input Element parameter |
protected void |
AbstractImageHandlerEncoder.handleHREF(java.awt.image.renderable.RenderableImage image,
Element imageElement,
SVGGeneratorContext generatorContext)
This template method should set the xlink:href attribute on the input Element parameter |
void |
DefaultStyleHandler.setStyle(Element element,
java.util.Map styleMap,
SVGGeneratorContext generatorContext)
Sets the style described by styleMap on the given
element . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |