| Package | Description |
|---|---|
| org.apache.poi.sl.draw.geom |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ArcToCommandIf |
interface |
ClosePathCommandIf |
interface |
CurveToCommandIf |
interface |
LineToCommandIf |
interface |
MoveToCommandIf |
interface |
QuadToCommandIf |
| Modifier and Type | Class and Description |
|---|---|
class |
ArcToCommand
ArcTo command within a shape path in DrawingML:
<arcTo wR="wr" hR="hr" stAng="stAng" swAng="swAng"/> |
class |
ClosePathCommand
Java class for CT_Path2DClose complex type.
|
class |
CurveToCommand
Java class for CT_Path2DCubicBezierTo complex type.
|
class |
LineToCommand
Java class for CT_Path2DLineTo complex type.
|
class |
MoveToCommand
Java class for CT_Path2DMoveTo complex type.
|
class |
QuadToCommand
Java class for CT_Path2DQuadBezierTo complex type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Path.addCommand(PathCommand cmd) |
void |
PathIf.addCommand(PathCommand cmd) |