org.apache.batik.parser
public class FloatArrayProducer extends DefaultNumberListHandler implements PointsHandler
Field Summary | |
---|---|
protected float[] | a
The current float[] object. |
protected LinkedList | as
List of float[] objects. |
protected int | count
The total number of floats accumulated. |
protected int | index
The index in which to store the next number. |
Method Summary | |
---|---|
void | endNumberList()
Invoked when the number list attribute ends. |
void | endPoints()
Implements endPoints. |
float[] | getFloatArray()
Returns the array of floats accumulated. |
void | numberValue(float v)
Invoked when a float value has been parsed. |
void | point(float x, float y)
Implements PointsHandler. |
void | startNumberList()
Invoked when the number list attribute starts. |
void | startPoints()
Implements startPoints. |
float[]
object.float[]
objects.Throws: ParseException if an error occures while processing the number list.
Throws: ParseException if an error occures while processing the number
Throws: ParseException if an error occures while processing the number list.