org.apache.poi.xdgf.usermodel.shape
Class ShapeTextVisitor.TextAcceptor

java.lang.Object
  extended by org.apache.poi.xdgf.usermodel.shape.ShapeTextVisitor.TextAcceptor
All Implemented Interfaces:
ShapeVisitorAcceptor
Enclosing class:
ShapeTextVisitor

public static class ShapeTextVisitor.TextAcceptor
extends java.lang.Object
implements ShapeVisitorAcceptor


Constructor Summary
ShapeTextVisitor.TextAcceptor()
           
 
Method Summary
 boolean accept(XDGFShape shape)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShapeTextVisitor.TextAcceptor

public ShapeTextVisitor.TextAcceptor()
Method Detail

accept

public boolean accept(XDGFShape shape)
Specified by:
accept in interface ShapeVisitorAcceptor