Uses of Interface
org.apache.batik.parser.LengthHandler

Packages that use LengthHandler
org.apache.batik.dom.svg   
org.apache.batik.parser Provides a set of parsers and objects to manipulate SVG attributes. 
org.apache.batik.refimpl.parser   
org.apache.batik.util Provides some useful classes. 
 

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

Classes in org.apache.batik.dom.svg that implement LengthHandler
 class SVGOMLength
          This class implements SVGLength.
 

Uses of LengthHandler in org.apache.batik.parser
 

Subinterfaces of LengthHandler in org.apache.batik.parser
 interface LengthListHandler
          This interface must be implemented and then registred as the handler of a LengthListParser instance in order to be notified of parsing events.
 

Methods in org.apache.batik.parser that return LengthHandler
 LengthHandler LengthParser.getLengthHandler()
          Returns the length handler in use.
 

Methods in org.apache.batik.parser with parameters of type LengthHandler
 void LengthParser.setLengthHandler(LengthHandler handler)
          Allows an application to register a length handler.
 

Uses of LengthHandler in org.apache.batik.refimpl.parser
 

Classes in org.apache.batik.refimpl.parser that implement LengthHandler
 class DefaultLengthHandler
          This class provides an adapter for LengthHandler
 class DefaultLengthListHandler
          This class provides an adapter for LengthListHandler
 

Fields in org.apache.batik.refimpl.parser declared as LengthHandler
protected  LengthHandler ConcreteLengthParser.lengthHandler
          The length handler used to report parse events.
static LengthHandler DefaultLengthHandler.INSTANCE
          The only instance of this class.
 

Methods in org.apache.batik.refimpl.parser that return LengthHandler
 LengthHandler ConcreteLengthParser.getLengthHandler()
          Returns the length handler in use.
 

Methods in org.apache.batik.refimpl.parser with parameters of type LengthHandler
 void ConcreteLengthParser.setLengthHandler(LengthHandler handler)
          Allows an application to register a length handler.
 

Uses of LengthHandler in org.apache.batik.util
 

Classes in org.apache.batik.util that implement LengthHandler
static class UnitProcessor.UnitResolver
          A simple class that can convert units.
 



Copyright © 2000 Apache Software Foundation. All Rights Reserved.