org.apache.poi.xslf.model.geom
Class Path
- java.lang.Object
-
- org.apache.poi.xslf.model.geom.Path
-
public class Path extends java.lang.ObjectSpecifies a creation path consisting of a series of moves, lines and curves that when combined forms a geometric shape
-
-
Constructor Summary
Constructors Constructor and Description Path()Path(boolean fill, boolean stroke)Path(org.openxmlformats.schemas.drawingml.x2006.main.CTPath2D spPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidaddCommand(PathCommand cmd)longgetH()java.awt.geom.GeneralPathgetPath(Context ctx)Convert the internal represenation to java.awt.GeneralPathlonggetW()booleanisFilled()booleanisStroked()
-
-
-
Constructor Detail
-
Path
public Path()
-
Path
public Path(boolean fill, boolean stroke)
-
Path
public Path(org.openxmlformats.schemas.drawingml.x2006.main.CTPath2D spPath)
-
-
Method Detail
-
addCommand
public void addCommand(PathCommand cmd)
-
getPath
public java.awt.geom.GeneralPath getPath(Context ctx)
Convert the internal represenation to java.awt.GeneralPath
-
isStroked
public boolean isStroked()
-
isFilled
public boolean isFilled()
-
getW
public long getW()
-
getH
public long getH()
-
-
DataMelt 3.0 © DataMelt by jWork.ORG