| Package | Description |
|---|---|
| io.starter.formats.XLS.charts |
| Modifier and Type | Class and Description |
|---|---|
class |
Area3DChart |
class |
AreaChart
non-stacked area chart
|
class |
Bar3DChart |
class |
BarChart |
class |
BubbleChart |
class |
Col3DChart |
class |
ColChart |
class |
ConeBarChart |
class |
ConeChart |
class |
CylinderBarChart |
class |
CylinderChart |
class |
DoughnutChart |
class |
Line3DChart |
class |
LineChart |
class |
OfPieChart |
class |
Pie3dChart |
class |
PieChart |
class |
PyramidBarChart |
class |
PyramidChart |
class |
RadarAreaChart |
class |
RadarChart |
class |
ScatterChart |
class |
StackedAreaChart |
class |
StackedColumn |
class |
StockChart |
class |
Surface3DChart |
class |
SurfaceChart |
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<ChartType> |
Chart.chartgroup |
| Modifier and Type | Method and Description |
|---|---|
static ChartType |
ChartType.create(int chartType,
Chart parentChart,
ChartFormat cf)
creates a new chart type object of the desired chart type.
|
static ChartType |
ChartType.createChartTypeObject(GenericChartObject ch,
ChartFormat cf,
WorkBook wb)
create and return the appropriate ChartType for the given
chart record (Bar, Radar, Line, etc)
|
ChartType |
Chart.getChartObject()
return the default Chart Object associated with this chart
|
ChartType |
Chart.getChartObject(int nChart)
return the nth Chart Object associated with this chart (default=0, overlay=1 thru 9)
|
static ChartType |
ChartType.parseOOXML(org.xmlpull.v1.XmlPullParser xpp,
WorkBookHandle wbh,
Chart parentChart,
int nChart)
parse the chart object OOXML element (barchart, area3DChart, etc.) and create the corresponding chart type objects
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Chart.addChartType(ChartType ct,
int nChart)
adds a new Chart Type to the group of Chart Type Objects, or replaces one at existing index
|
Series |
ChartSeries.addSeries(String seriesRange,
String categoryRange,
String bubbleRange,
String legendRange,
String legendText,
ChartType chartObject,
int nChart)
Add a series object to the array.
|
int |
Chart.getChartOrder(ChartType ct)
gets the integral order of the specific chart obect in question
|
protected static Series |
Series.getPrototype(String seriesRange,
String categoryRange,
String bubbleRange,
String legendRange,
String legendText,
ChartType chartobj)
Create a series with all sub components.
|
String |
Legend.getSVG(HashMap<String,Double> chartMetrics,
ChartType chartobj,
ChartSeries s) |
static Series |
ChartSeries.parseOOXML(org.xmlpull.v1.XmlPullParser xpp,
WorkBookHandle wbh,
ChartType parentChart,
boolean hasPivotTableSource,
Stack<String> lastTag)
parse a chartSpace->chartType->ser element into our Series record/structure
|
Copyright © 2002–2019 Starter Inc.. All rights reserved.