|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hssf.model.AbstractShape
public abstract class AbstractShape
An abstract shape is the lowlevel model for a shape.
Method Summary | |
---|---|
static AbstractShape |
createShape(HSSFShape hssfShape,
int shapeId)
Create a new shape object used to create the escher records. |
abstract ObjRecord |
getObjRecord()
|
abstract EscherContainerRecord |
getSpContainer()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static AbstractShape createShape(HSSFShape hssfShape, int shapeId)
hssfShape
- The simple shape this is based on.public abstract EscherContainerRecord getSpContainer()
public abstract ObjRecord getObjRecord()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |