Uses of Package
org.apache.poi.xdgf.usermodel.shape
Packages that use org.apache.poi.xdgf.usermodel.shape
Package
Description
-
Classes in org.apache.poi.xdgf.usermodel.shape used by org.apache.poi.xdgf.usermodelClassDescriptionUsed 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.
-
Classes in org.apache.poi.xdgf.usermodel.shape used by org.apache.poi.xdgf.usermodel.shapeClassDescriptionTo use this to render only particular shapes, override it and provide an appropriate implementation of getAcceptor() or accept()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.
-
Classes in org.apache.poi.xdgf.usermodel.shape used by org.apache.poi.xdgf.utilClassDescriptionTo use this to render only particular shapes, override it and provide an appropriate implementation of getAcceptor() or accept()