Save This Page
Home » poi-src-3.2-FINAL-20081019 » org.apache » poi » hssf » model » [javadoc | source]
org.apache.poi.hssf.model
public class: LineShape [javadoc | source]
java.lang.Object
   org.apache.poi.hssf.model.AbstractShape
      org.apache.poi.hssf.model.LineShape
Represents a line shape and creates all the line specific low level records.
Constructor:
 LineShape(HSSFSimpleShape hssfShape,
    int shapeId) 
    Creates the line shape from the highlevel user shape. All low level records are created at this point.
    Parameters:
    hssfShape - The user model shape.
    shapeId - The identifier to use for this shape.
Method from org.apache.poi.hssf.model.LineShape Summary:
getObjRecord,   getSpContainer
Methods from org.apache.poi.hssf.model.AbstractShape:
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.LineShape Detail:
 public ObjRecord getObjRecord() 
 public EscherContainerRecord getSpContainer()