| Package | Description |
|---|---|
| org.apache.poi.sl.draw.geom |
| Modifier and Type | Class and Description |
|---|---|
class |
Path
Specifies a creation path consisting of a series of moves, lines and curves
that when combined forms a geometric shape
|
| Modifier and Type | Method and Description |
|---|---|
PathIf |
Outline.getPath() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<PathIf> |
CustomGeometry.iterator() |
Spliterator<PathIf> |
CustomGeometry.spliterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomGeometry.addPath(PathIf path) |
| Constructor and Description |
|---|
Outline(Shape shape,
PathIf path) |