Interface LengthListHandler

All Superinterfaces:
LengthHandler
All Known Implementing Classes:
AbstractSVGLengthList.LengthListBuilder, DefaultLengthListHandler, LengthArrayProducer

public interface LengthListHandler extends LengthHandler
This interface must be implemented and then registred as the handler of a LengthListParser instance in order to be notified of parsing events.
  • Method Details

    • startLengthList

      void startLengthList() throws ParseException
      Invoked when the length list attribute starts.
      Throws:
      ParseException - if an error occures while processing the length list.
    • endLengthList

      void endLengthList() throws ParseException
      Invoked when the length attribute ends.
      Throws:
      ParseException - if an error occures while processing the length list.