Package org.apache.poi.hslf.usermodel
Class HSLFShapeFactory
- java.lang.Object
-
- org.apache.poi.hslf.usermodel.HSLFShapeFactory
-
public final class HSLFShapeFactory extends java.lang.ObjectCreate aShapeobject depending on its type
-
-
Constructor Summary
Constructors Constructor Description HSLFShapeFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static HSLFShapecreateShape(EscherContainerRecord spContainer, ShapeContainer<HSLFShape,HSLFTextParagraph> parent)Create a new shape from the data provided.static HSLFGroupShapecreateShapeGroup(EscherContainerRecord spContainer, ShapeContainer<HSLFShape,HSLFTextParagraph> parent)static HSLFShapecreateSimpleShape(EscherContainerRecord spContainer, ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
-
-
-
Method Detail
-
createShape
public static HSLFShape createShape(EscherContainerRecord spContainer, ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
Create a new shape from the data provided.
-
createShapeGroup
public static HSLFGroupShape createShapeGroup(EscherContainerRecord spContainer, ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
-
createSimpleShape
public static HSLFShape createSimpleShape(EscherContainerRecord spContainer, ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
-
-