public final class ShapeFactory
extends java.lang.Object
Shape
object depending on its typeConstructor 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 Record |
getClientDataRecord(EscherContainerRecord spContainer,
int recordType) |
protected static 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 Record getClientDataRecord(EscherContainerRecord spContainer, int recordType)
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.