|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SeriesDefinition
A representation of the model object 'Series Definition'. This type represents design-time definition for a series.
The following features are supported:
QuerySeries PaletteSeries DefinitionsFormat SpecifierSeriesGroupingSortingSort KeySort LocaleSort StrengthZOrder
DataPackage.getSeriesDefinition()| Field Summary | |
|---|---|
static SeriesDefinition[] |
EMPTY_ARRAY
|
| Method Summary | |
|---|---|
SeriesDefinition |
copyInstance()
|
Series |
getDesignTimeSeries()
|
FormatSpecifier |
getFormatSpecifier()
Returns the value of the 'Format Specifier' containment reference. |
SeriesGrouping |
getGrouping()
Returns the value of the 'Grouping' containment reference. |
Query |
getQuery()
Returns the value of the 'Query' containment reference. |
java.util.List<Series> |
getRunTimeSeries()
|
org.eclipse.emf.common.util.EList<Series> |
getSeries()
Returns the value of the 'Series' containment reference list. |
org.eclipse.emf.common.util.EList<SeriesDefinition> |
getSeriesDefinitions()
Returns the value of the 'Series Definitions' containment reference list. |
Palette |
getSeriesPalette()
Returns the value of the 'Series Palette' containment reference. |
SortOption |
getSorting()
Returns the value of the 'Sorting' attribute. |
Query |
getSortKey()
Returns the value of the 'Sort Key' containment reference. |
java.lang.String |
getSortLocale()
Returns the value of the 'Sort Locale' attribute. |
int |
getSortStrength()
Returns the value of the 'Sort Strength' attribute. |
int |
getZOrder()
Returns the value of the 'ZOrder' attribute. |
boolean |
isSetSorting()
Returns whether the value of the ' Sorting' attribute is set. |
boolean |
isSetSortStrength()
Returns whether the value of the ' Sort Strength' attribute is set. |
boolean |
isSetZOrder()
Returns whether the value of the ' ZOrder' attribute is set. |
void |
setFormatSpecifier(FormatSpecifier value)
Sets the value of the ' Format Specifier' containment reference. |
void |
setGrouping(SeriesGrouping value)
Sets the value of the ' Grouping' containment reference. |
void |
setQuery(Query value)
Sets the value of the ' Query' containment reference. |
void |
setSeriesPalette(Palette value)
Sets the value of the ' Series Palette' containment reference. |
void |
setSorting(SortOption value)
Sets the value of the ' Sorting' attribute. |
void |
setSortKey(Query value)
Sets the value of the ' Sort Key' containment reference. |
void |
setSortLocale(java.lang.String value)
Sets the value of the ' Sort Locale' attribute. |
void |
setSortStrength(int value)
Sets the value of the ' Sort Strength' attribute. |
void |
setZOrder(int value)
Sets the value of the ' ZOrder' attribute. |
void |
unsetSorting()
Unsets the value of the ' Sorting' attribute. |
void |
unsetSortStrength()
Unsets the value of the ' Sort Strength' attribute. |
void |
unsetZOrder()
Unsets the value of the ' ZOrder' attribute. |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Field Detail |
|---|
static final SeriesDefinition[] EMPTY_ARRAY
| Method Detail |
|---|
Query getQuery()
setQuery(Query),
DataPackage.getSeriesDefinition_Query()void setQuery(Query value)
Query' containment reference.
value - the new value of the 'Query' containment reference.getQuery()Palette getSeriesPalette()
setSeriesPalette(Palette),
DataPackage.getSeriesDefinition_SeriesPalette()void setSeriesPalette(Palette value)
Series Palette' containment reference.
value - the new value of the 'Series Palette' containment reference.getSeriesPalette()org.eclipse.emf.common.util.EList<SeriesDefinition> getSeriesDefinitions()
SeriesDefinition.
DataPackage.getSeriesDefinition_SeriesDefinitions()FormatSpecifier getFormatSpecifier()
setFormatSpecifier(FormatSpecifier),
DataPackage.getSeriesDefinition_FormatSpecifier()void setFormatSpecifier(FormatSpecifier value)
Format Specifier' containment reference.
value - the new value of the 'Format Specifier' containment reference.getFormatSpecifier()org.eclipse.emf.common.util.EList<Series> getSeries()
Series.
Holds all the series for the chart.
DataPackage.getSeriesDefinition_Series()SeriesGrouping getGrouping()
setGrouping(SeriesGrouping),
DataPackage.getSeriesDefinition_Grouping()void setGrouping(SeriesGrouping value)
Grouping' containment reference.
value - the new value of the 'Grouping' containment reference.getGrouping()SortOption getSorting()
"Ascending". The literals are from the
enumeration SortOption.
Defines if and how the series data is to be sorted for display. This
should only be applied to Base Series.
SortOption,
isSetSorting(),
unsetSorting(),
setSorting(SortOption),
DataPackage.getSeriesDefinition_Sorting()void setSorting(SortOption value)
Sorting' attribute.
value - the new value of the 'Sorting' attribute.SortOption,
isSetSorting(),
unsetSorting(),
getSorting()void unsetSorting()
Sorting' attribute.
isSetSorting(),
getSorting(),
setSorting(SortOption)boolean isSetSorting()
Sorting' attribute is set.
unsetSorting(),
getSorting(),
setSorting(SortOption)Query getSortKey()
If the meaning of the 'Sort Key' containment reference isn't clear, there really should be more of a description here...
setSortKey(Query),
DataPackage.getSeriesDefinition_SortKey()void setSortKey(Query value)
Sort Key' containment reference.
value - the new value of the 'Sort Key' containment reference.getSortKey()java.lang.String getSortLocale()
com.ibm.icu.util.ULocale.
setSortLocale(String),
DataPackage.getSeriesDefinition_SortLocale()void setSortLocale(java.lang.String value)
Sort Locale' attribute.
value - the new value of the 'Sort Locale' attribute.getSortLocale()int getSortStrength()
com.ibm.icu.text.Collator. The available values are ASCII=-1, PRIMARY=0, SECONDARY=1,TERTIARY=2,QUATERNARY=3,IDENTICAL=15.
isSetSortStrength(),
unsetSortStrength(),
setSortStrength(int),
DataPackage.getSeriesDefinition_SortStrength()void setSortStrength(int value)
Sort Strength' attribute.
value - the new value of the 'Sort Strength' attribute.isSetSortStrength(),
unsetSortStrength(),
getSortStrength()void unsetSortStrength()
Sort Strength' attribute.
isSetSortStrength(),
getSortStrength(),
setSortStrength(int)boolean isSetSortStrength()
Sort Strength' attribute is set.
unsetSortStrength(),
getSortStrength(),
setSortStrength(int)int getZOrder()
"0".
Specifies Z order among multiple series renderers. Default value is 0. The series renderer with higher z order value will overlay the one with lower value.
isSetZOrder(),
unsetZOrder(),
setZOrder(int),
DataPackage.getSeriesDefinition_ZOrder()void setZOrder(int value)
ZOrder' attribute.
value - the new value of the 'ZOrder' attribute.isSetZOrder(),
unsetZOrder(),
getZOrder()void unsetZOrder()
ZOrder' attribute.
isSetZOrder(),
getZOrder(),
setZOrder(int)boolean isSetZOrder()
ZOrder' attribute is set.
unsetZOrder(),
getZOrder(),
setZOrder(int)Series getDesignTimeSeries()
java.util.List<Series> getRunTimeSeries()
SeriesDefinition copyInstance()
copyInstance in interface IChartObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||