org.apache.batik.parser
Interface TransformListParser
- All Superinterfaces:
- Localizable, Parser
- All Known Implementing Classes:
- ConcreteTransformListParser
- public interface TransformListParser
- extends Parser
This interface represents an event-based parser for the SVG transform
attribute values.
setTransformListHandler
public void setTransformListHandler(TransformListHandler handler)
- Allows an application to register a transform list handler.
If the application does not register a handler, all
events reported by the parser will be silently ignored.
Applications may register a new or different handler in the
middle of a parse, and the parser must begin using the new
handler immediately.
- Parameters:
handler
- The transform handler.
getTransformListHandler
public TransformListHandler getTransformListHandler()
- Returns the transform list handler in use.
Copyright © 2000 Apache Software Foundation. All Rights Reserved.