public class LineShape extends AbstractShape
Modifier and Type | Field and Description |
---|---|
private ObjRecord |
objRecord |
private EscherContainerRecord |
spContainer |
Constructor and Description |
---|
LineShape(HSSFSimpleShape hssfShape,
int shapeId)
Creates the line shape from the highlevel user shape.
|
Modifier and Type | Method and Description |
---|---|
private ObjRecord |
createObjRecord(HSSFShape hssfShape,
int shapeId)
Creates the low level OBJ record for this shape.
|
private EscherContainerRecord |
createSpContainer(HSSFSimpleShape hssfShape,
int shapeId)
Creates the lowerlevel escher records for this shape.
|
ObjRecord |
getObjRecord() |
EscherContainerRecord |
getSpContainer() |
addStandardOptions, createAnchor, createShape
private EscherContainerRecord spContainer
private ObjRecord objRecord
LineShape(HSSFSimpleShape hssfShape, int shapeId)
hssfShape
- The user model shape.shapeId
- The identifier to use for this shape.private EscherContainerRecord createSpContainer(HSSFSimpleShape hssfShape, int shapeId)
private ObjRecord createObjRecord(HSSFShape hssfShape, int shapeId)
public EscherContainerRecord getSpContainer()
getSpContainer
in class AbstractShape
public ObjRecord getObjRecord()
getObjRecord
in class AbstractShape
Copyright © 2016 Open Microscopy Environment