|
|||||||||
| 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 DefaultLengthHandler

java.lang.Objectorg.apache.batik.parser.DefaultLengthHandler
- All Implemented Interfaces:
- LengthHandler
- Direct Known Subclasses:
- DefaultLengthListHandler, LengthParserTest.TestHandler
- public class DefaultLengthHandler
- extends java.lang.Object
- implements LengthHandler
- extends java.lang.Object
This class provides an adapter for LengthHandler
- Version:
- $Id: DefaultLengthHandler.java,v 1.3 2004/08/18 07:14:46 vhardy Exp $
| 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 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 |
INSTANCE
public static final LengthHandler INSTANCE
- The only instance of this class.
| Constructor Detail |
DefaultLengthHandler
protected DefaultLengthHandler()
- This class does not need to be instantiated.
| 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.DefaultLengthHandler