public class Path
extends java.lang.Object
| Constructor and Description |
|---|
Path() |
Path(boolean fill,
boolean stroke) |
Path(CTPath2D spPath) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCommand(PathCommand cmd) |
long |
getH() |
java.awt.geom.Path2D.Double |
getPath(Context ctx)
Convert the internal represenation to java.awt.geom.Path2D
|
long |
getW() |
boolean |
isFilled() |
boolean |
isStroked() |
public Path()
public Path(boolean fill,
boolean stroke)
public Path(CTPath2D spPath)
public void addCommand(PathCommand cmd)
public java.awt.geom.Path2D.Double getPath(Context ctx)
public boolean isStroked()
public boolean isFilled()
public long getW()
public long getH()