Package | Description |
---|---|
org.apache.poi.sl.draw.geom | |
org.apache.poi.xslf.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 |
---|---|
java.util.Iterator<PathIf> |
CustomGeometry.iterator() |
java.util.Spliterator<PathIf> |
CustomGeometry.spliterator() |
Modifier and Type | Method and Description |
---|---|
void |
CustomGeometry.addPath(PathIf path) |
Constructor and Description |
---|
Outline(java.awt.Shape shape,
PathIf path) |
Modifier and Type | Class and Description |
---|---|
class |
XSLFPath
Wrapper / delegate for XmlBeans custom geometry
|
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.