Uses of Class
io.keikai.model.impl.AbstractChartAdv
-
Packages that use AbstractChartAdv Package Description io.keikai.model.impl Keikai Spreadsheet Internal Book Model Implementation classes.io.keikai.model.impl.chart Keikai Spreadsheet Internal Book Model Implementation classes. -
-
Uses of AbstractChartAdv in io.keikai.model.impl
Subclasses of AbstractChartAdv in io.keikai.model.impl Modifier and Type Class Description class
ChartImpl
Constructors in io.keikai.model.impl with parameters of type AbstractChartAdv Constructor Description ObjectRefImpl(AbstractChartAdv chart, String objectId)
ObjectRefImpl(AbstractChartAdv chart, String[] objectIdPath)
-
Uses of AbstractChartAdv in io.keikai.model.impl.chart
Methods in io.keikai.model.impl.chart with parameters of type AbstractChartAdv Modifier and Type Method Description SeriesImpl
SeriesImpl. cloneSeriesImpl(AbstractChartAdv chart)
static void
ChartUtil. evalVisibleInfo(AbstractChartAdv chart, FormulaExpression expr, boolean[] hiddenInfos, Map<Integer,Boolean> cachedRowValues, Map<Integer,Boolean> cachedColumnValues)
Constructors in io.keikai.model.impl.chart with parameters of type AbstractChartAdv Constructor Description AreaChartDataImpl(AbstractChartAdv chart, String id)
BarChartDataImpl(AbstractChartAdv chart, String id, SChart.BarDirection direction)
BubbleChartDataImpl(AbstractChartAdv chart, String id)
DoughnutChartDataImpl(AbstractChartAdv chart, String id)
GeneralChartDataImpl(AbstractChartAdv chart, String id)
GroupingChartDataImpl(AbstractChartAdv chart, String id)
LineChartDataImpl(AbstractChartAdv chart, String id)
PieChartDataImpl(AbstractChartAdv chart, String id)
ScatterChartDataImpl(AbstractChartAdv chart, String id)
SeriesImpl(AbstractChartAdv chart, String id)
-