org.apache.poi.hssf.model
Class SimpleFilledShape

java.lang.Object
  extended by org.apache.poi.hssf.model.AbstractShape
      extended by org.apache.poi.hssf.model.SimpleFilledShape

public class SimpleFilledShape
extends AbstractShape


Method Summary
 ObjRecord getObjRecord()
           
 EscherContainerRecord getSpContainer()
           
 
Methods inherited from class org.apache.poi.hssf.model.AbstractShape
createShape
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSpContainer

public EscherContainerRecord getSpContainer()
Specified by:
getSpContainer in class AbstractShape
Returns:
The shape container and it's children that can represent this shape.

getObjRecord

public ObjRecord getObjRecord()
Specified by:
getObjRecord in class AbstractShape
Returns:
The object record that is associated with this shape.