public abstract class AbstractShape extends Object
| Modifier | Constructor and Description | 
|---|---|
| protected  | AbstractShape() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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() | 
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.Copyright © 2014 Open Microscopy Environment