Package org.apache.poi.hssf.usermodel
Class HSSFShapeFactory
- java.lang.Object
-
- org.apache.poi.hssf.usermodel.HSSFShapeFactory
-
public class HSSFShapeFactory extends java.lang.Object
Factory class for producing Excel Shapes from Escher records
-
-
Constructor Summary
Constructors Constructor Description HSSFShapeFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
createShapeTree(EscherContainerRecord container, EscherAggregate agg, HSSFShapeContainer out, DirectoryNode root)
build shape tree from escher container
-
-
-
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 takenagg
- - EscherAggregateout
- - shape container to which shapes must be addedroot
- - node to create HSSFObjectData shapes
-
-