Package org.apache.poi.sl.draw.geom
Class Path
java.lang.Object
org.apache.poi.sl.draw.geom.Path
Specifies a creation path consisting of a series of moves, lines and curves
that when combined forms a geometric shape
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addCommand
(PathCommand cmd) getFill()
long
getH()
Convert the internal represenation to java.awt.geom.Path2Dlong
getW()
boolean
isFilled()
boolean
-
Constructor Details
-
Path
public Path() -
Path
public Path(boolean fill, boolean stroke) -
Path
-
-
Method Details
-
addCommand
-
getPath
Convert the internal represenation to java.awt.geom.Path2D -
isStroked
public boolean isStroked() -
isFilled
public boolean isFilled() -
getFill
-
getW
public long getW() -
getH
public long getH()
-