Uses of Interface
net.sf.jasperreports.charts.JRGanttDataset
-
Packages that use JRGanttDataset 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 JRGanttDataset in net.sf.jasperreports.charts
Methods in net.sf.jasperreports.charts with parameters of type JRGanttDataset Modifier and Type Method Description void
ChartsExpressionCollector. collect(JRGanttDataset ganttDataset)
-
Uses of JRGanttDataset in net.sf.jasperreports.charts.base
Classes in net.sf.jasperreports.charts.base that implement JRGanttDataset Modifier and Type Class Description class
JRBaseGanttDataset
Methods in net.sf.jasperreports.charts.base that return JRGanttDataset Modifier and Type Method Description JRGanttDataset
ChartsBaseObjectFactory. getGanttDataset(JRGanttDataset ganttDataset)
Methods in net.sf.jasperreports.charts.base with parameters of type JRGanttDataset Modifier and Type Method Description JRGanttDataset
ChartsBaseObjectFactory. getGanttDataset(JRGanttDataset ganttDataset)
Constructors in net.sf.jasperreports.charts.base with parameters of type JRGanttDataset Constructor Description JRBaseGanttDataset(JRGanttDataset dataset, ChartsBaseObjectFactory factory)
-
Uses of JRGanttDataset in net.sf.jasperreports.charts.design
Classes in net.sf.jasperreports.charts.design that implement JRGanttDataset Modifier and Type Class Description class
JRDesignGanttDataset
Methods in net.sf.jasperreports.charts.design with parameters of type JRGanttDataset Modifier and Type Method Description void
ChartsVerifier. verify(JRGanttDataset dataset)
-
Uses of JRGanttDataset in net.sf.jasperreports.charts.fill
Classes in net.sf.jasperreports.charts.fill that implement JRGanttDataset Modifier and Type Class Description class
JRFillGanttDataset
Methods in net.sf.jasperreports.charts.fill that return JRGanttDataset Modifier and Type Method Description JRGanttDataset
ChartsFillObjectFactory. getGanttDataset(JRGanttDataset ganttDataset)
Methods in net.sf.jasperreports.charts.fill with parameters of type JRGanttDataset Modifier and Type Method Description JRGanttDataset
ChartsFillObjectFactory. getGanttDataset(JRGanttDataset ganttDataset)
Constructors in net.sf.jasperreports.charts.fill with parameters of type JRGanttDataset Constructor Description JRFillGanttDataset(JRGanttDataset ganttDataset, ChartsFillObjectFactory factory)
-