public class Path
extends java.lang.Object
Constructor and Description |
---|
Path() |
Path(boolean fill,
boolean stroke) |
Path(org.openxmlformats.schemas.drawingml.x2006.main.CTPath2D spPath) |
Modifier and Type | Method and Description |
---|---|
void |
addCommand(PathCommand cmd) |
long |
getH() |
java.awt.geom.GeneralPath |
getPath(Context ctx)
Convert the internal represenation to java.awt.GeneralPath
|
long |
getW() |
boolean |
isFilled() |
boolean |
isStroked() |
public Path()
public Path(boolean fill, boolean stroke)
public Path(org.openxmlformats.schemas.drawingml.x2006.main.CTPath2D spPath)
public void addCommand(PathCommand cmd)
public java.awt.geom.GeneralPath getPath(Context ctx)
public boolean isStroked()
public boolean isFilled()
public long getW()
public long getH()
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.