Package | Description |
---|---|
org.eclipse.birt.chart.computation |
This is a placeholder file for the org.eclipse.birt.chart.computation package.
|
org.eclipse.birt.chart.model.attribute |
Contains attribute interface definitions (for fonts, fills, lines, etc) for all chart components that may be
customized via appropriate accessor methods.
|
org.eclipse.birt.chart.model.attribute.impl |
Contains attribute core class implementations (for fonts, fills, lines, etc) for all chart components that
may be customized via appropriate accessor methods.
|
org.eclipse.birt.chart.model.component |
Represents a set of chart sub-components (as interfaces) that are used to
build a complete chart.
|
org.eclipse.birt.chart.model.component.impl |
Represents a set of chart sub-components (as core implementations) that are
used to build a complete chart.
|
Constructor and Description |
---|
DataPointHints(java.lang.Object _oBaseValue,
java.lang.Object _oOrthogonalValue,
java.lang.Object _oSeriesValue,
java.lang.Object _oPercentileValue,
DataPoint _dp,
FormatSpecifier _fsBase,
FormatSpecifier _fsOrthogonal,
FormatSpecifier _fsSeries,
FormatSpecifier _fsPercentile,
int _idx,
Location _lo,
double[] _dSize,
RunTimeContext _rtc)
The constructor.
|
DataPointHints(java.lang.Object _oBaseValue,
java.lang.Object _oOrthogonalValue,
java.lang.Object _oSeriesValue,
java.lang.Object _oPercentileValue,
DataPoint _dp,
FormatSpecifier _fsBase,
FormatSpecifier _fsOrthogonal,
FormatSpecifier _fsSeries,
FormatSpecifier _fsPercentile,
int _idx,
Location _lo,
double _dSize,
RunTimeContext _rtc)
DataPointHints constructor.
|
Modifier and Type | Method and Description |
---|---|
DataPoint |
DataPoint.copyInstance() |
DataPoint |
AttributeFactory.createDataPoint()
Returns a new object of class 'Data Point'.
|
Modifier and Type | Class and Description |
---|---|
class |
DataPointImpl
An implementation of the model object '
Data Point'.
|
Modifier and Type | Method and Description |
---|---|
DataPoint |
DataPointImpl.copyInstance() |
static DataPoint |
DataPointImpl.create(java.lang.String sPrefix,
java.lang.String sSuffix,
java.lang.String sSeparator)
A convenience methods provided to create an initialized DataPoint
instance
NOTE: Manually written
|
DataPoint |
AttributeFactoryImpl.createDataPoint() |
static DataPoint |
DataPointImpl.createDefault() |
Modifier and Type | Method and Description |
---|---|
DataPoint |
Series.getDataPoint()
Returns the value of the 'Data Point' containment
reference.
|
Modifier and Type | Method and Description |
---|---|
void |
Series.setDataPoint(DataPoint value)
Sets the value of the '
Data Point ' containment reference. |
Modifier and Type | Method and Description |
---|---|
DataPoint |
SeriesImpl.getDataPoint() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
SeriesImpl.basicSetDataPoint(DataPoint newDataPoint,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
SeriesImpl.setDataPoint(DataPoint newDataPoint) |
Copyright © 2005-2008 Actuate Corp. All rights reserved.