|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FormatSpecifier | |
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.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.attribute.util | This is a placeholder file for the org.eclipse.birt.chart.model.attribute.util package. |
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. |
Uses of FormatSpecifier in org.eclipse.birt.chart.computation |
Methods in org.eclipse.birt.chart.computation with parameters of type FormatSpecifier | |
static java.lang.String |
ValueFormatter.format(java.lang.Object oValue,
FormatSpecifier fs,
com.ibm.icu.util.ULocale lcl,
java.lang.Object oCachedJavaFormatter)
Returns the formatted string representation of given object. |
Constructors in org.eclipse.birt.chart.computation with parameters of type FormatSpecifier | |
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. |
|
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. |
Uses of FormatSpecifier in org.eclipse.birt.chart.computation.withaxes |
Methods in org.eclipse.birt.chart.computation.withaxes that return FormatSpecifier | |
FormatSpecifier |
OneAxis.getFormatSpecifier()
|
FormatSpecifier |
AutoScale.getFormatSpecifier()
|
Methods in org.eclipse.birt.chart.computation.withaxes with parameters of type FormatSpecifier | |
void |
AutoScale.setFormatSpecifier(FormatSpecifier fs)
|
Uses of FormatSpecifier in org.eclipse.birt.chart.datafeed |
Methods in org.eclipse.birt.chart.datafeed with parameters of type FormatSpecifier | |
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. |
Uses of FormatSpecifier in org.eclipse.birt.chart.model.attribute |
Subinterfaces of FormatSpecifier in org.eclipse.birt.chart.model.attribute | |
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'. |
Methods in org.eclipse.birt.chart.model.attribute that return FormatSpecifier | |
FormatSpecifier |
AttributeFactory.createFormatSpecifier()
Returns a new object of class 'Format Specifier'. |
FormatSpecifier |
DataPointComponent.getFormatSpecifier()
Returns the value of the 'Format Specifier' containment reference. |
Methods in org.eclipse.birt.chart.model.attribute with parameters of type FormatSpecifier | |
void |
DataPointComponent.setFormatSpecifier(FormatSpecifier value)
Sets the value of the ' Format Specifier ' containment reference. |
Uses of FormatSpecifier in org.eclipse.birt.chart.model.attribute.impl |
Classes in org.eclipse.birt.chart.model.attribute.impl that implement FormatSpecifier | |
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'. |
Methods in org.eclipse.birt.chart.model.attribute.impl that return FormatSpecifier | |
FormatSpecifier |
DataPointComponentImpl.getFormatSpecifier()
|
FormatSpecifier |
AttributeFactoryImpl.createFormatSpecifier()
|
Methods in org.eclipse.birt.chart.model.attribute.impl with parameters of type FormatSpecifier | |
org.eclipse.emf.common.notify.NotificationChain |
DataPointComponentImpl.basicSetFormatSpecifier(FormatSpecifier newFormatSpecifier,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
void |
DataPointComponentImpl.setFormatSpecifier(FormatSpecifier newFormatSpecifier)
|
static DataPointComponent |
DataPointComponentImpl.create(DataPointComponentType dpct,
FormatSpecifier fs)
A convenience methods provided to create an initialized DataPointComponent instance NOTE: Manually written |
Uses of FormatSpecifier in org.eclipse.birt.chart.model.attribute.util |
Methods in org.eclipse.birt.chart.model.attribute.util with parameters of type FormatSpecifier | |
boolean |
AttributeValidator.validateFormatSpecifier(FormatSpecifier formatSpecifier,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map context)
|
java.lang.Object |
AttributeSwitch.caseFormatSpecifier(FormatSpecifier object)
Returns the result of interpretting the object as an instance of 'Format Specifier'. |
Uses of FormatSpecifier in org.eclipse.birt.chart.model.component |
Methods in org.eclipse.birt.chart.model.component that return FormatSpecifier | |
FormatSpecifier |
Dial.getFormatSpecifier()
Returns the value of the 'Format Specifier' containment reference. |
FormatSpecifier |
MarkerRange.getFormatSpecifier()
Returns the value of the 'Format Specifier' containment reference. |
FormatSpecifier |
Axis.getFormatSpecifier()
Returns the value of the 'Format Specifier' containment reference. |
FormatSpecifier |
MarkerLine.getFormatSpecifier()
Returns the value of the 'Format Specifier' containment reference. |
Methods in org.eclipse.birt.chart.model.component with parameters of type FormatSpecifier | |
void |
Dial.setFormatSpecifier(FormatSpecifier value)
Sets the value of the ' Format Specifier ' containment reference. |
void |
MarkerRange.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. |
void |
MarkerLine.setFormatSpecifier(FormatSpecifier value)
Sets the value of the ' Format Specifier ' containment reference. |
Uses of FormatSpecifier in org.eclipse.birt.chart.model.component.impl |
Methods in org.eclipse.birt.chart.model.component.impl that return FormatSpecifier | |
FormatSpecifier |
DialImpl.getFormatSpecifier()
|
FormatSpecifier |
MarkerRangeImpl.getFormatSpecifier()
|
FormatSpecifier |
MarkerLineImpl.getFormatSpecifier()
|
FormatSpecifier |
AxisImpl.getFormatSpecifier()
|
Methods in org.eclipse.birt.chart.model.component.impl with parameters of type FormatSpecifier | |
org.eclipse.emf.common.notify.NotificationChain |
DialImpl.basicSetFormatSpecifier(FormatSpecifier newFormatSpecifier,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
void |
DialImpl.setFormatSpecifier(FormatSpecifier newFormatSpecifier)
|
org.eclipse.emf.common.notify.NotificationChain |
MarkerRangeImpl.basicSetFormatSpecifier(FormatSpecifier newFormatSpecifier,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
void |
MarkerRangeImpl.setFormatSpecifier(FormatSpecifier newFormatSpecifier)
|
org.eclipse.emf.common.notify.NotificationChain |
MarkerLineImpl.basicSetFormatSpecifier(FormatSpecifier newFormatSpecifier,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
void |
MarkerLineImpl.setFormatSpecifier(FormatSpecifier newFormatSpecifier)
|
org.eclipse.emf.common.notify.NotificationChain |
AxisImpl.basicSetFormatSpecifier(FormatSpecifier newFormatSpecifier,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
void |
AxisImpl.setFormatSpecifier(FormatSpecifier newFormatSpecifier)
|
Uses of FormatSpecifier in org.eclipse.birt.chart.model.data |
Methods in org.eclipse.birt.chart.model.data that return FormatSpecifier | |
FormatSpecifier |
SeriesDefinition.getFormatSpecifier()
Returns the value of the 'Format Specifier' containment reference. |
Methods in org.eclipse.birt.chart.model.data with parameters of type FormatSpecifier | |
void |
SeriesDefinition.setFormatSpecifier(FormatSpecifier value)
Sets the value of the ' Format Specifier ' containment reference. |
Uses of FormatSpecifier in org.eclipse.birt.chart.model.data.impl |
Methods in org.eclipse.birt.chart.model.data.impl that return FormatSpecifier | |
FormatSpecifier |
SeriesDefinitionImpl.getFormatSpecifier()
|
Methods in org.eclipse.birt.chart.model.data.impl with parameters of type FormatSpecifier | |
org.eclipse.emf.common.notify.NotificationChain |
SeriesDefinitionImpl.basicSetFormatSpecifier(FormatSpecifier newFormatSpecifier,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
void |
SeriesDefinitionImpl.setFormatSpecifier(FormatSpecifier newFormatSpecifier)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |