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