Uses of Interface
org.apache.batik.dom.svg.SVGContext
Packages that use SVGContext
Package
Description
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
-
Uses of SVGContext in org.apache.batik.anim.dom
Subinterfaces of SVGContext in org.apache.batik.anim.domModifier and TypeInterfaceDescriptioninterface
Context interface for elements that can be the target of animations.Fields in org.apache.batik.anim.dom declared as SVGContextModifier and TypeFieldDescriptionprotected SVGContext
SVGOMDocument.svgContext
The SVG context.protected SVGContext
SVGOMElement.svgContext
The SVG context to get SVG specific informations.Methods in org.apache.batik.anim.dom that return SVGContextModifier and TypeMethodDescriptionSVGOMDocument.getSVGContext()
Returns the SVG context used to get SVG specific informations.SVGOMElement.getSVGContext()
Returns the SVG context used to get SVG specific informations.Methods in org.apache.batik.anim.dom with parameters of type SVGContextModifier and TypeMethodDescriptionvoid
SVGOMDocument.setSVGContext
(SVGContext ctx) Sets the SVG context to use to get SVG specific informations.void
SVGOMElement.setSVGContext
(SVGContext ctx) Sets the SVG context to use to get SVG specific informations. -
Uses of SVGContext in org.apache.batik.bridge
Classes in org.apache.batik.bridge that implement SVGContextModifier and TypeClassDescriptionclass
The base bridge class for SVG graphics node.class
The base bridge class for SVG filter primitives.class
Bridge class for vending gradients.static class
Bridge class for the gradient <stop> element.class
Bridge class for the <feDiffuseLighting> element.protected static class
The base bridge class for light element.static class
Bridge class for the <feDistantLight> element.static class
Bridge class for the <fePointLight> element.static class
Bridge class for the <feSpotLight> element.class
Abstract bridge class for animatable elements that do not produce a GraphicsNode.class
Abstract bridge class for those elements that can be animated.class
Bridge class for the <a> element.class
Bridge class for the 'animateColor' animation element.class
Bridge class for the 'animate' animation element.class
Bridge class for the 'animateMotion' animation element.class
Bridge class for the 'animateTransform' animation element.class
An abstract base class for the SVG animation element bridges.class
Bridge class for the <circle> element.class
Bridge class for the <clipPath> element.class
The base bridge class for decorated shapes.class
Bridge class for the <desc> element.class
Base class for 'descriptive' elements, mostly title and desc.class
Bridge class for an SVGDocument node.class
Bridge class for the <ellipse> element.class
Bridge class for the <feBlend> element.class
Bridge class for the <feColorMatrix> element.class
Bridge class for the <feComponentTransfer> element.static class
Bridge class for the <feFuncA> element.static class
Bridge class for the <feFuncB> element.protected static class
The base bridge class for component transfer function.static class
Bridge class for the <feFuncG> element.static class
Bridge class for the <feFuncR> element.class
Bridge class for the <feComposite> element.class
Bridge class for the <feConvolveMatrix> element.class
Bridge class for the <feDiffuseLighting> element.class
Bridge class for the <feDisplacementMap> element.class
Bridge class for the <feFlood> element.class
Bridge class for the <feGaussianBlur> element.class
Bridge class for the <feImage> element.class
Bridge class for the <feMerge> element.static class
Bridge class for the <feMergeNode> element.class
Bridge class for the <feMorphology> element.class
Bridge class for the <feOffset> element.class
Bridge class for the <feSpecularLighting> element.class
Bridge class for the <feTile> element.class
Bridge class for the <feTurbulence> element.class
Bridge class for the <filter> element.class
Bridge class for the <g> element.class
Bridge class for the <image> element.class
Bridge class for the <linearGradient> element.class
Bridge class for the <line> element.class
Bridge class for the <marker> element.class
Bridge class for the <mask> element.class
Bridge class for the <path> element.class
Bridge class for the <pattern> element.class
Bridge class for the <polygon> element.class
Bridge class for the <polyline> element.class
Bridge class for the <radialGradient> element.class
Bridge class for the <rect> element.class
A bridge class for the 'set' animation element.class
The base bridge class for shapes.class
Bridge class for the <svg> element.class
Bridge class for the <switch> element.class
Bridge class for the <text> element.protected class
Implementation for theBridgeUpdateHandler
for the child elements of <text>.static class
Implementation ofSVGContext
for the children of <text>protected class
protected class
BridgeUpdateHandle for <textPath> element.protected class
BridgeUpdateHandle for <tref> element.protected class
BridgeUpdateHandle for <tspan> element.class
Bridge class for the <textPath> element.class
Bridge class for the <title> element.class
Bridge class for the <use> element.Methods in org.apache.batik.bridge that return SVGContextModifier and TypeMethodDescriptionprotected static SVGContext
BridgeContext.getSVGContext
(Node node) Returns the SVGContext associated to the specified Node or null if there is none. -
Uses of SVGContext in org.apache.batik.bridge.svg12
Classes in org.apache.batik.bridge.svg12 that implement SVGContextModifier and TypeClassDescriptionclass
Bridge class for foreign namespace elements that can be bound with sXBL.class
Bridge class for SVG 'text' elements with support for text content that has been specified with XBL.class
Bridge class for the <flowRoot> element.protected class
Bridge class for flow text children that contain text.class
Bridge class for the <multiImage> element.class
Bridge class for a regular polygon element.class
Bridge class for the <xbl:content> element.class
Bridge class for the <xbl:shadowTree> element. -
Uses of SVGContext in org.apache.batik.dom.svg
Subinterfaces of SVGContext in org.apache.batik.dom.svgModifier and TypeInterfaceDescriptioninterface
Context class for SVG animation elements to support extra methods.interface
Context class for the SVG path element to support extra methods.interface
Context class for svg:svg elements. -
Uses of SVGContext in org.apache.batik.extension.svg
Classes in org.apache.batik.extension.svg that implement SVGContextModifier and TypeClassDescriptionclass
Bridge class for the <flowText> element.protected class
Bridge class for flow text children that contain text.class
Bridge class for a histogram normalization element.class
Bridge class for a regular polygon element.class
Bridge class for a star element.