blob: ad1eb5afba5d200109b23d5aebda08ebd12f220c [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<TITLE>
org.apache.batik.bridge (Apache Batik Javadoc)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.apache.batik.bridge (Apache Batik Javadoc)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../org/apache/batik/apps/ttf2svg/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
&nbsp;<A HREF="../../../../org/apache/batik/bridge/svg12/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/apache/batik/bridge/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<H2>
Package org.apache.batik.bridge
</H2>
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
<P>
<B>See:</B>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="#package_description"><B>Description</B></A>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Interface Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/Bridge.html" title="interface in org.apache.batik.bridge">Bridge</A></B></TD>
<TD>A tagging interface that all bridges must implement.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/BridgeExtension.html" title="interface in org.apache.batik.bridge">BridgeExtension</A></B></TD>
<TD>This is a Service interface for classes that want to extend the
functionality of the Bridge, to support new tags in the rendering tree.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/BridgeUpdateHandler.html" title="interface in org.apache.batik.bridge">BridgeUpdateHandler</A></B></TD>
<TD>Interface for objects interested in being notified of updates.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/ClipBridge.html" title="interface in org.apache.batik.bridge">ClipBridge</A></B></TD>
<TD>Factory class for vending <code>Shape</code> objects that represents a
clipping area.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/DocumentBridge.html" title="interface in org.apache.batik.bridge">DocumentBridge</A></B></TD>
<TD>Interface for bridge classes that operate on Document nodes.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/ErrorConstants.html" title="interface in org.apache.batik.bridge">ErrorConstants</A></B></TD>
<TD>The error code.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/ExternalResourceSecurity.html" title="interface in org.apache.batik.bridge">ExternalResourceSecurity</A></B></TD>
<TD>An interface that allows UserAgents to describe the security
constraints desired for external resources.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/FilterBridge.html" title="interface in org.apache.batik.bridge">FilterBridge</A></B></TD>
<TD>Bridge class for vending <code>Filter</code> objects.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/FilterPrimitiveBridge.html" title="interface in org.apache.batik.bridge">FilterPrimitiveBridge</A></B></TD>
<TD>Factory class for vending <code>Filter</code> objects that represents
a filter primitive.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/FontFamilyResolver.html" title="interface in org.apache.batik.bridge">FontFamilyResolver</A></B></TD>
<TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/GenericBridge.html" title="interface in org.apache.batik.bridge">GenericBridge</A></B></TD>
<TD>A tagging interface that bridges for elements child of <code>GraphicsNodeBridge</code>
should implement.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/GraphicsNodeBridge.html" title="interface in org.apache.batik.bridge">GraphicsNodeBridge</A></B></TD>
<TD>Bridge class for creating, building, and updating a <code>GraphicsNode</code>
according to an <code>Element</code>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/Mark.html" title="interface in org.apache.batik.bridge">Mark</A></B></TD>
<TD>Marker interface, mostly, that encapsulates information about a
selection gesture.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/MarkerBridge.html" title="interface in org.apache.batik.bridge">MarkerBridge</A></B></TD>
<TD>Factory class for vending <code>Marker</code> objects.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/MaskBridge.html" title="interface in org.apache.batik.bridge">MaskBridge</A></B></TD>
<TD>Factory class for vending <code>Mask</code> objects.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/NoRepaintRunnable.html" title="interface in org.apache.batik.bridge">NoRepaintRunnable</A></B></TD>
<TD>A tagging interface to prevent a repaint at the end of the
execution of this runnable.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/PaintBridge.html" title="interface in org.apache.batik.bridge">PaintBridge</A></B></TD>
<TD>Bridge class for vending <code>Paint</code> objects.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/RhinoInterpreter.ArgumentsBuilder.html" title="interface in org.apache.batik.bridge">RhinoInterpreter.ArgumentsBuilder</A></B></TD>
<TD>To build an argument list.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/ScriptHandler.html" title="interface in org.apache.batik.bridge">ScriptHandler</A></B></TD>
<TD>This interface must be implemented in order to call Java code from
an SVG document.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/ScriptSecurity.html" title="interface in org.apache.batik.bridge">ScriptSecurity</A></B></TD>
<TD>An interface that allows UserAgents to describe the security
constraints desired for scripting.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGAnimationEngine.Factory.html" title="interface in org.apache.batik.bridge">SVGAnimationEngine.Factory</A></B></TD>
<TD>Interface for AnimatableValue factories.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/TextLayoutFactory.html" title="interface in org.apache.batik.bridge">TextLayoutFactory</A></B></TD>
<TD>Interface implemented by factory instances that can return
TextSpanLayouts appropriate to AttributedCharacterIterator
instances.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/TextPainter.html" title="interface in org.apache.batik.bridge">TextPainter</A></B></TD>
<TD>Renders the attributed character iterator of a <code>TextNode</code>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/TextSpanLayout.html" title="interface in org.apache.batik.bridge">TextSpanLayout</A></B></TD>
<TD>Class that performs layout of attributed text strings into
glyph sets paintable by TextPainter instances.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/UpdateManagerListener.html" title="interface in org.apache.batik.bridge">UpdateManagerListener</A></B></TD>
<TD>This interface represents a listener to the UpdateManagerEvent events.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/UserAgent.html" title="interface in org.apache.batik.bridge">UserAgent</A></B></TD>
<TD>An interface that provides access to the User Agent informations
needed by the bridge.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/Viewport.html" title="interface in org.apache.batik.bridge">Viewport</A></B></TD>
<TD>Defines a viewport.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/Window.html" title="interface in org.apache.batik.bridge">Window</A></B></TD>
<TD>This interface represents the 'window' object defined in the global
environment of a SVG document.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/Window.URLResponseHandler.html" title="interface in org.apache.batik.bridge">Window.URLResponseHandler</A></B></TD>
<TD>To handle the completion of a 'getURL()' or 'postURL' call.</TD>
</TR>
</TABLE>
&nbsp;
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/AbstractGraphicsNodeBridge.html" title="class in org.apache.batik.bridge">AbstractGraphicsNodeBridge</A></B></TD>
<TD>The base bridge class for SVG graphics node.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/AbstractSVGBridge.html" title="class in org.apache.batik.bridge">AbstractSVGBridge</A></B></TD>
<TD>The base bridge class for SVG elements.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/AbstractSVGFilterPrimitiveElementBridge.html" title="class in org.apache.batik.bridge">AbstractSVGFilterPrimitiveElementBridge</A></B></TD>
<TD>The base bridge class for SVG filter primitives.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/AbstractSVGGradientElementBridge.html" title="class in org.apache.batik.bridge">AbstractSVGGradientElementBridge</A></B></TD>
<TD>Bridge class for vending gradients.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/AbstractSVGGradientElementBridge.Stop.html" title="class in org.apache.batik.bridge">AbstractSVGGradientElementBridge.Stop</A></B></TD>
<TD>This class represents a gradient &lt;stop> element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/AbstractSVGGradientElementBridge.SVGStopElementBridge.html" title="class in org.apache.batik.bridge">AbstractSVGGradientElementBridge.SVGStopElementBridge</A></B></TD>
<TD>Bridge class for the gradient &lt;stop> element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/AbstractSVGLightingElementBridge.html" title="class in org.apache.batik.bridge">AbstractSVGLightingElementBridge</A></B></TD>
<TD>Bridge class for the &lt;feDiffuseLighting> element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/AbstractSVGLightingElementBridge.AbstractSVGLightElementBridge.html" title="class in org.apache.batik.bridge">AbstractSVGLightingElementBridge.AbstractSVGLightElementBridge</A></B></TD>
<TD>The base bridge class for light element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/AbstractSVGLightingElementBridge.SVGFeDistantLightElementBridge.html" title="class in org.apache.batik.bridge">AbstractSVGLightingElementBridge.SVGFeDistantLightElementBridge</A></B></TD>
<TD>Bridge class for the &lt;feDistantLight> element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/AbstractSVGLightingElementBridge.SVGFePointLightElementBridge.html" title="class in org.apache.batik.bridge">AbstractSVGLightingElementBridge.SVGFePointLightElementBridge</A></B></TD>
<TD>Bridge class for the &lt;fePointLight> element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/AbstractSVGLightingElementBridge.SVGFeSpotLightElementBridge.html" title="class in org.apache.batik.bridge">AbstractSVGLightingElementBridge.SVGFeSpotLightElementBridge</A></B></TD>
<TD>Bridge class for the &lt;feSpotLight> element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/AnimatableGenericSVGBridge.html" title="class in org.apache.batik.bridge">AnimatableGenericSVGBridge</A></B></TD>
<TD>Abstract bridge class for animatable elements that do not produce
a GraphicsNode.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/AnimatableSVGBridge.html" title="class in org.apache.batik.bridge">AnimatableSVGBridge</A></B></TD>
<TD>Abstract bridge class for those elements that can be animated.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/AnimationSupport.html" title="class in org.apache.batik.bridge">AnimationSupport</A></B></TD>
<TD>Class that provides utilities for animation support.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/BaseScriptingEnvironment.html" title="class in org.apache.batik.bridge">BaseScriptingEnvironment</A></B></TD>
<TD>This class is the base class for SVG scripting.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/BasicTextPainter.html" title="class in org.apache.batik.bridge">BasicTextPainter</A></B></TD>
<TD>Basic implementation of TextPainter which
renders the attributed character iterator of a <code>TextNode</code>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/BasicTextPainter.BasicMark.html" title="class in org.apache.batik.bridge">BasicTextPainter.BasicMark</A></B></TD>
<TD>This TextPainter's implementation of the Mark interface.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/BridgeContext.html" title="class in org.apache.batik.bridge">BridgeContext</A></B></TD>
<TD>This class represents a context used by the various bridges and the
builder.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/BridgeContext.CSSEngineUserAgentWrapper.html" title="class in org.apache.batik.bridge">BridgeContext.CSSEngineUserAgentWrapper</A></B></TD>
<TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/BridgeContext.EventListenerMememto.html" title="class in org.apache.batik.bridge">BridgeContext.EventListenerMememto</A></B></TD>
<TD>A class used to store an EventListener added to the DOM.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/BridgeContext.SoftReferenceMememto.html" title="class in org.apache.batik.bridge">BridgeContext.SoftReferenceMememto</A></B></TD>
<TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/BridgeEventSupport.html" title="class in org.apache.batik.bridge">BridgeEventSupport</A></B></TD>
<TD>This class is responsible of tracking GraphicsNodeMouseEvent and
fowarding them to the DOM as regular DOM MouseEvent.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/BridgeEventSupport.GVTUnloadListener.html" title="class in org.apache.batik.bridge">BridgeEventSupport.GVTUnloadListener</A></B></TD>
<TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/BridgeEventSupport.Listener.html" title="class in org.apache.batik.bridge">BridgeEventSupport.Listener</A></B></TD>
<TD>A GraphicsNodeMouseListener that dispatch DOM events accordingly.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/ConcreteTextLayoutFactory.html" title="class in org.apache.batik.bridge">ConcreteTextLayoutFactory</A></B></TD>
<TD>Factory instance that returns TextSpanLayouts appropriate to
AttributedCharacterIterator instances.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/ConcreteTextPainter.html" title="class in org.apache.batik.bridge">ConcreteTextPainter</A></B></TD>
<TD>Renders the attributed character iterator of a <code>TextNode</code>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/ConcreteTextSelector.html" title="class in org.apache.batik.bridge">ConcreteTextSelector</A></B></TD>
<TD>A simple implementation of GraphicsNodeMouseListener for text selection.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/CSSFontFace.html" title="class in org.apache.batik.bridge">CSSFontFace</A></B></TD>
<TD>This class represents a &lt;font-face> element or @font-face rule</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/CSSUtilities.html" title="class in org.apache.batik.bridge">CSSUtilities</A></B></TD>
<TD>A collection of utility method involving CSS property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/CursorManager.html" title="class in org.apache.batik.bridge">CursorManager</A></B></TD>
<TD>The CursorManager class is a helper class which preloads the cursors
corresponding to the SVG built in cursors.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/DefaultExternalResourceSecurity.html" title="class in org.apache.batik.bridge">DefaultExternalResourceSecurity</A></B></TD>
<TD>Default implementation for the <code>ExternalResourceSecurity</code> interface.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/DefaultFontFamilyResolver.html" title="class in org.apache.batik.bridge">DefaultFontFamilyResolver</A></B></TD>
<TD>The is a utility class that is used for resolving UnresolvedFontFamilies.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/DefaultScriptSecurity.html" title="class in org.apache.batik.bridge">DefaultScriptSecurity</A></B></TD>
<TD>Default implementation for the <code>ScriptSecurity</code> interface.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/DocumentJarClassLoader.html" title="class in org.apache.batik.bridge">DocumentJarClassLoader</A></B></TD>
<TD>This <code>ClassLoader</code> implementation only grants permission to
connect back to the server from where the document referencing the
jar file was loaded.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/DocumentLoader.html" title="class in org.apache.batik.bridge">DocumentLoader</A></B></TD>
<TD>This class is responsible on loading an SVG document and
maintaining a cache.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/DynamicGVTBuilder.html" title="class in org.apache.batik.bridge">DynamicGVTBuilder</A></B></TD>
<TD>This class is responsible for creating a GVT tree using an SVG DOM tree.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/EmbededExternalResourceSecurity.html" title="class in org.apache.batik.bridge">EmbededExternalResourceSecurity</A></B></TD>
<TD>This implementation of the <code>ExternalResourceSecurity</code> interface only
allows external resources embeded in the document, i.e., externalResources
embeded with the data protocol.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/EmbededScriptSecurity.html" title="class in org.apache.batik.bridge">EmbededScriptSecurity</A></B></TD>
<TD>This implementation of the <code>ScriptSecurity</code> interface only
allows scripts embeded in the document, i.e., scripts whith either
the same URL as the document (as for event attributes) or scripts
embeded with the data protocol.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/FlowGlyphLayout.html" title="class in org.apache.batik.bridge">FlowGlyphLayout</A></B></TD>
<TD>One line Class Desc
Complete Class Desc</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/FlowTextLayoutFactory.html" title="class in org.apache.batik.bridge">FlowTextLayoutFactory</A></B></TD>
<TD>Factory instance that returns TextSpanLayouts appropriate to
FlowRoot instances.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/FlowTextNode.html" title="class in org.apache.batik.bridge">FlowTextNode</A></B></TD>
<TD>One line Class Desc
Complete Class Desc</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/FlowTextPainter.html" title="class in org.apache.batik.bridge">FlowTextPainter</A></B></TD>
<TD>One line Class Desc
Complete Class Desc</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/FocusManager.html" title="class in org.apache.batik.bridge">FocusManager</A></B></TD>
<TD>A class that manages focus on elements.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/FontFace.html" title="class in org.apache.batik.bridge">FontFace</A></B></TD>
<TD>This class represents a &lt;font-face> element or @font-face rule</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/GlobalWrapper.html" title="class in org.apache.batik.bridge">GlobalWrapper</A></B></TD>
<TD>Wrapper class for the SVGGlobal object.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/GlyphLayout.html" title="class in org.apache.batik.bridge">GlyphLayout</A></B></TD>
<TD>Implementation of TextSpanLayout which uses java.awt.font.GlyphVector.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/GVTBuilder.html" title="class in org.apache.batik.bridge">GVTBuilder</A></B></TD>
<TD>This class is responsible for creating a GVT tree using an SVG DOM tree.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/Location.html" title="class in org.apache.batik.bridge">Location</A></B></TD>
<TD>This class implements the org.w3c.dom.Location interface for Batik</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/Messages.html" title="class in org.apache.batik.bridge">Messages</A></B></TD>
<TD>This class manages the message for the bridge module.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/MultiResGraphicsNode.html" title="class in org.apache.batik.bridge">MultiResGraphicsNode</A></B></TD>
<TD>RasterRable This is used to wrap a Rendered Image back into the
RenderableImage world.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/NoLoadExternalResourceSecurity.html" title="class in org.apache.batik.bridge">NoLoadExternalResourceSecurity</A></B></TD>
<TD>This implementation does not allow any external resources to be
referenced from an SVG document.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/NoLoadScriptSecurity.html" title="class in org.apache.batik.bridge">NoLoadScriptSecurity</A></B></TD>
<TD>This implementation for the <code>ScriptSecurity</code> interface
does not allow scripts to be loaded.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/PaintServer.html" title="class in org.apache.batik.bridge">PaintServer</A></B></TD>
<TD>A collection of utility methods to deliver <code>java.awt.Paint</code>,
<code>java.awt.Stroke</code> objects that could be used to paint a
shape.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/RelaxedExternalResourceSecurity.html" title="class in org.apache.batik.bridge">RelaxedExternalResourceSecurity</A></B></TD>
<TD>This implementation of <code>ExternalResourceSecurity</code> allows any
external references.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/RelaxedScriptSecurity.html" title="class in org.apache.batik.bridge">RelaxedScriptSecurity</A></B></TD>
<TD>This implementation for the <code>ScriptSecurity</code> interface.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/RepaintManager.html" title="class in org.apache.batik.bridge">RepaintManager</A></B></TD>
<TD>This class manages the rendering of a GVT tree.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/RhinoInterpreter.html" title="class in org.apache.batik.bridge">RhinoInterpreter</A></B></TD>
<TD>A simple implementation of <code>Interpreter</code> interface to use
Rhino ECMAScript interpreter.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/RhinoInterpreter.Entry.html" title="class in org.apache.batik.bridge">RhinoInterpreter.Entry</A></B></TD>
<TD>Class to store cached compiled scripts.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/RhinoInterpreterFactory.html" title="class in org.apache.batik.bridge">RhinoInterpreterFactory</A></B></TD>
<TD>Allows to create instances of <code>RhinoInterpreter</code> class.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/ScriptingEnvironment.html" title="class in org.apache.batik.bridge">ScriptingEnvironment</A></B></TD>
<TD>This class contains the informations needed by the SVG scripting.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/StrokingTextPainter.html" title="class in org.apache.batik.bridge">StrokingTextPainter</A></B></TD>
<TD>More sophisticated implementation of TextPainter which
renders the attributed character iterator of a <code>TextNode</code>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/StyleReference.html" title="class in org.apache.batik.bridge">StyleReference</A></B></TD>
<TD>A style reference represents a graphics node, CSS property pair.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVG12RhinoInterpreter.html" title="class in org.apache.batik.bridge">SVG12RhinoInterpreter</A></B></TD>
<TD>A RhinoInterpreter for SVG 1.2 documents.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGAElementBridge.html" title="class in org.apache.batik.bridge">SVGAElementBridge</A></B></TD>
<TD>Bridge class for the &lt;a> element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGAElementBridge.AnchorDefaultActionable.html" title="class in org.apache.batik.bridge">SVGAElementBridge.AnchorDefaultActionable</A></B></TD>
<TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGAElementBridge.AnchorListener.html" title="class in org.apache.batik.bridge">SVGAElementBridge.AnchorListener</A></B></TD>
<TD>To handle a click on an anchor.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGAElementBridge.CursorHolder.html" title="class in org.apache.batik.bridge">SVGAElementBridge.CursorHolder</A></B></TD>
<TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGAElementBridge.CursorMouseOutListener.html" title="class in org.apache.batik.bridge">SVGAElementBridge.CursorMouseOutListener</A></B></TD>
<TD>To handle a mouseout on an anchor and set the cursor.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGAElementBridge.CursorMouseOverListener.html" title="class in org.apache.batik.bridge">SVGAElementBridge.CursorMouseOverListener</A></B></TD>
<TD>To handle a mouseover on an anchor and set the cursor.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGAElementBridge.MouseOutDefaultActionable.html" title="class in org.apache.batik.bridge">SVGAElementBridge.MouseOutDefaultActionable</A></B></TD>
<TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGAElementBridge.MouseOverDefaultActionable.html" title="class in org.apache.batik.bridge">SVGAElementBridge.MouseOverDefaultActionable</A></B></TD>
<TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGAltGlyphElementBridge.html" title="class in org.apache.batik.bridge">SVGAltGlyphElementBridge</A></B></TD>
<TD>Bridge class for the &lt;altGlyph> element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGAltGlyphHandler.html" title="class in org.apache.batik.bridge">SVGAltGlyphHandler</A></B></TD>
<TD>SVG font altGlyph handler.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGAnimateColorElementBridge.html" title="class in org.apache.batik.bridge">SVGAnimateColorElementBridge</A></B></TD>
<TD>Bridge class for the 'animateColor' animation element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGAnimateElementBridge.html" title="class in org.apache.batik.bridge">SVGAnimateElementBridge</A></B></TD>
<TD>Bridge class for the 'animate' animation element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGAnimateMotionElementBridge.html" title="class in org.apache.batik.bridge">SVGAnimateMotionElementBridge</A></B></TD>
<TD>Bridge class for the 'animateMotion' animation element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGAnimateTransformElementBridge.html" title="class in org.apache.batik.bridge">SVGAnimateTransformElementBridge</A></B></TD>
<TD>Bridge class for the 'animateTransform' animation element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGAnimationElementBridge.html" title="class in org.apache.batik.bridge">SVGAnimationElementBridge</A></B></TD>
<TD>An abstract base class for the SVG animation element bridges.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGAnimationEngine.html" title="class in org.apache.batik.bridge">SVGAnimationEngine</A></B></TD>
<TD>An AnimationEngine for SVG documents.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGAnimationEngine.AnimationTickRunnable.html" title="class in org.apache.batik.bridge">SVGAnimationEngine.AnimationTickRunnable</A></B></TD>
<TD>Idle runnable to tick the animation.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGAnimationEngine.DebugAnimationTickRunnable.html" title="class in org.apache.batik.bridge">SVGAnimationEngine.DebugAnimationTickRunnable</A></B></TD>
<TD>Idle runnable to tick the animation, that reads times from System.in.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGBridgeExtension.html" title="class in org.apache.batik.bridge">SVGBridgeExtension</A></B></TD>
<TD>This is a Service interface for classes that want to extend the
functionality of the Bridge, to support new tags in the rendering tree.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGBrokenLinkProvider.html" title="class in org.apache.batik.bridge">SVGBrokenLinkProvider</A></B></TD>
<TD>This interface is to be used to provide alternate ways of
generating a placeholder image when the ImageTagRegistry
fails to handle a given reference.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGCircleElementBridge.html" title="class in org.apache.batik.bridge">SVGCircleElementBridge</A></B></TD>
<TD>Bridge class for the &lt;circle> element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGClipPathElementBridge.html" title="class in org.apache.batik.bridge">SVGClipPathElementBridge</A></B></TD>
<TD>Bridge class for the &lt;clipPath> element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGColorProfileElementBridge.html" title="class in org.apache.batik.bridge">SVGColorProfileElementBridge</A></B></TD>
<TD>This class bridges an SVG <code>color-profile</code> element with an
<code>ICC_ColorSpace</code> object.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGDecoratedShapeElementBridge.html" title="class in org.apache.batik.bridge">SVGDecoratedShapeElementBridge</A></B></TD>
<TD>The base bridge class for decorated shapes.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGDescElementBridge.html" title="class in org.apache.batik.bridge">SVGDescElementBridge</A></B></TD>
<TD>Bridge class for the &lt;desc&gt; element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGDescriptiveElementBridge.html" title="class in org.apache.batik.bridge">SVGDescriptiveElementBridge</A></B></TD>
<TD>Base class for 'descriptive' elements, mostly title and desc.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGDocumentBridge.html" title="class in org.apache.batik.bridge">SVGDocumentBridge</A></B></TD>
<TD>Bridge class for an SVGDocument node.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGEllipseElementBridge.html" title="class in org.apache.batik.bridge">SVGEllipseElementBridge</A></B></TD>
<TD>Bridge class for the &lt;ellipse> element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGFeBlendElementBridge.html" title="class in org.apache.batik.bridge">SVGFeBlendElementBridge</A></B></TD>
<TD>Bridge class for the &lt;feBlend> element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGFeColorMatrixElementBridge.html" title="class in org.apache.batik.bridge">SVGFeColorMatrixElementBridge</A></B></TD>
<TD>Bridge class for the &lt;feColorMatrix> element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGFeComponentTransferElementBridge.html" title="class in org.apache.batik.bridge">SVGFeComponentTransferElementBridge</A></B></TD>
<TD>Bridge class for the &lt;feComponentTransfer> element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGFeComponentTransferElementBridge.SVGFeFuncAElementBridge.html" title="class in org.apache.batik.bridge">SVGFeComponentTransferElementBridge.SVGFeFuncAElementBridge</A></B></TD>
<TD>Bridge class for the &lt;feFuncA> element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGFeComponentTransferElementBridge.SVGFeFuncBElementBridge.html" title="class in org.apache.batik.bridge">SVGFeComponentTransferElementBridge.SVGFeFuncBElementBridge</A></B></TD>
<TD>Bridge class for the &lt;feFuncB> element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGFeComponentTransferElementBridge.SVGFeFuncElementBridge.html" title="class in org.apache.batik.bridge">SVGFeComponentTransferElementBridge.SVGFeFuncElementBridge</A></B></TD>
<TD>The base bridge class for component transfer function.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGFeComponentTransferElementBridge.SVGFeFuncGElementBridge.html" title="class in org.apache.batik.bridge">SVGFeComponentTransferElementBridge.SVGFeFuncGElementBridge</A></B></TD>
<TD>Bridge class for the &lt;feFuncG> element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGFeComponentTransferElementBridge.SVGFeFuncRElementBridge.html" title="class in org.apache.batik.bridge">SVGFeComponentTransferElementBridge.SVGFeFuncRElementBridge</A></B></TD>
<TD>Bridge class for the &lt;feFuncR> element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGFeCompositeElementBridge.html" title="class in org.apache.batik.bridge">SVGFeCompositeElementBridge</A></B></TD>
<TD>Bridge class for the &lt;feComposite> element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGFeConvolveMatrixElementBridge.html" title="class in org.apache.batik.bridge">SVGFeConvolveMatrixElementBridge</A></B></TD>
<TD>Bridge class for the &lt;feConvolveMatrix> element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGFeDiffuseLightingElementBridge.html" title="class in org.apache.batik.bridge">SVGFeDiffuseLightingElementBridge</A></B></TD>
<TD>Bridge class for the &lt;feDiffuseLighting> element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGFeDisplacementMapElementBridge.html" title="class in org.apache.batik.bridge">SVGFeDisplacementMapElementBridge</A></B></TD>
<TD>Bridge class for the &lt;feDisplacementMap> element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGFeFloodElementBridge.html" title="class in org.apache.batik.bridge">SVGFeFloodElementBridge</A></B></TD>
<TD>Bridge class for the &lt;feFlood> element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGFeGaussianBlurElementBridge.html" title="class in org.apache.batik.bridge">SVGFeGaussianBlurElementBridge</A></B></TD>
<TD>Bridge class for the &lt;feGaussianBlur> element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGFeImageElementBridge.html" title="class in org.apache.batik.bridge">SVGFeImageElementBridge</A></B></TD>
<TD>Bridge class for the &lt;feImage> element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGFeMergeElementBridge.html" title="class in org.apache.batik.bridge">SVGFeMergeElementBridge</A></B></TD>
<TD>Bridge class for the &lt;feMerge> element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGFeMergeElementBridge.SVGFeMergeNodeElementBridge.html" title="class in org.apache.batik.bridge">SVGFeMergeElementBridge.SVGFeMergeNodeElementBridge</A></B></TD>
<TD>Bridge class for the &lt;feMergeNode> element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGFeMorphologyElementBridge.html" title="class in org.apache.batik.bridge">SVGFeMorphologyElementBridge</A></B></TD>
<TD>Bridge class for the &lt;feMorphology> element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGFeOffsetElementBridge.html" title="class in org.apache.batik.bridge">SVGFeOffsetElementBridge</A></B></TD>
<TD>Bridge class for the &lt;feOffset> element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGFeSpecularLightingElementBridge.html" title="class in org.apache.batik.bridge">SVGFeSpecularLightingElementBridge</A></B></TD>
<TD>Bridge class for the &lt;feSpecularLighting> element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGFeTileElementBridge.html" title="class in org.apache.batik.bridge">SVGFeTileElementBridge</A></B></TD>
<TD>Bridge class for the &lt;feTile> element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGFeTurbulenceElementBridge.html" title="class in org.apache.batik.bridge">SVGFeTurbulenceElementBridge</A></B></TD>
<TD>Bridge class for the &lt;feTurbulence> element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGFilterElementBridge.html" title="class in org.apache.batik.bridge">SVGFilterElementBridge</A></B></TD>
<TD>Bridge class for the &lt;filter> element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGFontElementBridge.html" title="class in org.apache.batik.bridge">SVGFontElementBridge</A></B></TD>
<TD>Bridge class for the &lt;font> element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGFontFace.html" title="class in org.apache.batik.bridge">SVGFontFace</A></B></TD>
<TD>This class represents a &lt;font-face> element or @font-face rule</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGFontFaceElementBridge.html" title="class in org.apache.batik.bridge">SVGFontFaceElementBridge</A></B></TD>
<TD>Bridge class for the &lt;font-face> element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGFontFamily.html" title="class in org.apache.batik.bridge">SVGFontFamily</A></B></TD>
<TD>A font family class for SVG fonts.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGFontUtilities.html" title="class in org.apache.batik.bridge">SVGFontUtilities</A></B></TD>
<TD>Utility class for SVG fonts.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGGElementBridge.html" title="class in org.apache.batik.bridge">SVGGElementBridge</A></B></TD>
<TD>Bridge class for the &lt;g> element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGGlyphElementBridge.html" title="class in org.apache.batik.bridge">SVGGlyphElementBridge</A></B></TD>
<TD>Bridge class for the &lt;glyph> element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGGVTFont.html" title="class in org.apache.batik.bridge">SVGGVTFont</A></B></TD>
<TD>Represents an SVG font.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGHKernElementBridge.html" title="class in org.apache.batik.bridge">SVGHKernElementBridge</A></B></TD>
<TD>Bridge class for the &lt;hkern> element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGImageElementBridge.html" title="class in org.apache.batik.bridge">SVGImageElementBridge</A></B></TD>
<TD>Bridge class for the &lt;image> element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGImageElementBridge.ForwardEventListener.html" title="class in org.apache.batik.bridge">SVGImageElementBridge.ForwardEventListener</A></B></TD>
<TD>A simple DOM listener to forward events from the SVG image document to
the original document.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGImageElementBridge.ProtectedStream.html" title="class in org.apache.batik.bridge">SVGImageElementBridge.ProtectedStream</A></B></TD>
<TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGKernElementBridge.html" title="class in org.apache.batik.bridge">SVGKernElementBridge</A></B></TD>
<TD>A base Bridge class for the kerning elements.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGLinearGradientElementBridge.html" title="class in org.apache.batik.bridge">SVGLinearGradientElementBridge</A></B></TD>
<TD>Bridge class for the &lt;linearGradient> element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGLineElementBridge.html" title="class in org.apache.batik.bridge">SVGLineElementBridge</A></B></TD>
<TD>Bridge class for the &lt;line> element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGMarkerElementBridge.html" title="class in org.apache.batik.bridge">SVGMarkerElementBridge</A></B></TD>
<TD>Bridge class for the &lt;marker> element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGMaskElementBridge.html" title="class in org.apache.batik.bridge">SVGMaskElementBridge</A></B></TD>
<TD>Bridge class for the &lt;mask> element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGMissingGlyphElementBridge.html" title="class in org.apache.batik.bridge">SVGMissingGlyphElementBridge</A></B></TD>
<TD>Bridge class for the &lt;missing-glyph> element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGPathElementBridge.html" title="class in org.apache.batik.bridge">SVGPathElementBridge</A></B></TD>
<TD>Bridge class for the &lt;path> element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGPatternElementBridge.html" title="class in org.apache.batik.bridge">SVGPatternElementBridge</A></B></TD>
<TD>Bridge class for the &lt;pattern> element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGPatternElementBridge.PatternGraphicsNode.html" title="class in org.apache.batik.bridge">SVGPatternElementBridge.PatternGraphicsNode</A></B></TD>
<TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGPolygonElementBridge.html" title="class in org.apache.batik.bridge">SVGPolygonElementBridge</A></B></TD>
<TD>Bridge class for the &lt;polygon> element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGPolylineElementBridge.html" title="class in org.apache.batik.bridge">SVGPolylineElementBridge</A></B></TD>
<TD>Bridge class for the &lt;polyline> element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGRadialGradientElementBridge.html" title="class in org.apache.batik.bridge">SVGRadialGradientElementBridge</A></B></TD>
<TD>Bridge class for the &lt;radialGradient> element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGRectElementBridge.html" title="class in org.apache.batik.bridge">SVGRectElementBridge</A></B></TD>
<TD>Bridge class for the &lt;rect> element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGSetElementBridge.html" title="class in org.apache.batik.bridge">SVGSetElementBridge</A></B></TD>
<TD>A bridge class for the 'set' animation element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGShapeElementBridge.html" title="class in org.apache.batik.bridge">SVGShapeElementBridge</A></B></TD>
<TD>The base bridge class for shapes.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGSVGElementBridge.html" title="class in org.apache.batik.bridge">SVGSVGElementBridge</A></B></TD>
<TD>Bridge class for the &lt;svg> element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGSVGElementBridge.SVGSVGElementViewport.html" title="class in org.apache.batik.bridge">SVGSVGElementBridge.SVGSVGElementViewport</A></B></TD>
<TD>A viewport defined an &lt;svg> element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGSwitchElementBridge.html" title="class in org.apache.batik.bridge">SVGSwitchElementBridge</A></B></TD>
<TD>Bridge class for the &lt;switch> element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGTextElementBridge.html" title="class in org.apache.batik.bridge">SVGTextElementBridge</A></B></TD>
<TD>Bridge class for the &lt;text> element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGTextElementBridge.AttributedStringBuffer.html" title="class in org.apache.batik.bridge">SVGTextElementBridge.AttributedStringBuffer</A></B></TD>
<TD>This class is used to build an AttributedString.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGTextElementBridge.CharacterInformation.html" title="class in org.apache.batik.bridge">SVGTextElementBridge.CharacterInformation</A></B></TD>
<TD>Helper class to collect information about one Glyph
in the GlyphVector</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGTextPathElementBridge.html" title="class in org.apache.batik.bridge">SVGTextPathElementBridge</A></B></TD>
<TD>Bridge class for the &lt;textPath> element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGTitleElementBridge.html" title="class in org.apache.batik.bridge">SVGTitleElementBridge</A></B></TD>
<TD>Bridge class for the &lt;title&gt; element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGUseElementBridge.html" title="class in org.apache.batik.bridge">SVGUseElementBridge</A></B></TD>
<TD>Bridge class for the &lt;use> element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGUseElementBridge.CursorMouseOverListener.html" title="class in org.apache.batik.bridge">SVGUseElementBridge.CursorMouseOverListener</A></B></TD>
<TD>To handle a mouseover on an anchor and set the cursor.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGUtilities.html" title="class in org.apache.batik.bridge">SVGUtilities</A></B></TD>
<TD>A collection of utility methods for SVG.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/SVGVKernElementBridge.html" title="class in org.apache.batik.bridge">SVGVKernElementBridge</A></B></TD>
<TD>Bridge class for the &lt;vkern> element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/TextHit.html" title="class in org.apache.batik.bridge">TextHit</A></B></TD>
<TD>Class that encapsulates information returned from hit testing
a <code>TextSpanLayout</code> instance.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/TextNode.html" title="class in org.apache.batik.bridge">TextNode</A></B></TD>
<TD>A graphics node that represents text.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/TextNode.Anchor.html" title="class in org.apache.batik.bridge">TextNode.Anchor</A></B></TD>
<TD>Defines where the text of a <code>TextNode</code> can be anchored
relative to its location.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/TextUtilities.html" title="class in org.apache.batik.bridge">TextUtilities</A></B></TD>
<TD>A collection of utility method for text.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/UnitProcessor.html" title="class in org.apache.batik.bridge">UnitProcessor</A></B></TD>
<TD>This class provides methods to convert SVG length and coordinate to
float in user units.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/UnitProcessor.DefaultContext.html" title="class in org.apache.batik.bridge">UnitProcessor.DefaultContext</A></B></TD>
<TD>This class is the default context for a particular element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/UpdateManager.html" title="class in org.apache.batik.bridge">UpdateManager</A></B></TD>
<TD>This class provides features to manage the update of an SVG document.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/UpdateManagerAdapter.html" title="class in org.apache.batik.bridge">UpdateManagerAdapter</A></B></TD>
<TD>This is an adapter for the UpdateManagerListener interface.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/UpdateManagerEvent.html" title="class in org.apache.batik.bridge">UpdateManagerEvent</A></B></TD>
<TD>This class represents an event which indicate an event originated
from a UpdateManager instance.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/URIResolver.html" title="class in org.apache.batik.bridge">URIResolver</A></B></TD>
<TD>This class is used to resolve the URI that can be found in a SVG document.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/UserAgentAdapter.html" title="class in org.apache.batik.bridge">UserAgentAdapter</A></B></TD>
<TD>An abstract user agent adaptor implementation.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/UserAgentViewport.html" title="class in org.apache.batik.bridge">UserAgentViewport</A></B></TD>
<TD>Defines a viewport for a <code>UserAgent</code>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/ViewBox.html" title="class in org.apache.batik.bridge">ViewBox</A></B></TD>
<TD>This class provides convenient methods to handle viewport.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/ViewBox.ViewHandler.html" title="class in org.apache.batik.bridge">ViewBox.ViewHandler</A></B></TD>
<TD>This class can be used to store the value of the attribute viewBox or can
also be used to store the various attribute value that can be specified
on a SVG URI fragments.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/WindowWrapper.html" title="class in org.apache.batik.bridge">WindowWrapper</A></B></TD>
<TD>This class wraps a Window object to expose it to the interpreter.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/WindowWrapper.FunctionWrapper.html" title="class in org.apache.batik.bridge">WindowWrapper.FunctionWrapper</A></B></TD>
<TD>To wrap a function in an handler.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/WindowWrapper.GetURLFunctionWrapper.html" title="class in org.apache.batik.bridge">WindowWrapper.GetURLFunctionWrapper</A></B></TD>
<TD>To wrap a function passed to getURL().</TD>
</TR>
</TABLE>
&nbsp;
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Exception Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/BridgeException.html" title="class in org.apache.batik.bridge">BridgeException</A></B></TD>
<TD>Thrown when the bridge has detected an error.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/bridge/InterruptedBridgeException.html" title="class in org.apache.batik.bridge">InterruptedBridgeException</A></B></TD>
<TD>This class represents the exception thrown by the bridge when the
current thread was interrupted.</TD>
</TR>
</TABLE>
&nbsp;
<P>
<A NAME="package_description"><!-- --></A><H2>
Package org.apache.batik.bridge Description
</H2>
<P>
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
<P>
<P>
<DL>
</DL>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../org/apache/batik/apps/ttf2svg/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
&nbsp;<A HREF="../../../../org/apache/batik/bridge/svg12/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/apache/batik/bridge/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 2017 <a href='http://www.apache.org/'>Apache Software Foundation</a>. All Rights Reserved.
</BODY>
</HTML>