org.apache.batik.parser
public static class UnitProcessor.UnitResolver extends Object implements LengthHandler
Field Summary | |
---|---|
short | unit
The length type. |
float | value
The length value. |
Method Summary | |
---|---|
void | cm()
Implements cm. |
void | em()
Implements em. |
void | endLength()
Implements endLength. |
void | ex()
Implements ex. |
void | in()
Implements in. |
void | lengthValue(float v)
Implements LengthHandler. |
void | mm()
Implements mm. |
void | pc()
Implements pc. |
void | percentage()
Implements percentage. |
void | pt()
Implements pt. |
void | px()
Implements px. |
void | startLength()
Implements startLength. |