Package loci.poi.hssf.model
Class LineShape
java.lang.Object
loci.poi.hssf.model.AbstractShape
loci.poi.hssf.model.LineShape
Represents a line shape and creates all the line specific low level records.
- Author:
- Glen Stampoultzis (glens at apache.org)
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class loci.poi.hssf.model.AbstractShape
addStandardOptions, createAnchor, createShape
-
Method Details
-
getSpContainer
- Specified by:
getSpContainerin classAbstractShape- Returns:
- The shape container and it's children that can represent this shape.
-
getObjRecord
- Specified by:
getObjRecordin classAbstractShape- Returns:
- The object record that is associated with this shape.
-