Package org.apache.poi.hssf.usermodel
Class HSSFChartShape
- java.lang.Object
-
- org.apache.poi.hssf.usermodel.HSSFShape
-
- org.apache.poi.hssf.usermodel.HSSFSimpleShape
-
- org.apache.poi.hssf.usermodel.HSSFChartShape
-
- All Implemented Interfaces:
Shape
,SimpleShape
public class HSSFChartShape extends HSSFSimpleShape
Represents a escher chart.- Author:
- henrichen@zkoss.org
-
-
Field Summary
-
Fields inherited from class org.apache.poi.hssf.usermodel.HSSFSimpleShape
OBJECT_TYPE_ARC, OBJECT_TYPE_COMBO_BOX, OBJECT_TYPE_COMMENT, OBJECT_TYPE_LINE, OBJECT_TYPE_MICROSOFT_OFFICE_DRAWING, OBJECT_TYPE_OVAL, OBJECT_TYPE_PICTURE, OBJECT_TYPE_RECTANGLE, WRAP_BY_POINTS, WRAP_NONE, WRAP_SQUARE
-
Fields inherited from class org.apache.poi.hssf.usermodel.HSSFShape
FILL__FILLCOLOR_DEFAULT, LINESTYLE__COLOR_DEFAULT, LINESTYLE_DASHDOTDOTSYS, LINESTYLE_DASHDOTGEL, LINESTYLE_DASHDOTSYS, LINESTYLE_DASHGEL, LINESTYLE_DASHSYS, LINESTYLE_DEFAULT, LINESTYLE_DOTGEL, LINESTYLE_DOTSYS, LINESTYLE_LONGDASHDOTDOTGEL, LINESTYLE_LONGDASHDOTGEL, LINESTYLE_LONGDASHGEL, LINESTYLE_NONE, LINESTYLE_SOLID, LINEWIDTH_DEFAULT, LINEWIDTH_ONE_PT, NO_FILL_DEFAULT, NO_FILLHITTEST_FALSE, NO_FILLHITTEST_TRUE
-
-
Constructor Summary
Constructors Constructor Description HSSFChartShape(EscherContainerRecord spContainer, ObjRecord objRecord, BOFRecordAggregate bofAgg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BOFRecordAggregate
getBOFRecordAggregate()
HSSFChart
getChart()
String
getChartId()
String
getName()
ClientAnchor
getPreferredSize()
void
setChart(HSSFChart chart)
void
setClientAnchor(ClientAnchor newanchor)
void
setName(String name)
-
Methods inherited from class org.apache.poi.hssf.usermodel.HSSFSimpleShape
afterRemove, cloneShape, createObjRecord, createSpContainer, createTextObjRecord, getShapeId, getShapeType, getString, getTextObjectRecord, getWrapText, setShapeType, setString, setWrapText
-
Methods inherited from class org.apache.poi.hssf.usermodel.HSSFShape
countOfAllChildren, getAnchor, getEscherContainer, getFillColor, getLineStyle, getLineStyleColor, getLineWidth, getObjRecord, getOptRecord, getParent, getPatriarch, getRotationDegree, getShapeName, isFlipHorizontal, isFlipVertical, isNoFill, setAnchor, setFillColor, setFillColor, setFlipHorizontal, setFlipVertical, setLineStyle, setLineStyleColor, setLineStyleColor, setLineWidth, setNoFill, setParent, setPatriarch, setPropertyValue, setRotationDegree
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.poi.ss.usermodel.Shape
getAnchor, getParent, getShapeName, isNoFill, setFillColor, setLineStyleColor, setNoFill
-
-
-
-
Constructor Detail
-
HSSFChartShape
public HSSFChartShape(EscherContainerRecord spContainer, ObjRecord objRecord, BOFRecordAggregate bofAgg)
-
-
Method Detail
-
getBOFRecordAggregate
protected BOFRecordAggregate getBOFRecordAggregate()
-
setChart
public void setChart(HSSFChart chart)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getPreferredSize
public ClientAnchor getPreferredSize()
-
getChart
public HSSFChart getChart()
-
getChartId
public String getChartId()
-
setClientAnchor
public void setClientAnchor(ClientAnchor newanchor)
-
-