|
|||||||||
| Home >> All >> org >> apache >> batik >> [ parser overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.batik.parser
Class UnitProcessor.UnitResolver

java.lang.Objectorg.apache.batik.parser.UnitProcessor.UnitResolver
- All Implemented Interfaces:
- LengthHandler
- Enclosing class:
- UnitProcessor
- public static class UnitProcessor.UnitResolver
- extends java.lang.Object
- implements LengthHandler
- extends java.lang.Object
A LengthHandler that convert units.
| Field Summary | |
short |
unit
The length type. |
float |
value
The length value. |
| Constructor Summary | |
UnitProcessor.UnitResolver()
|
|
| Method Summary | |
void |
cm()
Implements LengthHandler.cm() 55 . |
void |
em()
Implements LengthHandler.em() 55 . |
void |
endLength()
Implements LengthHandler.endLength() 55 . |
void |
ex()
Implements LengthHandler.ex() 55 . |
void |
in()
Implements LengthHandler.in() 55 . |
void |
lengthValue(float v)
Implements LengthHandler.lengthValue(float) 55 . |
void |
mm()
Implements LengthHandler.mm() 55 . |
void |
pc()
Implements LengthHandler.pc() 55 . |
void |
percentage()
Implements LengthHandler.percentage() 55 . |
void |
pt()
Implements LengthHandler.pt() 55 . |
void |
px()
Implements LengthHandler.px() 55 . |
void |
startLength()
Implements LengthHandler.startLength() 55 . |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
value
public float value
- The length value.
unit
public short unit
- The length type.
| Constructor Detail |
UnitProcessor.UnitResolver
public UnitProcessor.UnitResolver()
| Method Detail |
startLength
public void startLength()
throws ParseException
- Implements
LengthHandler.startLength()55 .- Specified by:
startLengthin interfaceLengthHandler
lengthValue
public void lengthValue(float v)
throws ParseException
- Implements
LengthHandler.lengthValue(float)55 .- Specified by:
lengthValuein interfaceLengthHandler
em
public void em()
throws ParseException
- Implements
LengthHandler.em()55 .- Specified by:
emin interfaceLengthHandler
ex
public void ex()
throws ParseException
- Implements
LengthHandler.ex()55 .- Specified by:
exin interfaceLengthHandler
in
public void in()
throws ParseException
- Implements
LengthHandler.in()55 .- Specified by:
inin interfaceLengthHandler
cm
public void cm()
throws ParseException
- Implements
LengthHandler.cm()55 .- Specified by:
cmin interfaceLengthHandler
mm
public void mm()
throws ParseException
- Implements
LengthHandler.mm()55 .- Specified by:
mmin interfaceLengthHandler
pc
public void pc()
throws ParseException
- Implements
LengthHandler.pc()55 .- Specified by:
pcin interfaceLengthHandler
pt
public void pt()
throws ParseException
- Implements
LengthHandler.pt()55 .- Specified by:
ptin interfaceLengthHandler
px
public void px()
throws ParseException
- Implements
LengthHandler.px()55 .- Specified by:
pxin interfaceLengthHandler
percentage
public void percentage()
throws ParseException
- Implements
LengthHandler.percentage()55 .- Specified by:
percentagein interfaceLengthHandler
endLength
public void endLength()
throws ParseException
- Implements
LengthHandler.endLength()55 .- Specified by:
endLengthin interfaceLengthHandler
|
|||||||||
| Home >> All >> org >> apache >> batik >> [ parser overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.apache.batik.parser.UnitProcessor.UnitResolver