Uses of Interface
org.apache.poi.sl.draw.geom.PathIf
-
Packages that use PathIf Package Description org.apache.poi.sl.draw.geom -
-
Uses of PathIf in org.apache.poi.sl.draw.geom
Classes in org.apache.poi.sl.draw.geom that implement PathIf Modifier and Type Class Description class
Path
Specifies a creation path consisting of a series of moves, lines and curves that when combined forms a geometric shapeMethods in org.apache.poi.sl.draw.geom that return PathIf Modifier and Type Method Description PathIf
Outline. getPath()
Methods in org.apache.poi.sl.draw.geom that return types with arguments of type PathIf Modifier and Type Method Description Iterator<PathIf>
CustomGeometry. iterator()
Spliterator<PathIf>
CustomGeometry. spliterator()
Methods in org.apache.poi.sl.draw.geom with parameters of type PathIf Modifier and Type Method Description void
CustomGeometry. addPath(PathIf path)
Constructors in org.apache.poi.sl.draw.geom with parameters of type PathIf Constructor Description Outline(Shape shape, PathIf path)
-