Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.batik.parser
Interface LengthListHandler  view LengthListHandler download LengthListHandler.java

All Superinterfaces:
LengthHandler
All Known Implementing Classes:
DefaultLengthListHandler

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.

Version:
$Id: LengthListHandler.java,v 1.3 2004/08/18 07:14:47 vhardy Exp $

Method Summary
 void endLengthList()
          Invoked when the length attribute ends.
 void startLengthList()
          Invoked when the length list attribute starts.
 
Methods inherited from interface org.apache.batik.parser.LengthHandler
cm, em, endLength, ex, in, lengthValue, mm, pc, percentage, pt, px, startLength
 

Method Detail

startLengthList

public void startLengthList()
                     throws ParseException
Invoked when the length list attribute starts.


endLengthList

public void endLengthList()
                   throws ParseException
Invoked when the length attribute ends.