Package org.apache.poi.xslf.draw.geom
Class XSLFPath
- java.lang.Object
-
- org.apache.poi.xslf.draw.geom.XSLFPath
-
-
Constructor Summary
Constructors Constructor Description XSLFPath(org.openxmlformats.schemas.drawingml.x2006.main.CTPath2D pathXml)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddCommand(PathCommand cmd)PaintStyle.PaintModifiergetFill()longgetH()Path2D.DoublegetPath(Context ctx)longgetW()booleanisExtrusionOk()booleanisFilled()booleanisStroked()voidsetExtrusionOk(boolean extrusionOk)voidsetFill(PaintStyle.PaintModifier fill)voidsetH(long h)voidsetStroke(boolean stroke)voidsetW(long w)
-
-
-
Method Detail
-
addCommand
public void addCommand(PathCommand cmd)
- Specified by:
addCommandin interfacePathIf
-
getPath
public Path2D.Double getPath(Context ctx)
-
getFill
public PaintStyle.PaintModifier getFill()
-
setFill
public void setFill(PaintStyle.PaintModifier fill)
-
isExtrusionOk
public boolean isExtrusionOk()
- Specified by:
isExtrusionOkin interfacePathIf
-
setExtrusionOk
public void setExtrusionOk(boolean extrusionOk)
- Specified by:
setExtrusionOkin interfacePathIf
-
-