Uses of Interface
org.apache.batik.gvt.renderer.ImageRenderer
Packages that use ImageRenderer
Package
Description
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
Provides transcoders for transcoding a SVG document fragment
to an image.
-
Uses of ImageRenderer in org.apache.batik.bridge
Fields in org.apache.batik.bridge declared as ImageRendererModifier and TypeFieldDescriptionprotected ImageRendererRepaintManager.rendererThe renderer used to repaint the buffer.Methods in org.apache.batik.bridge with parameters of type ImageRendererModifier and TypeMethodDescriptionvoidUpdateManager.manageUpdates(ImageRenderer r) Finishes the UpdateManager initialization.Constructors in org.apache.batik.bridge with parameters of type ImageRenderer -
Uses of ImageRenderer in org.apache.batik.gvt.renderer
Classes in org.apache.batik.gvt.renderer that implement ImageRendererModifier and TypeClassDescriptionclassSimple implementation of the Renderer that supports dynamic updates.classSimple implementation of the Renderer that supports dynamic updates.classSimple implementation of the Renderer that simply does static rendering in an offscreen buffer image.Methods in org.apache.batik.gvt.renderer that return ImageRendererModifier and TypeMethodDescriptionConcreteImageRendererFactory.createDynamicImageRenderer()Creates a new dynamic image renderer.ImageRendererFactory.createDynamicImageRenderer()Creates a new dynamic renderer.ConcreteImageRendererFactory.createStaticImageRenderer()Creates a new static image renderer.ImageRendererFactory.createStaticImageRenderer()Creates a new static renderer. -
Uses of ImageRenderer in org.apache.batik.swing.gvt
Fields in org.apache.batik.swing.gvt declared as ImageRendererModifier and TypeFieldDescriptionprotected ImageRendererGVTTreeRenderer.rendererThe renderer used to paint.protected ImageRendererJGVTComponent.rendererThe current renderer.Methods in org.apache.batik.swing.gvt that return ImageRendererModifier and TypeMethodDescriptionprotected ImageRendererJGVTComponent.createImageRenderer()Creates a new renderer.Constructors in org.apache.batik.swing.gvt with parameters of type ImageRendererModifierConstructorDescriptionGVTTreeRenderer(ImageRenderer r, AffineTransform usr2dev, boolean dbuffer, Shape aoi, int width, int height) Creates a new GVTTreeRenderer. -
Uses of ImageRenderer in org.apache.batik.swing.svg
Methods in org.apache.batik.swing.svg that return ImageRendererModifier and TypeMethodDescriptionprotected ImageRendererJSVGComponent.createImageRenderer()Creates a new renderer. -
Uses of ImageRenderer in org.apache.batik.transcoder.image
Methods in org.apache.batik.transcoder.image that return ImageRendererModifier and TypeMethodDescriptionprotected ImageRendererImageTranscoder.createRenderer()Method so subclasses can modify the Renderer used to render document.