|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.actuate.util.Debug
|
+--com.f1j.util.Debug
|
+--com.f1j.util.ObjConst
|
+--com.f1j.util.Obj
|
+--com.f1j.ss.GRObject
|
+--com.f1j.ss.GRChart
This class provides methods for manipulating chart objects in the worksheet.
| Fields inherited from class com.f1j.ss.GRObject |
eArc,
eArrowFilled,
eArrowHollow,
eArrowLarge,
eArrowMedium,
eArrowNone,
eArrowSmall,
eButton,
eCellNone,
eCellText,
eCellValue,
eChart,
eCheckBox,
eDropDown,
eGroup,
eLine,
eListBox,
eOval,
ePicture,
ePolygon,
eRadioButton,
eRectangle,
eText |
| Method Summary | |
void |
addSeries()
Deprecated. Replaced by FcChart.addSeries(). |
java.lang.String |
getAxisTitle(short sAxisType,
int iAxisIndex)
Deprecated. Replaced by FcChart.getAxisTitle(short, int). |
java.lang.String |
getAxisTitleLocal(short sAxisType,
int iAxisIndex)
Deprecated. Replaced by FcChart.getAxisTitleLocal(short, int). |
java.lang.String |
getCategoryFormula()
Deprecated. Replaced by FcChart.getCategoryFormula(). |
java.lang.String |
getCategoryFormulaLocal()
Deprecated. Replaced by FcChart.getCategoryFormulaLocal(). |
ChartModel |
getChartModel()
Deprecated. Replaced by FcChart.getChartModel(). |
short |
getChartType()
Deprecated. Replaced by FcChart.getChartType(). |
FcChart |
getFcChart()
Deprecated. Returns the FcChart associated with this GRChart. |
static GRChart |
getGRChart(FcChart chart)
Deprecated. |
java.lang.String |
getLinkRange()
Deprecated. Replaced by FcChart.getLinkRange(). |
java.lang.String |
getLinkRangeLocal()
Deprecated. Replaced by FcChart.getLinkRangeLocal(). |
java.lang.String |
getSeriesName(int iSeries)
Deprecated. Replaced by FcChart.getSeriesName(int). |
java.lang.String |
getSeriesNameLocal(int iSeries)
Deprecated. Replaced by FcChart.getSeriesNameLocal(int). |
java.lang.String |
getSeriesSizeValueFormula(int iSeries)
Deprecated. Replaced by FcChart.getSeriesSizeValueFormula(int). |
java.lang.String |
getSeriesSizeValueFormulaLocal(int iSeries)
Deprecated. Replaced by FcChart.getSeriesSizeValueFormulaLocal(int). |
java.lang.String |
getSeriesXValueFormula(int iSeries)
Deprecated. Replaced by FcChart.getSeriesXValueFormula(int). |
java.lang.String |
getSeriesXValueFormulaLocal(int iSeries)
Deprecated. Replaced by FcChart.getSeriesXValueFormulaLocal(int). |
java.lang.String |
getSeriesYValueFormula(int iSeries)
Deprecated. Replaced by FcChart.getSeriesYValueFormula(int). |
java.lang.String |
getSeriesYValueFormulaLocal(int iSeries)
Deprecated. Replaced by FcChart.getSeriesYValueFormulaLocal(int). |
java.lang.String |
getTitle()
Deprecated. Replaced by FcChart.getTitle(). |
java.lang.String |
getTitleLocal()
Deprecated. Replaced by FcChart.getTitleLocal(). |
boolean |
isSeriesInRows()
Deprecated. Replaced by FcChart.isSeriesInRows(). |
void |
removeSeries(int iSeries)
Deprecated. Replaced by FcChart.removeSeries(int). |
void |
setAxisTitle(short sAxisType,
int iAxisIndex,
java.lang.String title)
Deprecated. Replaced by FcChart.setAxisTitle(short, int, String). |
void |
setAxisTitleLocal(short sAxisType,
int iAxisIndex,
java.lang.String title)
Deprecated. Replaced by FcChart.setAxisTitleLocal(short, int, String). |
void |
setCategoryFormula(java.lang.String formula)
Deprecated. Replaced by FcChart.setCategoryFormula(String). |
void |
setCategoryFormulaLocal(java.lang.String formula)
Deprecated. Replaced by FcChart.setCategoryFormulaLocal(String). |
void |
setChartType(short sType)
Deprecated. Replaced by FcChart.setChartType(short). |
void |
setLinkRange(java.lang.String range,
boolean bSeriesInRows)
Deprecated. Replaced by FcChart.setLinkRange(String, boolean). |
void |
setLinkRangeLocal(java.lang.String range,
boolean bSeriesInRows)
Deprecated. Replaced by FcChart.setLinkRangeLocal(String, boolean). |
void |
setSeriesName(int iSeries,
java.lang.String name)
Deprecated. Replaced by FcChart.setSeriesName(int, String). |
void |
setSeriesNameLocal(int iSeries,
java.lang.String name)
Deprecated. Replaced by FcChart.setSeriesNameLocal(int, String). |
void |
setSeriesSizeValueFormula(int iSeries,
java.lang.String formula)
Deprecated. Replaced by FcChart.setSeriesSizeValueFormula(int, String). |
void |
setSeriesSizeValueFormulaLocal(int iSeries,
java.lang.String formula)
Deprecated. Replaced by FcChart.setSeriesSizeValueFormulaLocal(int, String). |
void |
setSeriesXValueFormula(int iSeries,
java.lang.String formula)
Deprecated. Replaced by FcChart.setSeriesXValueFormula(int, String). |
void |
setSeriesXValueFormulaLocal(int iSeries,
java.lang.String formula)
Deprecated. Replaced by FcChart.setSeriesXValueFormulaLocal(int, String). |
void |
setSeriesYValueFormula(int iSeries,
java.lang.String formula)
Deprecated. Replaced by FcChart.setSeriesYValueFormula(int, String). |
void |
setSeriesYValueFormulaLocal(int iSeries,
java.lang.String formula)
Deprecated. Replaced by FcChart.setSeriesYValueFormulaLocal(int, String). |
void |
setTitle(java.lang.String title)
Deprecated. Replaced by FcChart.setTitle(String). |
void |
setTitleLocal(java.lang.String title)
Deprecated. Replaced by FcChart.setTitleLocal(String). |
| Method Detail |
public void addSeries()
throws F1Exception
removeSeries(int iSeries)
public java.lang.String getAxisTitle(short sAxisType,
int iAxisIndex)
throws F1Exception
sAxisType - a short indicating the axis type. Either eXAxis
or eYAxis.iAxisIndex - an integer indicating which axis. The X axis is always
0 since there's currently only one. Y-Axes can be any number 0 to
(Y axis count -1).setAxisTitle(short sAxisType, int iAxisIndex, String title)
public java.lang.String getAxisTitleLocal(short sAxisType,
int iAxisIndex)
throws F1Exception
sAxisType - a short indicating the axis type. Either eXAxis.iAxisIndex - an integer indicating which axis. The X axis is always
0 since there's currently only one. Y-Axes can be any number 0 to
(Y axis count -1).setAxisTitleLocal(short sAxisType, int iAxisIndex, String title)
public java.lang.String getCategoryFormula()
throws F1Exception
setCategoryFormula(java.lang.String)
public java.lang.String getCategoryFormulaLocal()
throws F1Exception
setCategoryFormulaLocal(java.lang.String)public ChartModel getChartModel()
ChartModelpublic short getChartType()
setChartType(short)public FcChart getFcChart()
FcChart object.GRObject.getGRObject(com.f1j.drawing.Shape sp)public static GRChart getGRChart(FcChart chart)
chart - FcChartGRChart object.GRObject.getShape()public java.lang.String getLinkRange()
setLinkRange(java.lang.String, boolean)public java.lang.String getLinkRangeLocal()
setLinkRangeLocal(java.lang.String, boolean)
public java.lang.String getSeriesName(int iSeries)
throws F1Exception
iSeries - an integer indicating which series.setSeriesName(int iSeries, String name)
public java.lang.String getSeriesNameLocal(int iSeries)
throws F1Exception
iSeries - an integer indicating the series.setSeriesNameLocal(int iSeries, String name)public java.lang.String getTitle()
setTitle(java.lang.String)public java.lang.String getTitleLocal()
setTitleLocal(String title)
public java.lang.String getSeriesXValueFormula(int iSeries)
throws F1Exception
iSeries - an integer indicating the series.setSeriesXValueFormula(int iSeries, String formula)
public java.lang.String getSeriesXValueFormulaLocal(int iSeries)
throws F1Exception
iSeries - an integer indicating the series.setSeriesXValueFormulaLocal(int iSeries, String formula)
public java.lang.String getSeriesYValueFormula(int iSeries)
throws F1Exception
iSeries - an integer indicating the series.setSeriesYValueFormula(int iSeries, String formula)
public java.lang.String getSeriesYValueFormulaLocal(int iSeries)
throws F1Exception
iSeries - an integer indicating the series.setSeriesYValueFormulaLocal(int iSeries, String formula)
public java.lang.String getSeriesSizeValueFormula(int iSeries)
throws F1Exception
iSeries - an integer indicating the series.setSeriesSizeValueFormula(int iSeries, String formula)
public java.lang.String getSeriesSizeValueFormulaLocal(int iSeries)
throws F1Exception
iSeries - an integer indicating the series.setSeriesSizeValueFormulaLocal(int iSeries, String formula)public boolean isSeriesInRows()
true = data is in rows.
public void removeSeries(int iSeries)
throws F1Exception
iSeries - an integer indicating the series.addSeries()
public void setAxisTitle(short sAxisType,
int iAxisIndex,
java.lang.String title)
throws F1Exception
sAxisType - a short indicating the axis type. Either eXAxis.iAxisIndex - an integer indicating which axis. The X axis is always
0 since there's currently only one. Y-Axes can be any number 0 to
(Y axis count -1).title - the axis title as a formula or a text string.getAxisTitle(short sAxisType, int iAxisIndex)
public void setAxisTitleLocal(short sAxisType,
int iAxisIndex,
java.lang.String title)
throws F1Exception
sAxisType - a short indicating the axis type. Either eXAxis.iAxisIndex - an integer indicating which axis. The X axis is always
0 since there's currently only one. Y-Axes can be any number 0 to
(Y axis count -1).title - the axis title as a formula or a text string.getAxisTitleLocal(short sAxisType, int iAxisIndex)
public void setCategoryFormula(java.lang.String formula)
throws F1Exception
formula - the formula to link to.getCategoryFormula()
public void setCategoryFormulaLocal(java.lang.String formula)
throws F1Exception
formula - the formula to link to.getCategoryFormulaLocal()
public void setChartType(short sType)
throws F1Exception
sType - the new chart type.getChartType()
public void setLinkRange(java.lang.String range,
boolean bSeriesInRows)
throws F1Exception
range - string indicating the range to link to.bSeriesInRows - boolean. Indicates whether to link each series to
rows or to columns. true = link to rows.getLinkRange()
public void setLinkRangeLocal(java.lang.String range,
boolean bSeriesInRows)
throws F1Exception
range - string indicating the range to link to.bSeriesInRows - boolean. Indicates whether to link each series to
rows or to columns. true = link to rows.getLinkRangeLocal()
public void setSeriesName(int iSeries,
java.lang.String name)
throws F1Exception
iSeries - an integer indicating the series.name - the series name as a formula or a text string.getSeriesName(int iSeries)
public void setSeriesNameLocal(int iSeries,
java.lang.String name)
throws F1Exception
iSeries - an integer indicating the series.name - the series name as a formula or a text string.getSeriesNameLocal(int iSeries)
public void setTitle(java.lang.String title)
throws F1Exception
title - the chart title as a formula or a text string.getTitle()
public void setTitleLocal(java.lang.String title)
throws F1Exception
title - the chart title as a formula or a text string.getTitleLocal()
public void setSeriesXValueFormula(int iSeries,
java.lang.String formula)
throws F1Exception
iSeries - an integer indicating the series.formula - a formula indicating the values.getSeriesXValueFormula(int iSeries)
public void setSeriesXValueFormulaLocal(int iSeries,
java.lang.String formula)
throws F1Exception
iSeries - an integer indicating the series.formula - a formula indicating the values.getSeriesXValueFormulaLocal(int iSeries)
public void setSeriesYValueFormula(int iSeries,
java.lang.String formula)
throws F1Exception
iSeries - an integer indicating the series.formula - a formula indicating the values.getSeriesYValueFormula(int iSeries)
public void setSeriesYValueFormulaLocal(int iSeries,
java.lang.String formula)
throws F1Exception
iSeries - an integer indicating the series.formula - a formula indicating the values.getSeriesYValueFormulaLocal(int iSeries)
public void setSeriesSizeValueFormula(int iSeries,
java.lang.String formula)
throws F1Exception
iSeries - an integer indicating the series.formula - a formula indicating the values.getSeriesSizeValueFormula(int iSeries)
public void setSeriesSizeValueFormulaLocal(int iSeries,
java.lang.String formula)
throws F1Exception
iSeries - an integer indicating the series.formula - a formula indicating the values.getSeriesSizeValueFormulaLocal(int iSeries)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||