com.kitfox.svg.pathcmd
Class PathUtil

java.lang.Object
  extended by com.kitfox.svg.pathcmd.PathUtil

public class PathUtil
extends java.lang.Object

Author:
kitfox

Constructor Summary
PathUtil()
          Creates a new instance of PathUtil
 
Method Summary
static java.lang.String buildPathString(java.awt.geom.GeneralPath path)
          Converts a GeneralPath into an SVG representation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathUtil

public PathUtil()
Creates a new instance of PathUtil

Method Detail

buildPathString

public static java.lang.String buildPathString(java.awt.geom.GeneralPath path)
Converts a GeneralPath into an SVG representation