|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.batik.parser.DefaultLengthHandler
org.apache.batik.parser.DefaultLengthListHandler
public class DefaultLengthListHandler
This class provides an adapter for LengthListHandler
| Field Summary | |
|---|---|
static LengthListHandler |
INSTANCE
The only instance of this class. |
| Constructor Summary | |
|---|---|
protected |
DefaultLengthListHandler()
This class does not need to be instantiated. |
| Method Summary | |
|---|---|
void |
endLengthList()
Implements LengthListHandler.endLengthList(). |
void |
startLengthList()
Implements LengthListHandler.startLengthList(). |
| Methods inherited from class org.apache.batik.parser.DefaultLengthHandler |
|---|
cm, em, endLength, ex, in, lengthValue, mm, pc, percentage, pt, px, startLength |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.batik.parser.LengthHandler |
|---|
cm, em, endLength, ex, in, lengthValue, mm, pc, percentage, pt, px, startLength |
| Field Detail |
|---|
public static final LengthListHandler INSTANCE
| Constructor Detail |
|---|
protected DefaultLengthListHandler()
| Method Detail |
|---|
public void startLengthList()
throws ParseException
LengthListHandler.startLengthList().
startLengthList in interface LengthListHandlerParseException - if an error occures while processing the
length list.
public void endLengthList()
throws ParseException
LengthListHandler.endLengthList().
endLengthList in interface LengthListHandlerParseException - if an error occures while processing the
length list.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||