Uses of Interface
net.sf.jasperreports.charts.JRGanttSeries
-
Packages that use JRGanttSeries Package Description net.sf.jasperreports.charts Contains interfaces for chart plots and chart datasets.net.sf.jasperreports.charts.base Contains base implementations for chart related interfaces.net.sf.jasperreports.charts.design Contains design time implementations for chart related interfaces.net.sf.jasperreports.charts.fill Contains fill time implementations for chart related interfaces. -
-
Uses of JRGanttSeries in net.sf.jasperreports.charts
Methods in net.sf.jasperreports.charts that return JRGanttSeries Modifier and Type Method Description JRGanttSeries[]
JRGanttDataset. getSeries()
-
Uses of JRGanttSeries in net.sf.jasperreports.charts.base
Classes in net.sf.jasperreports.charts.base that implement JRGanttSeries Modifier and Type Class Description class
JRBaseGanttSeries
Fields in net.sf.jasperreports.charts.base declared as JRGanttSeries Modifier and Type Field Description protected JRGanttSeries[]
JRBaseGanttDataset. ganttSeries
Methods in net.sf.jasperreports.charts.base that return JRGanttSeries Modifier and Type Method Description JRGanttSeries
ChartsBaseObjectFactory. getGanttSeries(JRGanttSeries ganttSeries)
JRGanttSeries[]
JRBaseGanttDataset. getSeries()
Methods in net.sf.jasperreports.charts.base with parameters of type JRGanttSeries Modifier and Type Method Description JRGanttSeries
ChartsBaseObjectFactory. getGanttSeries(JRGanttSeries ganttSeries)
Constructors in net.sf.jasperreports.charts.base with parameters of type JRGanttSeries Constructor Description JRBaseGanttSeries(JRGanttSeries ganttSeries, ChartsBaseObjectFactory factory)
-
Uses of JRGanttSeries in net.sf.jasperreports.charts.design
Classes in net.sf.jasperreports.charts.design that implement JRGanttSeries Modifier and Type Class Description class
JRDesignGanttSeries
Methods in net.sf.jasperreports.charts.design that return JRGanttSeries Modifier and Type Method Description JRGanttSeries[]
JRDesignGanttDataset. getSeries()
JRGanttSeries
JRDesignGanttDataset. removeGanttSeries(JRGanttSeries ganttSeries)
Methods in net.sf.jasperreports.charts.design that return types with arguments of type JRGanttSeries Modifier and Type Method Description List<JRGanttSeries>
JRDesignGanttDataset. getSeriesList()
Methods in net.sf.jasperreports.charts.design with parameters of type JRGanttSeries Modifier and Type Method Description void
JRDesignGanttDataset. addGanttSeries(int index, JRGanttSeries ganttSeries)
void
JRDesignGanttDataset. addGanttSeries(JRGanttSeries ganttSeries)
JRGanttSeries
JRDesignGanttDataset. removeGanttSeries(JRGanttSeries ganttSeries)
protected void
ChartsVerifier. verify(JRGanttSeries series)
-
Uses of JRGanttSeries in net.sf.jasperreports.charts.fill
Classes in net.sf.jasperreports.charts.fill that implement JRGanttSeries Modifier and Type Class Description class
JRFillGanttSeries
Fields in net.sf.jasperreports.charts.fill declared as JRGanttSeries Modifier and Type Field Description protected JRGanttSeries
JRFillGanttSeries. parent
Methods in net.sf.jasperreports.charts.fill that return JRGanttSeries Modifier and Type Method Description JRGanttSeries
ChartsFillObjectFactory. getGanttSeries(JRGanttSeries ganttSeries)
JRGanttSeries[]
JRFillGanttDataset. getSeries()
Methods in net.sf.jasperreports.charts.fill with parameters of type JRGanttSeries Modifier and Type Method Description JRGanttSeries
ChartsFillObjectFactory. getGanttSeries(JRGanttSeries ganttSeries)
Constructors in net.sf.jasperreports.charts.fill with parameters of type JRGanttSeries Constructor Description JRFillGanttSeries(JRGanttSeries ganttSeries, ChartsFillObjectFactory factory)
-