|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.batik.anim.dom.AbstractSVGLengthList.LengthListBuilder
protected class AbstractSVGLengthList.LengthListBuilder
Helper class to interface the LengthListParser and the
ListHandler.
| Field Summary | |
|---|---|
protected short |
currentType
The length unit just parsed. |
protected float |
currentValue
The the length value just parsed. |
protected ListHandler |
listHandler
The ListHandler to pass newly created AbstractSVGLengthList.SVGLengthItem objects
to. |
| Constructor Summary | |
|---|---|
AbstractSVGLengthList.LengthListBuilder(ListHandler listHandler)
Creates a new LengthListBuilder. |
|
| Method Summary | |
|---|---|
void |
cm()
Implements LengthHandler.cm(). |
void |
em()
Implements LengthHandler.em(). |
void |
endLength()
Implements LengthHandler.endLength(). |
void |
endLengthList()
Implements LengthListHandler.endLengthList(). |
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(). |
void |
startLengthList()
Implements LengthListHandler.startLengthList(). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ListHandler listHandler
AbstractSVGLengthList.SVGLengthItem objects
to.
protected float currentValue
protected short currentType
| Constructor Detail |
|---|
public AbstractSVGLengthList.LengthListBuilder(ListHandler listHandler)
| Method Detail |
|---|
public void startLengthList()
throws ParseException
LengthListHandler.startLengthList().
startLengthList in interface LengthListHandlerParseException
public void startLength()
throws ParseException
LengthHandler.startLength().
startLength in interface LengthHandlerParseException
public void lengthValue(float v)
throws ParseException
LengthHandler.lengthValue(float).
lengthValue in interface LengthHandlerParseException
public void em()
throws ParseException
LengthHandler.em().
em in interface LengthHandlerParseException
public void ex()
throws ParseException
LengthHandler.ex().
ex in interface LengthHandlerParseException
public void in()
throws ParseException
LengthHandler.in().
in in interface LengthHandlerParseException
public void cm()
throws ParseException
LengthHandler.cm().
cm in interface LengthHandlerParseException
public void mm()
throws ParseException
LengthHandler.mm().
mm in interface LengthHandlerParseException
public void pc()
throws ParseException
LengthHandler.pc().
pc in interface LengthHandlerParseException
public void pt()
throws ParseException
LengthHandler.pt().
pt in interface LengthHandlerParseException
public void px()
throws ParseException
LengthHandler.px().
px in interface LengthHandlerParseException
public void percentage()
throws ParseException
LengthHandler.percentage().
percentage in interface LengthHandlerParseException
public void endLength()
throws ParseException
LengthHandler.endLength().
endLength in interface LengthHandlerParseException
public void endLengthList()
throws ParseException
LengthListHandler.endLengthList().
endLengthList in interface LengthListHandlerParseException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||