public class SvgPath
extends java.lang.Object
Constructor and Description |
---|
SvgPath() |
Modifier and Type | Method and Description |
---|---|
void |
appendToShape(java.awt.geom.Path2D shape) |
static java.awt.Shape |
toShape(java.util.List<SvgPath> paths,
double scale) |
java.lang.String |
toString() |
public void appendToShape(java.awt.geom.Path2D shape)
public java.lang.String toString()
toString
in class java.lang.Object
public static java.awt.Shape toShape(java.util.List<SvgPath> paths, double scale)