|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.hssf.model.AbstractShape
public abstract class AbstractShape
An abstract shape is the lowlevel model for a shape.
Constructor Summary | |
---|---|
protected |
AbstractShape()
|
Method Summary | |
---|---|
protected int |
addStandardOptions(HSSFShape shape,
EscherOptRecord opt)
Add standard properties to the opt record. |
protected EscherRecord |
createAnchor(HSSFAnchor userAnchor)
Creates an escher anchor record from a HSSFAnchor. |
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected AbstractShape()
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()
protected EscherRecord createAnchor(HSSFAnchor userAnchor)
userAnchor
- The high level anchor to convert.
protected int addStandardOptions(HSSFShape shape, EscherOptRecord opt)
shape
- The user model shape.opt
- The opt record to add the properties to.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |