Uses of Interface
org.eclipse.birt.chart.model.type.LineSeries
Packages that use LineSeries
Package
Description
Contains a default out-of-the-box set of series type interfaces that are
associated with all charts.
Contains a default out-of-the-box set of series type core implementation
classes that are associated with all charts.
-
Uses of LineSeries in org.eclipse.birt.chart.model.type
Subinterfaces of LineSeries in org.eclipse.birt.chart.model.typeModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Area Series'.interface
A representation of the model object 'Bubble Series'.interface
A representation of the model object 'Difference Series'.interface
A representation of the model object 'Scatter Series'.Methods in org.eclipse.birt.chart.model.type that return LineSeriesModifier and TypeMethodDescriptionLineSeries.copyInstance()
TypeFactory.createLineSeries()
Returns a new object of class 'Line Series'. -
Uses of LineSeries in org.eclipse.birt.chart.model.type.impl
Classes in org.eclipse.birt.chart.model.type.impl that implement LineSeriesModifier and TypeClassDescriptionclass
An implementation of the model object 'Area Series'.class
An implementation of the model object 'Bubble Series'.class
An implementation of the model object 'Difference Series'.class
An implementation of the model object ' Line Series'.class
An implementation of the model object ' Scatter Series'.Methods in org.eclipse.birt.chart.model.type.impl that return LineSeriesModifier and TypeMethodDescriptionLineSeriesImpl.copyInstance()
TypeFactoryImpl.createLineSeries()