Package org.apache.poi.hssf.usermodel
Class HSSFShapeFactory
java.lang.Object
org.apache.poi.hssf.usermodel.HSSFShapeFactory
Factory class for producing Excel Shapes from Escher records
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcreateShapeTree(EscherContainerRecord container, EscherAggregate agg, HSSFShapeContainer out, DirectoryNode root) build shape tree from escher container
-
Constructor Details
-
HSSFShapeFactory
public HSSFShapeFactory()
-
-
Method Details
-
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
-