org.apache.batik.parser
Class NumberParser
public abstract
class
NumberParser
extends AbstractParser
This class represents a parser with support for numbers.
Method Summary |
static float | buildFloat(int mant, int exp)
Computes a float from mantissa and exponent. |
protected float | parseFloat()
Parses the content of the buffer and converts it to a float. |
public static float buildFloat(int mant, int exp)
Computes a float from mantissa and exponent.
protected float parseFloat()
Parses the content of the buffer and converts it to a float.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.