org.apache.poi.hwpf.model
Class ShapesTable

java.lang.Object
  extended by org.apache.poi.hwpf.model.ShapesTable

public final class ShapesTable
extends java.lang.Object


Constructor Summary
ShapesTable(byte[] tblStream, FileInformationBlock fib)
           
 
Method Summary
 java.util.List getAllShapes()
           
 java.util.List getVisibleShapes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShapesTable

public ShapesTable(byte[] tblStream,
                   FileInformationBlock fib)
Method Detail

getAllShapes

public java.util.List getAllShapes()

getVisibleShapes

public java.util.List getVisibleShapes()


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