| Package | Description |
|---|---|
| io.starter.formats.XLS.charts |
| Modifier and Type | Field and Description |
|---|---|
protected ChartFormat |
ChartType.cf |
| Modifier and Type | Method and Description |
|---|---|
protected ChartFormat |
AxisParent.createNewChart(int nChart)
create basic cf necessary to define multiple or overlay charts
and add to this AxisParent
|
protected ChartFormat |
AxisParent.getChartFormat()
default version, returns the 1sst chart format record
if there are more than 1 chart type in the chart there will be multiple chart format records |
protected ChartFormat |
AxisParent.getChartFormat(int nChart,
boolean addNew)
get the chart format collection
|
protected ChartFormat |
Chart.getChartOjectParent(int nChart)
retrieves the parent of the chart type object (==ChartFormat) at index nChart, or creates a new Chart Type Parent
|
| 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)
|
static GenericChartObject |
ChartType.createUnderlyingChartObject(int chartType,
Chart parentchart,
ChartFormat cf)
create a new low-level chart object which determines the ChartTypeObject, and update the existing chartobj
|
void |
ChartLine.parseOOXML(org.xmlpull.v1.XmlPullParser xpp,
Stack<String> lastTag,
ChartFormat cf,
WorkBookHandle bk)
parse a Chart Line OOXML element: either
dropLines
hiLowLines
serLines
|
Copyright © 2002–2019 Starter Inc.. All rights reserved.