| 程序包 | 说明 |
|---|---|
| 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.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.
|
| 限定符和类型 | 字段和说明 |
|---|---|
static java.util.List<RuleType> |
RuleType.VALUES
已过时。
A public read-only list of all the 'Rule Type' enumerators
|
| 限定符和类型 | 方法和说明 |
|---|---|
static RuleType |
RuleType.get(int value)
已过时。
Returns the 'Rule Type' literal with the specified integer value
|
static RuleType |
RuleType.get(java.lang.String literal)
已过时。
Returns the 'Rule Type' literal with the specified literal value
|
static RuleType |
RuleType.getByName(java.lang.String name)
已过时。
Returns the 'Rule Type' literal with the specified name
|
static RuleType |
RuleType.valueOf(java.lang.String name)
已过时。
返回带有指定名称的该类型的枚举常量。
|
static RuleType[] |
RuleType.values()
已过时。
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
RuleType |
AttributeFactoryImpl.createRuleTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
RuleType |
AttributeFactoryImpl.createRuleTypeObjectFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
| 限定符和类型 | 方法和说明 |
|---|---|
RuleType |
Rule.getType()
已过时。
Returns the value of the 'Type' attribute.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Rule.setType(RuleType value)
已过时。
Sets the value of the ' Type' attribute.
|
| 限定符和类型 | 方法和说明 |
|---|---|
RuleType |
RuleImpl.getType()
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Rule |
RuleImpl.create(RuleType rt,
java.lang.String sValue)
已过时。
A convenience method provided to create a new initialized rule instance
|
void |
RuleImpl.setType(RuleType newType)
已过时。
|
Copyright © 2005-2008 Actuate Corp. All rights reserved.