Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
static java.util.List<DataPointComponentType> |
DataPointComponentType.VALUES
A public read-only list of all the '
Data Point Component Type' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static DataPointComponentType |
DataPointComponentType.get(int value)
Returns the 'Data Point Component Type' literal with the specified integer value.
|
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.
|
DataPointComponentType |
DataPointComponent.getType()
Returns the value of the 'Type' attribute.
|
static DataPointComponentType |
DataPointComponentType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DataPointComponentType[] |
DataPointComponentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DataPointComponent.setType(DataPointComponentType value)
Sets the value of the '
Type ' attribute. |
Modifier and Type | Method and Description |
---|---|
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) |
DataPointComponentType |
DataPointComponentImpl.getType() |
Modifier and Type | Method and Description |
---|---|
static DataPointComponent |
DataPointComponentImpl.create(DataPointComponentType dpct,
FormatSpecifier fs)
A convenience methods provided to create an initialized
DataPointComponent instance
NOTE: Manually written
|
void |
DataPointComponentImpl.setType(DataPointComponentType newType) |
Copyright © 2005-2008 Actuate Corp. All rights reserved.