Class TransformListParser

All Implemented Interfaces:
Localizable, Parser

public class TransformListParser extends NumberParser
This class implements an event-based parser for the SVG transform attribute values.
  • Constructor Details

    • TransformListParser

      public TransformListParser(TransformListHandler handler)
      Creates a new TransformListParser with the given handler.
      Parameters:
      handler - The transform handler.
  • Method Details