Uses of Interface
org.eclipse.birt.chart.model.attribute.DataPoint
Packages that use DataPoint
Package
Description
This is a placeholder file for the org.eclipse.birt.chart.computation package.
Contains attribute interface definitions (for fonts, fills, lines, etc) for all chart components that may be
customized via appropriate accessor methods.
Contains attribute core class implementations (for fonts, fills, lines, etc) for all chart components that
may be customized via appropriate accessor methods.
Represents a set of chart sub-components (as interfaces) that are used to
build a complete chart.
Represents a set of chart sub-components (as core implementations) that are
used to build a complete chart.
-
Uses of DataPoint in org.eclipse.birt.chart.computation
Constructors in org.eclipse.birt.chart.computation with parameters of type DataPointModifierConstructorDescriptionDataPointHints
(Object _oBaseValue, Object _oOrthogonalValue, Object _oSeriesValue, Object _oPercentileValue, DataPoint _dp, FormatSpecifier _fsBase, FormatSpecifier _fsOrthogonal, FormatSpecifier _fsSeries, FormatSpecifier _fsPercentile, int _idx, Location _lo, double[] _dSize, RunTimeContext _rtc) The constructor.DataPointHints
(Object _oBaseValue, Object _oOrthogonalValue, Object _oSeriesValue, Object _oPercentileValue, DataPoint _dp, FormatSpecifier _fsBase, FormatSpecifier _fsOrthogonal, FormatSpecifier _fsSeries, FormatSpecifier _fsPercentile, int _idx, Location _lo, double _dSize, RunTimeContext _rtc) DataPointHints constructor. -
Uses of DataPoint in org.eclipse.birt.chart.model.attribute
Methods in org.eclipse.birt.chart.model.attribute that return DataPointModifier and TypeMethodDescriptionDataPoint.copyInstance()
AttributeFactory.createDataPoint()
Returns a new object of class 'Data Point'. -
Uses of DataPoint in org.eclipse.birt.chart.model.attribute.impl
Classes in org.eclipse.birt.chart.model.attribute.impl that implement DataPointModifier and TypeClassDescriptionclass
An implementation of the model object ' Data Point'.Methods in org.eclipse.birt.chart.model.attribute.impl that return DataPointModifier and TypeMethodDescriptionDataPointImpl.copyInstance()
static final DataPoint
A convenience methods provided to create an initialized DataPoint instance NOTE: Manually writtenAttributeFactoryImpl.createDataPoint()
static final DataPoint
DataPointImpl.createDefault()
-
Uses of DataPoint in org.eclipse.birt.chart.model.component
Methods in org.eclipse.birt.chart.model.component that return DataPointModifier and TypeMethodDescriptionSeries.getDataPoint()
Returns the value of the 'Data Point' containment reference.Methods in org.eclipse.birt.chart.model.component with parameters of type DataPointModifier and TypeMethodDescriptionvoid
Series.setDataPoint
(DataPoint value) Sets the value of the 'Data Point
' containment reference. -
Uses of DataPoint in org.eclipse.birt.chart.model.component.impl
Methods in org.eclipse.birt.chart.model.component.impl that return DataPointMethods in org.eclipse.birt.chart.model.component.impl with parameters of type DataPointModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChain
SeriesImpl.basicSetDataPoint
(DataPoint newDataPoint, org.eclipse.emf.common.notify.NotificationChain msgs) void
SeriesImpl.setDataPoint
(DataPoint newDataPoint)