org.apache.fop.datatypes
Class PathData


public class PathData

a PathData quantity in XSL This class parses the string of path data and create a list of object commands. It is up to renderers (or whatever) to interpret the command properly. eg. m at the start is an absolute moveto.

Author:
Keiron Liddle

Field Summary
 (package private) Vectortable
           

Constructor Summary
PathData(String len)
          set the PathData given a particular String specifying PathData and units

Method Summary
 VectorgetPath()
           
 (package private) float[][]getPoints(int num, StringTokenizer st)
           
 StringtoString()
           

Field Detail

table

Vector table
Constructor Detail

PathData

public PathData(String len)
set the PathData given a particular String specifying PathData and units
Method Detail

getPath

public Vector getPath()

getPoints

float[][] getPoints(int num, StringTokenizer st)

toString

public String toString()

Association Links

to Class java.util.Vector