org.apache.batik.parser
public class DefaultLengthHandler extends Object implements 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 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. |