public class Path extends 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() |
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 GeneralPath getPath(Context ctx)
public boolean isStroked()
public boolean isFilled()
public long getW()
public long getH()
Copyright © 2020. All rights reserved.