| Constructor and Description |
|---|
XSLFPath(org.openxmlformats.schemas.drawingml.x2006.main.CTPath2D pathXml) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCommand(PathCommand cmd) |
PaintStyle.PaintModifier |
getFill() |
long |
getH() |
java.awt.geom.Path2D.Double |
getPath(Context ctx)
Convert the internal represenation to java.awt.geom.Path2D
|
long |
getW() |
boolean |
isExtrusionOk() |
boolean |
isFilled() |
boolean |
isStroked() |
void |
setExtrusionOk(boolean extrusionOk) |
void |
setFill(PaintStyle.PaintModifier fill) |
void |
setH(long h) |
void |
setStroke(boolean stroke) |
void |
setW(long w) |
public XSLFPath(org.openxmlformats.schemas.drawingml.x2006.main.CTPath2D pathXml)
public void addCommand(PathCommand cmd)
addCommand in interface PathIfpublic java.awt.geom.Path2D.Double getPath(Context ctx)
PathIfpublic PaintStyle.PaintModifier getFill()
public void setFill(PaintStyle.PaintModifier fill)
public boolean isExtrusionOk()
isExtrusionOk in interface PathIfpublic void setExtrusionOk(boolean extrusionOk)
setExtrusionOk in interface PathIfCopyright 2022 The Apache Software Foundation or its licensors, as applicable.