Uses of Interface
org.apache.poi.xdgf.usermodel.shape.ShapeVisitorAcceptor
-
Packages that use ShapeVisitorAcceptor Package Description org.apache.poi.xdgf.usermodel.shape -
-
Uses of ShapeVisitorAcceptor in org.apache.poi.xdgf.usermodel.shape
Classes in org.apache.poi.xdgf.usermodel.shape that implement ShapeVisitorAcceptor Modifier and Type Class Description class
ShapeDataAcceptor
This acceptor only allows traversal to shapes that have useful data associated with them, and tries to elide details that aren't useful when analyzing the content of a document.static class
ShapeTextVisitor.TextAcceptor
Fields in org.apache.poi.xdgf.usermodel.shape declared as ShapeVisitorAcceptor Modifier and Type Field Description protected ShapeVisitorAcceptor
ShapeVisitor. _acceptor
Methods in org.apache.poi.xdgf.usermodel.shape that return ShapeVisitorAcceptor Modifier and Type Method Description protected ShapeVisitorAcceptor
ShapeTextVisitor. getAcceptor()
protected ShapeVisitorAcceptor
ShapeVisitor. getAcceptor()
Is only called on construction of the visitor, allows mixing visitors and acceptorsMethods in org.apache.poi.xdgf.usermodel.shape with parameters of type ShapeVisitorAcceptor Modifier and Type Method Description void
ShapeVisitor. setAcceptor(ShapeVisitorAcceptor acceptor)
void
ShapeDebuggerRenderer. setDebugAcceptor(ShapeVisitorAcceptor acceptor)
-