Uses of Interface
org.apache.poi.xdgf.usermodel.shape.ShapeVisitorAcceptor

Packages that use ShapeVisitorAcceptor
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
 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
protected  ShapeVisitorAcceptor ShapeVisitor._acceptor
           
 

Methods in org.apache.poi.xdgf.usermodel.shape that return ShapeVisitorAcceptor
protected  ShapeVisitorAcceptor ShapeTextVisitor.getAcceptor()
           
protected  ShapeVisitorAcceptor ShapeVisitor.getAcceptor()
          Is only called on construction of the visitor, allows mixing visitors and acceptors
 

Methods in org.apache.poi.xdgf.usermodel.shape with parameters of type ShapeVisitorAcceptor
 void ShapeVisitor.setAcceptor(ShapeVisitorAcceptor acceptor)
           
 void ShapeDebuggerRenderer.setDebugAcceptor(ShapeVisitorAcceptor acceptor)
           
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.