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 {@link LengthHandler#cm()}. |
| void | em()
Implements {@link LengthHandler#em()}. |
| void | endLength()
Implements {@link LengthHandler#endLength()}. |
| void | ex()
Implements {@link LengthHandler#ex()}. |
| void | in()
Implements {@link LengthHandler#in()}. |
| void | lengthValue(float v)
Implements {@link LengthHandler#lengthValue(float)}. |
| void | mm()
Implements {@link LengthHandler#mm()}. |
| void | pc()
Implements {@link LengthHandler#pc()}. |
| void | percentage()
Implements {@link LengthHandler#percentage()}. |
| void | pt()
Implements {@link LengthHandler#pt()}. |
| void | px()
Implements {@link LengthHandler#px()}. |
| void | startLength()
Implements {@link LengthHandler#startLength()}. |