| Package | Description |
|---|---|
| org.apache.poi.xdgf.usermodel | |
| org.apache.poi.xdgf.usermodel.shape | |
| org.apache.poi.xdgf.util |
| Class and Description |
|---|
| ShapeVisitor
Used to iterate through shapes
To change the behavior of a particular visitor, you can override either
accept() or getAcceptor() [preferred]
If accept() or visit() throw StopVisitingThisBranch, the iteration will not
visit subshapes of the shape.
|
| Class and Description |
|---|
| ShapeRenderer
To use this to render only particular shapes, override it and provide an
appropriate implementation of getAcceptor() or accept()
|
| ShapeVisitor
Used to iterate through shapes
To change the behavior of a particular visitor, you can override either
accept() or getAcceptor() [preferred]
If accept() or visit() throw StopVisitingThisBranch, the iteration will not
visit subshapes of the shape.
|
| ShapeVisitorAcceptor |
| Class and Description |
|---|
| ShapeRenderer
To use this to render only particular shapes, override it and provide an
appropriate implementation of getAcceptor() or accept()
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.