Uses of Interface
org.apache.batik.i18n.Localizable

Packages that use Localizable
org.apache.batik.css.parser Provides a CSS parser conform to the SAC API. 
org.apache.batik.dom Provides an implementation of the DOM level 2 core module. 
org.apache.batik.dom.svg   
org.apache.batik.i18n Provides utility classes for internationalization. 
org.apache.batik.parser Provides a set of parsers and objects to manipulate SVG attributes. 
org.apache.batik.script Provides an API for interpreting scripting language found in SVG files. 
org.apache.batik.script.jacl Provides an API for interpreting Tcl language through the Jacl interpreter. 
org.apache.batik.script.jpython Provides an API for interpreting Python language through the JPython interpreter. 
org.apache.batik.script.rhino Provides an API for interpreting JavaScript language through the Rhino interpreter. 
org.apache.batik.xml   
 

Uses of Localizable in org.apache.batik.css.parser
 

Classes in org.apache.batik.css.parser that implement Localizable
 class Parser
          This class implements the Parser interface.
 

Uses of Localizable in org.apache.batik.dom
 

Classes in org.apache.batik.dom that implement Localizable
 class AbstractDocument
          This class implements the Document interface.
 class GenericDocument
          This class implements the Document, DocumentEvent.
 

Uses of Localizable in org.apache.batik.dom.svg
 

Classes in org.apache.batik.dom.svg that implement Localizable
 class ExtensibleSVGDOMImplementation
          This class implements the DOMImplementation interface.
 class SVGDOMImplementation
          This class implements the DOMImplementation interface.
 class SVGOMDocument
          This class implements SVGDocument.
 

Uses of Localizable in org.apache.batik.i18n
 

Subinterfaces of Localizable in org.apache.batik.i18n
 interface ExtendedLocalizable
          This interface provides much more control over internationalization than the Localizable interface.
 

Classes in org.apache.batik.i18n that implement Localizable
 class LocalizableSupport
          This class provides a default implementation of the Localizable interface.
 

Uses of Localizable in org.apache.batik.parser
 

Subinterfaces of Localizable in org.apache.batik.parser
 interface ClockParser
          This interface represents an event-based parser for the SVG clock values.
 interface Parser
          This interface represents a parser.
 

Classes in org.apache.batik.parser that implement Localizable
 class AbstractParser
          This class is the superclass of all parsers.
 class AngleParser
          This class implements an event-based parser for the SVG angle values.
 class FragmentIdentifierParser
          This class represents an event-based parser for the SVG fragment identifiers.
 class LengthListParser
          This class implements an event-based parser for the SVG length list values.
 class LengthParser
          This class implements an event-based parser for the SVG length values.
 class NumberParser
          This class represents a parser with support for numbers.
 class PathParser
          This class implements an event-based parser for the SVG path's d attribute values.
 class PointsParser
          This class implements an event-based parser for the SVG points attribute values (used with polyline and polygon elements).
 class PreserveAspectRatioParser
          This class implements an event-based parser for the SVG preserveAspectRatio attribute values.
 class TransformListParser
          This class implements an event-based parser for the SVG transform attribute values.
 

Uses of Localizable in org.apache.batik.script
 

Subinterfaces of Localizable in org.apache.batik.script
 interface Interpreter
          An hight level interface that represents an interpreter engine of a particular scripting language.
 

Uses of Localizable in org.apache.batik.script.jacl
 

Classes in org.apache.batik.script.jacl that implement Localizable
 class JaclInterpreter
          A simple implementation of Interpreter interface to use JACL Tcl parser.
 

Uses of Localizable in org.apache.batik.script.jpython
 

Classes in org.apache.batik.script.jpython that implement Localizable
 class JPythonInterpreter
          A simple implementation of Interpreter interface to use JPython python parser.
 

Uses of Localizable in org.apache.batik.script.rhino
 

Classes in org.apache.batik.script.rhino that implement Localizable
 class RhinoInterpreter
          A simple implementation of Interpreter interface to use Rhino ECMAScript interpreter.
 

Uses of Localizable in org.apache.batik.xml
 

Classes in org.apache.batik.xml that implement Localizable
 class XMLScanner
          This class represents a scanner for XML documents.
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.