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 TypeInterfaceDescriptioninterfaceContext interface for elements that can be the target of animations.Fields in org.apache.batik.anim.dom declared as SVGContextModifier and TypeFieldDescriptionprotected SVGContextSVGOMDocument.svgContextThe SVG context.protected SVGContextSVGOMElement.svgContextThe 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 TypeMethodDescriptionvoidSVGOMDocument.setSVGContext(SVGContext ctx) Sets the SVG context to use to get SVG specific informations.voidSVGOMElement.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 TypeClassDescriptionclassThe base bridge class for SVG graphics node.classThe base bridge class for SVG filter primitives.classBridge class for vending gradients.static classBridge class for the gradient <stop> element.classBridge class for the <feDiffuseLighting> element.protected static classThe base bridge class for light element.static classBridge class for the <feDistantLight> element.static classBridge class for the <fePointLight> element.static classBridge class for the <feSpotLight> element.classAbstract bridge class for animatable elements that do not produce a GraphicsNode.classAbstract bridge class for those elements that can be animated.classBridge class for the <a> element.classBridge class for the 'animateColor' animation element.classBridge class for the 'animate' animation element.classBridge class for the 'animateMotion' animation element.classBridge class for the 'animateTransform' animation element.classAn abstract base class for the SVG animation element bridges.classBridge class for the <circle> element.classBridge class for the <clipPath> element.classThe base bridge class for decorated shapes.classBridge class for the <desc> element.classBase class for 'descriptive' elements, mostly title and desc.classBridge class for an SVGDocument node.classBridge class for the <ellipse> element.classBridge class for the <feBlend> element.classBridge class for the <feColorMatrix> element.classBridge class for the <feComponentTransfer> element.static classBridge class for the <feFuncA> element.static classBridge class for the <feFuncB> element.protected static classThe base bridge class for component transfer function.static classBridge class for the <feFuncG> element.static classBridge class for the <feFuncR> element.classBridge class for the <feComposite> element.classBridge class for the <feConvolveMatrix> element.classBridge class for the <feDiffuseLighting> element.classBridge class for the <feDisplacementMap> element.classBridge class for the <feFlood> element.classBridge class for the <feGaussianBlur> element.classBridge class for the <feImage> element.classBridge class for the <feMerge> element.static classBridge class for the <feMergeNode> element.classBridge class for the <feMorphology> element.classBridge class for the <feOffset> element.classBridge class for the <feSpecularLighting> element.classBridge class for the <feTile> element.classBridge class for the <feTurbulence> element.classBridge class for the <filter> element.classBridge class for the <g> element.classBridge class for the <image> element.classBridge class for the <linearGradient> element.classBridge class for the <line> element.classBridge class for the <marker> element.classBridge class for the <mask> element.classBridge class for the <path> element.classBridge class for the <pattern> element.classBridge class for the <polygon> element.classBridge class for the <polyline> element.classBridge class for the <radialGradient> element.classBridge class for the <rect> element.classA bridge class for the 'set' animation element.classThe base bridge class for shapes.classBridge class for the <svg> element.classBridge class for the <switch> element.classBridge class for the <text> element.protected classImplementation for theBridgeUpdateHandlerfor the child elements of <text>.static classImplementation ofSVGContextfor the children of <text>protected classprotected classBridgeUpdateHandle for <textPath> element.protected classBridgeUpdateHandle for <tref> element.protected classBridgeUpdateHandle for <tspan> element.classBridge class for the <textPath> element.classBridge class for the <title> element.classBridge class for the <use> element.Methods in org.apache.batik.bridge that return SVGContextModifier and TypeMethodDescriptionprotected static SVGContextBridgeContext.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 TypeClassDescriptionclassBridge class for foreign namespace elements that can be bound with sXBL.classBridge class for SVG 'text' elements with support for text content that has been specified with XBL.classBridge class for the <flowRoot> element.protected classBridge class for flow text children that contain text.classBridge class for the <multiImage> element.classBridge class for a regular polygon element.classBridge class for the <xbl:content> element.classBridge 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 TypeInterfaceDescriptioninterfaceContext class for SVG animation elements to support extra methods.interfaceContext class for the SVG path element to support extra methods.interfaceContext 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 TypeClassDescriptionclassBridge class for the <flowText> element.protected classBridge class for flow text children that contain text.classBridge class for a histogram normalization element.classBridge class for a regular polygon element.classBridge class for a star element.