|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SeriesValue | |
---|---|
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. |
Uses of SeriesValue in org.eclipse.birt.chart.model.attribute |
---|
Methods in org.eclipse.birt.chart.model.attribute that return SeriesValue | |
---|---|
SeriesValue |
AttributeFactory.createSeriesValue()
Returns a new object of class 'Series Value'. |
Uses of SeriesValue in org.eclipse.birt.chart.model.attribute.impl |
---|
Classes in org.eclipse.birt.chart.model.attribute.impl that implement SeriesValue | |
---|---|
class |
SeriesValueImpl
An implementation of the model object ' Series Value'. |
Methods in org.eclipse.birt.chart.model.attribute.impl that return SeriesValue | |
---|---|
static SeriesValue |
SeriesValueImpl.create(java.lang.String name)
A convenience method provided to build a series action value when needed |
SeriesValue |
AttributeFactoryImpl.createSeriesValue()
|
Uses of SeriesValue in org.eclipse.birt.chart.model.attribute.util |
---|
Methods in org.eclipse.birt.chart.model.attribute.util with parameters of type SeriesValue | |
---|---|
java.lang.Object |
AttributeSwitch.caseSeriesValue(SeriesValue object)
Returns the result of interpretting the object as an instance of 'Series Value'. |
boolean |
AttributeValidator.validateSeriesValue(SeriesValue seriesValue,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |