org.apache.poi.hssf.usermodel
Class HSSFShapeFactory

java.lang.Object
  extended by org.apache.poi.hssf.usermodel.HSSFShapeFactory

public class HSSFShapeFactory
extends java.lang.Object

Factory class for producing Excel Shapes from Escher records


Constructor Summary
HSSFShapeFactory()
           
 
Method Summary
static void createShapeTree(EscherContainerRecord container, EscherAggregate agg, HSSFShapeContainer out, DirectoryNode root)
          build shape tree from escher container
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HSSFShapeFactory

public HSSFShapeFactory()
Method Detail

createShapeTree

public static void createShapeTree(EscherContainerRecord container,
                                   EscherAggregate agg,
                                   HSSFShapeContainer out,
                                   DirectoryNode root)
build shape tree from escher container

Parameters:
container - root escher container from which escher records must be taken
agg - - EscherAggregate
out - - shape container to which shapes must be added
root - - node to create HSSFObjectData shapes