| 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() |
Path2D.Double |
getPath(Context ctx) |
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 Path2D.Double getPath(Context ctx)
public PaintStyle.PaintModifier getFill()
public void setFill(PaintStyle.PaintModifier fill)
public boolean isExtrusionOk()
isExtrusionOk in interface PathIfpublic void setExtrusionOk(boolean extrusionOk)
setExtrusionOk in interface PathIf