org.apache.poi.hslf.model
Class ShapeFactory

java.lang.Object
  extended by org.apache.poi.hslf.model.ShapeFactory

public class ShapeFactory
extends java.lang.Object

Create a Shape object depending on its type

Author:
Yegor Kozlov

Constructor Summary
ShapeFactory()
           
 
Method Summary
static Shape createShape(EscherContainerRecord spContainer, Shape parent)
          Create a new shape from the data provided.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShapeFactory

public ShapeFactory()
Method Detail

createShape

public static Shape createShape(EscherContainerRecord spContainer,
                                Shape parent)
Create a new shape from the data provided.



Copyright 2008 The Apache Software Foundation or its licensors, as applicable.