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

Packages that use PreserveAspectRatioHandler
org.apache.batik.parser Provides a set of parsers and objects to manipulate SVG attributes. 
org.apache.batik.refimpl.bridge   
org.apache.batik.refimpl.parser   
 

Uses of PreserveAspectRatioHandler in org.apache.batik.parser
 

Methods in org.apache.batik.parser that return PreserveAspectRatioHandler
 PreserveAspectRatioHandler PreserveAspectRatioParser.getPreserveAspectRatioHandler()
          Returns the length handler in use.
 

Methods in org.apache.batik.parser with parameters of type PreserveAspectRatioHandler
 void PreserveAspectRatioParser.setPreserveAspectRatioHandler(PreserveAspectRatioHandler handler)
          Allows an application to register a PreserveAspectRatioParser handler.
 

Uses of PreserveAspectRatioHandler in org.apache.batik.refimpl.bridge
 

Classes in org.apache.batik.refimpl.bridge that implement PreserveAspectRatioHandler
protected static class SVGUtilities.PreserveAspectRatio
          To store the preserveAspectRatio attribute values.
 

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

Classes in org.apache.batik.refimpl.parser that implement PreserveAspectRatioHandler
 class DefaultPreserveAspectRatioHandler
          This class provides an adapter for PreserveAspectRatioHandler.
 

Fields in org.apache.batik.refimpl.parser declared as PreserveAspectRatioHandler
protected  PreserveAspectRatioHandler ConcretePreserveAspectRatioParser.preserveAspectRatioHandler
          The PreserveAspectRatio handler used to report parse events.
static PreserveAspectRatioHandler DefaultPreserveAspectRatioHandler.INSTANCE
          The only instance of this class.
 

Methods in org.apache.batik.refimpl.parser that return PreserveAspectRatioHandler
 PreserveAspectRatioHandler ConcretePreserveAspectRatioParser.getPreserveAspectRatioHandler()
          Returns the length handler in use.
 

Methods in org.apache.batik.refimpl.parser with parameters of type PreserveAspectRatioHandler
 void ConcretePreserveAspectRatioParser.setPreserveAspectRatioHandler(PreserveAspectRatioHandler handler)
          Allows an application to register a PreserveAspectRatioParser handler.
 



Copyright © 2000 Apache Software Foundation. All Rights Reserved.