public class SvgParserHelper
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
pos |
| Constructor and Description |
|---|
SvgParserHelper(java.lang.CharSequence s,
int pos) |
| Modifier and Type | Method and Description |
|---|---|
void |
advance() |
static float |
buildFloat(int mant,
int exp)
Computes a float from mantissa and exponent.
|
int |
nextFlag() |
float |
nextFloat() |
float |
parseFloat()
Parses the content of the buffer and converts it to a float.
|
void |
skipNumberSeparator() |
void |
skipWhitespace() |
public void skipWhitespace()
public void skipNumberSeparator()
public void advance()
public float parseFloat()
public static float buildFloat(int mant,
int exp)
public float nextFloat()
public int nextFlag()