|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BubbleSeries | |
org.eclipse.birt.chart.model.type | Contains a default out-of-the-box set of series type interfaces that are associated with all charts. |
org.eclipse.birt.chart.model.type.impl | Contains a default out-of-the-box set of series type core implementation classes that are associated with all charts. |
org.eclipse.birt.chart.model.type.util | This is a placeholder file for the org.eclipse.birt.chart.model.type.util package. |
Uses of BubbleSeries in org.eclipse.birt.chart.model.type |
Methods in org.eclipse.birt.chart.model.type that return BubbleSeries | |
BubbleSeries |
TypeFactory.createBubbleSeries()
Returns a new object of class 'Bubble Series'. |
Uses of BubbleSeries in org.eclipse.birt.chart.model.type.impl |
Classes in org.eclipse.birt.chart.model.type.impl that implement BubbleSeries | |
class |
BubbleSeriesImpl
An implementation of the model object 'Bubble Series'. |
Methods in org.eclipse.birt.chart.model.type.impl that return BubbleSeries | |
BubbleSeries |
TypeFactoryImpl.createBubbleSeries()
|
Uses of BubbleSeries in org.eclipse.birt.chart.model.type.util |
Methods in org.eclipse.birt.chart.model.type.util with parameters of type BubbleSeries | |
java.lang.Object |
TypeSwitch.caseBubbleSeries(BubbleSeries object)
Returns the result of interpretting the object as an instance of 'Bubble Series'. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |