com.kitfox.svg.pathcmd
Class PathUtil

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

public class PathUtil
extends Object


Constructor Summary
PathUtil()
          Creates a new instance of PathUtil
 
Method Summary
static String buildPathString(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 String buildPathString(GeneralPath path)
Converts a GeneralPath into an SVG representation