|
||||||||||
| 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:
DataPackage.getSeriesDefinition()| Field Summary | |
|---|---|
static SeriesDefinition[] |
EMPTY_ARRAY
|
| Method Summary | |
|---|---|
SeriesDefinition |
copyInstance()
A convenient method to get an instance copy. |
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. |
int |
getZOrder()
Returns the value of the 'ZOrder' attribute. |
boolean |
isSetSorting()
Returns whether the value of the ' Sorting' 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 |
setZOrder(int value)
Sets the value of the ' ZOrder' attribute. |
void |
unsetSorting()
Unsets the value of the ' Sorting' 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, 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()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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||