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