Save This Page
Home » poi-src-3.2-FINAL-20081019 » org.apache » poi » hssf » model » [javadoc | source]
org.apache.poi.hssf.model
abstract public class: AbstractShape [javadoc | source]
java.lang.Object
   org.apache.poi.hssf.model.AbstractShape

Direct Known Subclasses:
    CommentShape, SimpleFilledShape, PolygonShape, TextboxShape, PictureShape, LineShape

An abstract shape is the lowlevel model for a shape.
Constructor:
 protected AbstractShape() 
Method from org.apache.poi.hssf.model.AbstractShape Summary:
addStandardOptions,   createAnchor,   createShape,   getObjRecord,   getSpContainer
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.poi.hssf.model.AbstractShape Detail:
 protected int addStandardOptions(HSSFShape shape,
    EscherOptRecord opt) 
    Add standard properties to the opt record. These properties effect all records.
 protected EscherRecord createAnchor(HSSFAnchor userAnchor) 
    Creates an escher anchor record from a HSSFAnchor.
 public static AbstractShape createShape(HSSFShape hssfShape,
    int shapeId) 
    Create a new shape object used to create the escher records.
 abstract public ObjRecord getObjRecord()
 abstract public EscherContainerRecord getSpContainer()