Uses of Interface
net.sf.jasperreports.charts.JRBubblePlot
-
Packages that use JRBubblePlot 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 JRBubblePlot in net.sf.jasperreports.charts
Methods in net.sf.jasperreports.charts that return JRBubblePlot Modifier and Type Method Description JRBubblePlot
ChartsAbstractObjectFactory. getBubblePlot(JRBubblePlot bubblePlot)
Methods in net.sf.jasperreports.charts with parameters of type JRBubblePlot Modifier and Type Method Description void
ChartsExpressionCollector. collect(JRBubblePlot bubblePlot)
JRBubblePlot
ChartsAbstractObjectFactory. getBubblePlot(JRBubblePlot bubblePlot)
-
Uses of JRBubblePlot in net.sf.jasperreports.charts.base
Classes in net.sf.jasperreports.charts.base that implement JRBubblePlot Modifier and Type Class Description class
JRBaseBubblePlot
Methods in net.sf.jasperreports.charts.base that return JRBubblePlot Modifier and Type Method Description JRBubblePlot
ChartsBaseObjectFactory. getBubblePlot(JRBubblePlot bubblePlot)
Methods in net.sf.jasperreports.charts.base with parameters of type JRBubblePlot Modifier and Type Method Description JRBubblePlot
ChartsBaseObjectFactory. getBubblePlot(JRBubblePlot bubblePlot)
Constructors in net.sf.jasperreports.charts.base with parameters of type JRBubblePlot Constructor Description JRBaseBubblePlot(JRBubblePlot bubblePlot, ChartsBaseObjectFactory factory)
-
Uses of JRBubblePlot in net.sf.jasperreports.charts.design
Classes in net.sf.jasperreports.charts.design that implement JRBubblePlot Modifier and Type Class Description class
JRDesignBubblePlot
-
Uses of JRBubblePlot in net.sf.jasperreports.charts.fill
Classes in net.sf.jasperreports.charts.fill that implement JRBubblePlot Modifier and Type Class Description class
JRFillBubblePlot
Methods in net.sf.jasperreports.charts.fill that return JRBubblePlot Modifier and Type Method Description JRBubblePlot
ChartsFillObjectFactory. getBubblePlot(JRBubblePlot bubblePlot)
Methods in net.sf.jasperreports.charts.fill with parameters of type JRBubblePlot Modifier and Type Method Description JRBubblePlot
ChartsFillObjectFactory. getBubblePlot(JRBubblePlot bubblePlot)
Constructors in net.sf.jasperreports.charts.fill with parameters of type JRBubblePlot Constructor Description JRFillBubblePlot(JRBubblePlot bubblePlot, ChartsFillObjectFactory factory)
-