Uses of Interface
org.apache.poi.xdgf.usermodel.shape.ShapeVisitorAcceptor
Packages that use ShapeVisitorAcceptor
-
Uses of ShapeVisitorAcceptor in org.apache.poi.xdgf.usermodel.shape
Classes in org.apache.poi.xdgf.usermodel.shape that implement ShapeVisitorAcceptorModifier and TypeClassDescriptionclass
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
Fields in org.apache.poi.xdgf.usermodel.shape declared as ShapeVisitorAcceptorMethods in org.apache.poi.xdgf.usermodel.shape that return ShapeVisitorAcceptorModifier and TypeMethodDescriptionprotected 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 ShapeVisitorAcceptorModifier and TypeMethodDescriptionvoid
ShapeVisitor.setAcceptor
(ShapeVisitorAcceptor acceptor) void
ShapeDebuggerRenderer.setDebugAcceptor
(ShapeVisitorAcceptor acceptor)