Uses of Interface
net.sf.jasperreports.charts.JRGanttSeries
Packages that use JRGanttSeries
Package
Description
Contains interfaces for chart plots and chart datasets.
Contains base implementations for chart related interfaces.
Contains design time implementations for chart related interfaces.
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 -
Uses of JRGanttSeries in net.sf.jasperreports.charts.base
Classes in net.sf.jasperreports.charts.base that implement JRGanttSeriesFields in net.sf.jasperreports.charts.base declared as JRGanttSeriesMethods in net.sf.jasperreports.charts.base that return JRGanttSeriesModifier and TypeMethodDescriptionChartsBaseObjectFactory.getGanttSeries(JRGanttSeries ganttSeries) JRBaseGanttDataset.getSeries()Methods in net.sf.jasperreports.charts.base with parameters of type JRGanttSeriesModifier and TypeMethodDescriptionChartsBaseObjectFactory.getGanttSeries(JRGanttSeries ganttSeries) Constructors in net.sf.jasperreports.charts.base with parameters of type JRGanttSeriesModifierConstructorDescriptionJRBaseGanttSeries(JRGanttSeries ganttSeries, ChartsBaseObjectFactory factory) -
Uses of JRGanttSeries in net.sf.jasperreports.charts.design
Classes in net.sf.jasperreports.charts.design that implement JRGanttSeriesMethods in net.sf.jasperreports.charts.design that return JRGanttSeriesModifier and TypeMethodDescriptionJRDesignGanttDataset.getSeries()JRDesignGanttDataset.removeGanttSeries(JRGanttSeries ganttSeries) Methods in net.sf.jasperreports.charts.design that return types with arguments of type JRGanttSeriesMethods in net.sf.jasperreports.charts.design with parameters of type JRGanttSeriesModifier and TypeMethodDescriptionvoidJRDesignGanttDataset.addGanttSeries(int index, JRGanttSeries ganttSeries) voidJRDesignGanttDataset.addGanttSeries(JRGanttSeries ganttSeries) JRDesignGanttDataset.removeGanttSeries(JRGanttSeries ganttSeries) protected voidChartsVerifier.verify(JRGanttSeries series) -
Uses of JRGanttSeries in net.sf.jasperreports.charts.fill
Classes in net.sf.jasperreports.charts.fill that implement JRGanttSeriesFields in net.sf.jasperreports.charts.fill declared as JRGanttSeriesMethods in net.sf.jasperreports.charts.fill that return JRGanttSeriesModifier and TypeMethodDescriptionChartsFillObjectFactory.getGanttSeries(JRGanttSeries ganttSeries) JRFillGanttDataset.getSeries()Methods in net.sf.jasperreports.charts.fill with parameters of type JRGanttSeriesModifier and TypeMethodDescriptionChartsFillObjectFactory.getGanttSeries(JRGanttSeries ganttSeries) Constructors in net.sf.jasperreports.charts.fill with parameters of type JRGanttSeriesModifierConstructorDescriptionJRFillGanttSeries(JRGanttSeries ganttSeries, ChartsFillObjectFactory factory)