org.apache.poi.hslf.model
Class ShapeFactory
java.lang.Object
org.apache.poi.hslf.model.ShapeFactory
public final class ShapeFactory
- extends java.lang.Object
Create a Shape
object depending on its type
- Author:
- Yegor Kozlov
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected static final POILogger logger
ShapeFactory
public ShapeFactory()
createShape
public static Shape createShape(EscherContainerRecord spContainer,
Shape parent)
- Create a new shape from the data provided.
createShapeGroup
public static ShapeGroup createShapeGroup(EscherContainerRecord spContainer,
Shape parent)
createSimpeShape
public static Shape createSimpeShape(EscherContainerRecord spContainer,
Shape parent)
getClientDataRecord
protected static <T extends Record> T getClientDataRecord(EscherContainerRecord spContainer,
int recordType)
Copyright 2015 The Apache Software Foundation or
its licensors, as applicable.