|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GroupingUnitType | |
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.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 GroupingUnitType in org.eclipse.birt.chart.model.attribute |
Fields in org.eclipse.birt.chart.model.attribute declared as GroupingUnitType | |
static GroupingUnitType |
GroupingUnitType.SECONDS_LITERAL
The 'Seconds' literal object. |
static GroupingUnitType |
GroupingUnitType.MINUTES_LITERAL
The 'Minutes' literal object. |
static GroupingUnitType |
GroupingUnitType.HOURS_LITERAL
The 'Hours' literal object. |
static GroupingUnitType |
GroupingUnitType.DAYS_LITERAL
The 'Days' literal object. |
static GroupingUnitType |
GroupingUnitType.WEEKS_LITERAL
The 'Weeks' literal object. |
static GroupingUnitType |
GroupingUnitType.MONTHS_LITERAL
The 'Months' literal object. |
static GroupingUnitType |
GroupingUnitType.YEARS_LITERAL
The 'Years' literal object. |
Methods in org.eclipse.birt.chart.model.attribute that return GroupingUnitType | |
static GroupingUnitType |
GroupingUnitType.get(java.lang.String literal)
Returns the 'Grouping Unit Type' literal with the specified literal value. |
static GroupingUnitType |
GroupingUnitType.getByName(java.lang.String name)
Returns the 'Grouping Unit Type' literal with the specified name. |
static GroupingUnitType |
GroupingUnitType.get(int value)
Returns the 'Grouping Unit Type' literal with the specified integer value. |
Uses of GroupingUnitType in org.eclipse.birt.chart.model.attribute.impl |
Methods in org.eclipse.birt.chart.model.attribute.impl that return GroupingUnitType | |
GroupingUnitType |
AttributeFactoryImpl.createGroupingUnitTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
GroupingUnitType |
AttributeFactoryImpl.createGroupingUnitTypeObjectFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
Uses of GroupingUnitType in org.eclipse.birt.chart.model.attribute.util |
Methods in org.eclipse.birt.chart.model.attribute.util with parameters of type GroupingUnitType | |
boolean |
AttributeValidator.validateGroupingUnitType(GroupingUnitType groupingUnitType,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map context)
|
boolean |
AttributeValidator.validateGroupingUnitTypeObject(GroupingUnitType groupingUnitTypeObject,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map context)
|
Uses of GroupingUnitType in org.eclipse.birt.chart.model.data |
Methods in org.eclipse.birt.chart.model.data that return GroupingUnitType | |
GroupingUnitType |
SeriesGrouping.getGroupingUnit()
Returns the value of the 'Grouping Unit' attribute. |
Methods in org.eclipse.birt.chart.model.data with parameters of type GroupingUnitType | |
void |
SeriesGrouping.setGroupingUnit(GroupingUnitType value)
Sets the value of the ' Grouping Unit ' attribute. |
Uses of GroupingUnitType in org.eclipse.birt.chart.model.data.impl |
Methods in org.eclipse.birt.chart.model.data.impl that return GroupingUnitType | |
GroupingUnitType |
SeriesGroupingImpl.getGroupingUnit()
|
Methods in org.eclipse.birt.chart.model.data.impl with parameters of type GroupingUnitType | |
void |
SeriesGroupingImpl.setGroupingUnit(GroupingUnitType newGroupingUnit)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |