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) Vector | table |
Constructor Summary |
PathData(String len) set the PathData given a particular String specifying PathData and units |
table
Vector table
PathData
public PathData(String len)
- set the PathData given a particular String specifying PathData and units
getPath
public Vector getPath()
getPoints
float[][] getPoints(int num, StringTokenizer st)
toString
public String toString()
to Class java.util.Vector