|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AreaSeries | |
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 AreaSeries in org.eclipse.birt.chart.model.type |
Subinterfaces of AreaSeries in org.eclipse.birt.chart.model.type | |
interface |
DifferenceSeries
A representation of the model object 'Difference Series'. |
Methods in org.eclipse.birt.chart.model.type that return AreaSeries | |
AreaSeries |
TypeFactory.createAreaSeries()
Returns a new object of class 'Area Series'. |
Uses of AreaSeries in org.eclipse.birt.chart.model.type.impl |
Classes in org.eclipse.birt.chart.model.type.impl that implement AreaSeries | |
class |
AreaSeriesImpl
An implementation of the model object 'Area Series'. |
class |
DifferenceSeriesImpl
An implementation of the model object 'Difference Series'. |
Methods in org.eclipse.birt.chart.model.type.impl that return AreaSeries | |
AreaSeries |
TypeFactoryImpl.createAreaSeries()
|
Uses of AreaSeries in org.eclipse.birt.chart.model.type.util |
Methods in org.eclipse.birt.chart.model.type.util with parameters of type AreaSeries | |
java.lang.Object |
TypeSwitch.caseAreaSeries(AreaSeries object)
Returns the result of interpretting the object as an instance of 'Area Series'. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |