Package | Description |
---|---|
org.eclipse.birt.chart.computation |
This is a placeholder file for the org.eclipse.birt.chart.computation package.
|
org.eclipse.birt.chart.computation.withaxes |
This is a placeholder file for the org.eclipse.birt.chart.computation.withaxes package.
|
org.eclipse.birt.chart.datafeed |
Provides classes and interfaces that determine how a
user's custom dataset needs to be interpreted.
|
org.eclipse.birt.chart.extension.datafeed | |
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.
|
org.eclipse.birt.chart.model.data |
Holds a set of interfaces that define the structure of the data source and
typed data elements associated with a chart series.
|
org.eclipse.birt.chart.model.data.impl |
Holds a set of classes that define the structure of the data source and typed
data elements associated with a chart series.
|
org.eclipse.birt.chart.model.layout |
Contains a layout manager capable of arranging a set of blocks associated
with the chart representation.
|
org.eclipse.birt.chart.model.layout.impl |
Contains core class implementations for blocks associated with the chart
representation.
|
Modifier and Type | Method and Description |
---|---|
static FormatSpecifier |
ValueFormatter.resetFormatSpecifier(java.lang.Object oValue,
FormatSpecifier fs)
Under some cases, the specified format specifier is not suitable for
current value, the format specifier must be reset to fit current value.
|
Modifier and Type | Method and Description |
---|---|
TooltipValue |
IGObjectFactory.createTooltipValue(int iDelay,
java.lang.String sText,
FormatSpecifier formatSpecifier) |
TooltipValue |
GObjectFactory.createTooltipValue(int iDelay,
java.lang.String sText,
FormatSpecifier formatSpecifier) |
static java.lang.String |
ValueFormatter.format(java.lang.Object oValue,
FormatSpecifier formatSpecifier,
com.ibm.icu.util.ULocale lcl,
java.lang.Object oCachedJavaFormatter)
Returns the formatted string representation of given object.
|
java.lang.String |
DataPointHints.getBaseDisplayValue(FormatSpecifier formatSpecifier)
Returns the base display value of current DataPointHintes using given
format specifier.
|
java.lang.String |
DataPointHints.getDisplayValue(FormatSpecifier fs)
Returns the display value of current DataPointHintes.
|
java.lang.String |
DataPointHints.getOrthogonalDisplayValue(FormatSpecifier formatSpecifier)
Returns the orthogonal display value of current DataPointHintes using
given format specifier.
|
java.lang.String |
DataPointHints.getSeriesDisplayValue(FormatSpecifier formatSpecifier)
Returns the series display value of current DataPointHintes using given
format specifier.
|
static FormatSpecifier |
ValueFormatter.resetFormatSpecifier(java.lang.Object oValue,
FormatSpecifier fs)
Under some cases, the specified format specifier is not suitable for
current value, the format specifier must be reset to fit current value.
|
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 |
---|---|
FormatSpecifier |
OneAxis.getFormatSpecifier() |
FormatSpecifier |
AutoScale.getFormatSpecifier() |
Constructor and Description |
---|
ScaleInfo(PlotComputation plotComp,
int iType,
RunTimeContext rtc,
FormatSpecifier fs,
OneAxis ax,
int iScaleDirection,
boolean bExpandMinMax) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
IDataPointEntry.getFormattedString(FormatSpecifier formatter,
com.ibm.icu.util.ULocale locale)
Returns the formatted string representation of current object by given
formatter and locale.
|
java.lang.String |
IDataPointEntry.getFormattedString(java.lang.String type,
FormatSpecifier formatter,
com.ibm.icu.util.ULocale locale)
Returns the formatted string representation of current object by given
formatter and locale.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
BubbleEntry.getFormattedString(FormatSpecifier formatter,
com.ibm.icu.util.ULocale locale) |
java.lang.String |
DifferenceEntry.getFormattedString(FormatSpecifier formatter,
com.ibm.icu.util.ULocale locale) |
java.lang.String |
StockEntry.getFormattedString(FormatSpecifier formatter,
com.ibm.icu.util.ULocale locale) |
java.lang.String |
BubbleEntry.getFormattedString(java.lang.String type,
FormatSpecifier formatter,
com.ibm.icu.util.ULocale locale) |
java.lang.String |
DifferenceEntry.getFormattedString(java.lang.String type,
FormatSpecifier formatter,
com.ibm.icu.util.ULocale locale) |
java.lang.String |
StockEntry.getFormattedString(java.lang.String type,
FormatSpecifier formatter,
com.ibm.icu.util.ULocale locale) |
Modifier and Type | Interface and Description |
---|---|
interface |
DateFormatSpecifier
A representation of the model object 'Date Format Specifier'.
|
interface |
FractionNumberFormatSpecifier
A representation of the model object 'Fraction Number Format Specifier'.
|
interface |
JavaDateFormatSpecifier
A representation of the model object 'Java Date Format Specifier'.
|
interface |
JavaNumberFormatSpecifier
A representation of the model object 'Java Number Format Specifier'.
|
interface |
NumberFormatSpecifier
A representation of the model object 'Number Format Specifier'.
|
interface |
StringFormatSpecifier
A representation of the model object 'String Format Specifier'.
|
Modifier and Type | Method and Description |
---|---|
FormatSpecifier |
FormatSpecifier.copyInstance() |
FormatSpecifier |
AttributeFactory.createFormatSpecifier()
Returns a new object of class 'Format Specifier'.
|
FormatSpecifier |
TooltipValue.getFormatSpecifier()
Returns the value of the 'Format Specifier' containment reference.
|
FormatSpecifier |
DataPointComponent.getFormatSpecifier()
Returns the value of the 'Format Specifier' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
TooltipValue.setFormatSpecifier(FormatSpecifier value)
Sets the value of the '
Format Specifier ' containment reference. |
void |
DataPointComponent.setFormatSpecifier(FormatSpecifier value)
Sets the value of the '
Format Specifier ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
DateFormatSpecifierImpl
An implementation of the model object '
Date Format Specifier'.
|
class |
FormatSpecifierImpl
An implementation of the model object 'Format Specifier'.
|
class |
FractionNumberFormatSpecifierImpl
An implementation of the model object 'Fraction Number Format Specifier'.
|
class |
JavaDateFormatSpecifierImpl
An implementation of the model object '
Java Date Format Specifier'.
|
class |
JavaNumberFormatSpecifierImpl
An implementation of the model object '
Java Number Format Specifier'.
|
class |
NumberFormatSpecifierImpl
An implementation of the model object '
Number Format Specifier'.
|
class |
StringFormatSpecifierImpl
An implementation of the model object 'String Format Specifier'.
|
Modifier and Type | Method and Description |
---|---|
FormatSpecifier |
FormatSpecifierImpl.copyInstance() |
FormatSpecifier |
AttributeFactoryImpl.createFormatSpecifier() |
FormatSpecifier |
TooltipValueImpl.getFormatSpecifier() |
FormatSpecifier |
DataPointComponentImpl.getFormatSpecifier() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
TooltipValueImpl.basicSetFormatSpecifier(FormatSpecifier newFormatSpecifier,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
DataPointComponentImpl.basicSetFormatSpecifier(FormatSpecifier newFormatSpecifier,
org.eclipse.emf.common.notify.NotificationChain msgs) |
static DataPointComponent |
DataPointComponentImpl.create(DataPointComponentType dpct,
FormatSpecifier fs)
A convenience methods provided to create an initialized
DataPointComponent instance
NOTE: Manually written
|
static TooltipValue |
TooltipValueImpl.create(int iDelay,
java.lang.String sText,
FormatSpecifier formatSpecifier)
A convenience method provided to build a tooltip action value when needed
NOTE: Manually written
|
void |
TooltipValueImpl.setFormatSpecifier(FormatSpecifier newFormatSpecifier) |
void |
DataPointComponentImpl.setFormatSpecifier(FormatSpecifier newFormatSpecifier) |
Modifier and Type | Method and Description |
---|---|
FormatSpecifier |
MarkerRange.getFormatSpecifier()
Returns the value of the 'Format Specifier' containment reference.
|
FormatSpecifier |
MarkerLine.getFormatSpecifier()
Returns the value of the 'Format Specifier' containment reference.
|
FormatSpecifier |
Dial.getFormatSpecifier()
Returns the value of the 'Format Specifier' containment reference.
|
FormatSpecifier |
Axis.getFormatSpecifier()
Returns the value of the 'Format Specifier' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
MarkerRange.setFormatSpecifier(FormatSpecifier value)
Sets the value of the '
Format Specifier ' containment reference. |
void |
MarkerLine.setFormatSpecifier(FormatSpecifier value)
Sets the value of the '
Format Specifier ' containment reference. |
void |
Dial.setFormatSpecifier(FormatSpecifier value)
Sets the value of the '
Format Specifier ' containment reference. |
void |
Axis.setFormatSpecifier(FormatSpecifier value)
Sets the value of the '
Format Specifier ' containment reference. |
Modifier and Type | Method and Description |
---|---|
FormatSpecifier |
MarkerRangeImpl.getFormatSpecifier() |
FormatSpecifier |
MarkerLineImpl.getFormatSpecifier() |
FormatSpecifier |
DialImpl.getFormatSpecifier() |
FormatSpecifier |
AxisImpl.getFormatSpecifier() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
MarkerRangeImpl.basicSetFormatSpecifier(FormatSpecifier newFormatSpecifier,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
MarkerLineImpl.basicSetFormatSpecifier(FormatSpecifier newFormatSpecifier,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
DialImpl.basicSetFormatSpecifier(FormatSpecifier newFormatSpecifier,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
AxisImpl.basicSetFormatSpecifier(FormatSpecifier newFormatSpecifier,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
MarkerRangeImpl.setFormatSpecifier(FormatSpecifier newFormatSpecifier) |
void |
MarkerLineImpl.setFormatSpecifier(FormatSpecifier newFormatSpecifier) |
void |
DialImpl.setFormatSpecifier(FormatSpecifier newFormatSpecifier) |
void |
AxisImpl.setFormatSpecifier(FormatSpecifier newFormatSpecifier) |
Modifier and Type | Method and Description |
---|---|
FormatSpecifier |
SeriesDefinition.getFormatSpecifier()
Returns the value of the 'Format Specifier' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
SeriesDefinition.setFormatSpecifier(FormatSpecifier value)
Sets the value of the '
Format Specifier ' containment reference. |
Modifier and Type | Method and Description |
---|---|
FormatSpecifier |
SeriesDefinitionImpl.getFormatSpecifier() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
SeriesDefinitionImpl.basicSetFormatSpecifier(FormatSpecifier newFormatSpecifier,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
SeriesDefinitionImpl.setFormatSpecifier(FormatSpecifier newFormatSpecifier) |
Modifier and Type | Method and Description |
---|---|
FormatSpecifier |
Legend.getFormatSpecifier()
Returns the value of the 'Format Specifier' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
Legend.setFormatSpecifier(FormatSpecifier value)
Sets the value of the '
Format Specifier ' containment reference. |
Modifier and Type | Method and Description |
---|---|
FormatSpecifier |
LegendImpl.getFormatSpecifier() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
LegendImpl.basicSetFormatSpecifier(FormatSpecifier newFormatSpecifier,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
LegendImpl.setFormatSpecifier(FormatSpecifier newFormatSpecifier) |
Copyright © 2005-2008 Actuate Corp. All rights reserved.