public final class ShapeFactory
extends java.lang.Object
Shape object depending on its type| Constructor and Description |
|---|
ShapeFactory() |
| Modifier and Type | Method and Description |
|---|---|
static Shape |
createShape(EscherContainerRecord spContainer,
Shape parent)
Create a new shape from the data provided.
|
static ShapeGroup |
createShapeGroup(EscherContainerRecord spContainer,
Shape parent) |
static Shape |
createSimpeShape(EscherContainerRecord spContainer,
Shape parent) |
protected static <T extends Record> |
getClientDataRecord(EscherContainerRecord spContainer,
int recordType) |
protected static final POILogger logger
public static Shape createShape(EscherContainerRecord spContainer, Shape parent)
public static ShapeGroup createShapeGroup(EscherContainerRecord spContainer, Shape parent)
public static Shape createSimpeShape(EscherContainerRecord spContainer, Shape parent)
protected static <T extends Record> T getClientDataRecord(EscherContainerRecord spContainer, int recordType)
Copyright 2015 The Apache Software Foundation or its licensors, as applicable.