Package com.illumon.iris.db.plot
Class ChartArray
java.lang.Object
com.illumon.iris.db.plot.ChartArray
- All Implemented Interfaces:
Serializable
public class ChartArray extends Object implements Serializable
A grid of charts.
- See Also:
- Serialized Form
-
Method Summary
Modifier and Type Method Description ChartImplgetChart(int row, int col)Gets theChartat the specified location in this array.List<ChartImpl>getCharts()Gets theCharts in this ChartArray.intgetIndex(int row, int col)Gets the index of theChartat the specified location in this array.static booleanisEmpty(int index)Whether the index indicates that there is noChartin that location.
-
Method Details
-
getCharts
Gets theCharts in this ChartArray.- Returns:
- list of
Charts in this ChartArray
-
getIndex
public int getIndex(int row, int col)Gets the index of theChartat the specified location in this array. -
isEmpty
public static boolean isEmpty(int index)Whether the index indicates that there is noChartin that location. -
getChart
Gets theChartat the specified location in this array.
-