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 PathIf
public java.awt.geom.Path2D.Double getPath(Context ctx)
PathIf
public PaintStyle.PaintModifier getFill()
public void setFill(PaintStyle.PaintModifier fill)
public boolean isExtrusionOk()
isExtrusionOk
in interface PathIf
public void setExtrusionOk(boolean extrusionOk)
setExtrusionOk
in interface PathIf
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.