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 classShapeDataAcceptorThis 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 classShapeTextVisitor.TextAcceptorFields in org.apache.poi.xdgf.usermodel.shape declared as ShapeVisitorAcceptor Modifier and Type Field Description protected ShapeVisitorAcceptorShapeVisitor. _acceptorMethods in org.apache.poi.xdgf.usermodel.shape that return ShapeVisitorAcceptor Modifier and Type Method Description protected 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 ShapeVisitorAcceptor Modifier and Type Method Description voidShapeVisitor. setAcceptor(ShapeVisitorAcceptor acceptor)voidShapeDebuggerRenderer. setDebugAcceptor(ShapeVisitorAcceptor acceptor)
-