|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataPointComponentType | |
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 DataPointComponentType in org.eclipse.birt.chart.model.attribute |
Fields in org.eclipse.birt.chart.model.attribute declared as DataPointComponentType | |
static DataPointComponentType |
DataPointComponentType.BASE_VALUE_LITERAL
The 'Base Value' literal object. |
static DataPointComponentType |
DataPointComponentType.ORTHOGONAL_VALUE_LITERAL
The 'Orthogonal Value' literal object. |
static DataPointComponentType |
DataPointComponentType.SERIES_VALUE_LITERAL
The 'Series Value' literal object. |
static DataPointComponentType |
DataPointComponentType.PERCENTILE_ORTHOGONAL_VALUE_LITERAL
The 'Percentile Orthogonal Value' literal object. |
Methods in org.eclipse.birt.chart.model.attribute that return DataPointComponentType | |
DataPointComponentType |
DataPointComponent.getType()
Returns the value of the 'Type' attribute. |
static DataPointComponentType |
DataPointComponentType.get(java.lang.String literal)
Returns the 'Data Point Component Type' literal with the specified literal value. |
static DataPointComponentType |
DataPointComponentType.getByName(java.lang.String name)
Returns the 'Data Point Component Type' literal with the specified name. |
static DataPointComponentType |
DataPointComponentType.get(int value)
Returns the 'Data Point Component Type' literal with the specified integer value. |
Methods in org.eclipse.birt.chart.model.attribute with parameters of type DataPointComponentType | |
void |
DataPointComponent.setType(DataPointComponentType value)
Sets the value of the ' Type ' attribute. |
Uses of DataPointComponentType in org.eclipse.birt.chart.model.attribute.impl |
Methods in org.eclipse.birt.chart.model.attribute.impl that return DataPointComponentType | |
DataPointComponentType |
DataPointComponentImpl.getType()
|
DataPointComponentType |
AttributeFactoryImpl.createDataPointComponentTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
DataPointComponentType |
AttributeFactoryImpl.createDataPointComponentTypeObjectFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
Methods in org.eclipse.birt.chart.model.attribute.impl with parameters of type DataPointComponentType | |
void |
DataPointComponentImpl.setType(DataPointComponentType newType)
|
static DataPointComponent |
DataPointComponentImpl.create(DataPointComponentType dpct,
FormatSpecifier fs)
A convenience methods provided to create an initialized DataPointComponent instance NOTE: Manually written |
Uses of DataPointComponentType in org.eclipse.birt.chart.model.attribute.util |
Methods in org.eclipse.birt.chart.model.attribute.util with parameters of type DataPointComponentType | |
boolean |
AttributeValidator.validateDataPointComponentType(DataPointComponentType dataPointComponentType,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map context)
|
boolean |
AttributeValidator.validateDataPointComponentTypeObject(DataPointComponentType dataPointComponentTypeObject,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map context)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |