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 TypeClassDescriptionclassThis 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 classFields in org.apache.poi.xdgf.usermodel.shape declared as ShapeVisitorAcceptorMethods in org.apache.poi.xdgf.usermodel.shape that return ShapeVisitorAcceptorModifier and TypeMethodDescriptionprotected ShapeVisitorAcceptorShapeTextVisitor.getAcceptor()protected ShapeVisitorAcceptorShapeVisitor.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 TypeMethodDescriptionvoidShapeVisitor.setAcceptor(ShapeVisitorAcceptor acceptor) voidShapeDebuggerRenderer.setDebugAcceptor(ShapeVisitorAcceptor acceptor)