|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.poi.hssf.model.AbstractShape
@Deprecated public abstract class AbstractShape
An abstract shape is the lowlevel model for a shape.
| Constructor Summary | |
|---|---|
protected |
AbstractShape()
Deprecated. |
| Method Summary | |
|---|---|
protected int |
addStandardOptions(HSSFShape shape,
EscherOptRecord opt)
Deprecated. Add standard properties to the opt record. |
protected EscherRecord |
createAnchor(HSSFAnchor userAnchor)
Deprecated. Creates an escher anchor record from a HSSFAnchor. |
static AbstractShape |
createShape(HSSFShape hssfShape,
int shapeId)
Deprecated. Create a new shape object used to create the escher records. |
abstract ObjRecord |
getObjRecord()
Deprecated. |
abstract EscherContainerRecord |
getSpContainer()
Deprecated. |
| 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 | |||||||||