| 程序包 | 说明 |
|---|---|
| org.eclipse.birt.chart.model |
Contains the chart model interfaces that define the starting point for creating
a new chart.
|
| 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.component |
Represents a set of chart sub-components (as interfaces) that are used to
build a complete chart.
|
| org.eclipse.birt.chart.model.component.impl |
Represents a set of chart sub-components (as core implementations) that are
used to build a complete chart.
|
| org.eclipse.birt.chart.model.impl |
Represents the chart model implementation classes that define the starting
point for creating a new chart.
|
| org.eclipse.birt.chart.model.layout |
Contains a layout manager capable of arranging a set of blocks associated
with the chart representation.
|
| org.eclipse.birt.chart.model.layout.impl |
Contains core class implementations for blocks associated with the chart
representation.
|
| org.eclipse.birt.chart.model.type |
Contains a default out-of-the-box set of series type interfaces that are
associated with all charts.
|
| org.eclipse.birt.chart.model.type.impl |
Contains a default out-of-the-box set of series type core implementation
classes that are associated with all charts.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Orientation |
ChartWithAxes.getOrientation()
Returns the value of the 'Orientation' attribute.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ChartWithAxes.setOrientation(Orientation value)
Sets the value of the '
Orientation' attribute |
| 限定符和类型 | 字段和说明 |
|---|---|
static java.util.List<Orientation> |
Orientation.VALUES
A public read-only list of all the 'Orientation' enumerators
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Orientation |
Orientation.get(int value)
Returns the 'Orientation' literal with the specified integer value
|
static Orientation |
Orientation.get(java.lang.String literal)
Returns the 'Orientation' literal with the specified literal value
|
static Orientation |
Orientation.getByName(java.lang.String name)
Returns the 'Orientation' literal with the specified name
|
static Orientation |
Orientation.valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static Orientation[] |
Orientation.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
Orientation |
AttributeFactoryImpl.createOrientationFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
Orientation |
AttributeFactoryImpl.createOrientationObjectFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
| 限定符和类型 | 方法和说明 |
|---|---|
Orientation |
Axis.getOrientation()
Returns the value of the 'Orientation' attribute.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Axis.setOrientation(Orientation value)
Sets the value of the '
Orientation' attribute |
| 限定符和类型 | 方法和说明 |
|---|---|
Orientation |
AxisImpl.getOrientation() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
AxisImpl.setOrientation(Orientation newOrientation) |
| 限定符和类型 | 方法和说明 |
|---|---|
Orientation |
ChartWithAxesImpl.getOrientation() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ChartWithAxesImpl.setOrientation(Orientation newOrientation) |
| 限定符和类型 | 方法和说明 |
|---|---|
Orientation |
Legend.getOrientation()
Returns the value of the 'Orientation' attribute.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Legend.setOrientation(Orientation value)
Sets the value of the '
Orientation' attribute |
| 限定符和类型 | 方法和说明 |
|---|---|
Orientation |
LegendImpl.getOrientation() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
LegendImpl.setOrientation(Orientation newOrientation) |
| 限定符和类型 | 方法和说明 |
|---|---|
Orientation |
BubbleSeries.getAccOrientation()
Returns the value of the 'Acc Orientation' attribute.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
BubbleSeries.setAccOrientation(Orientation value)
Sets the value of the '
Acc Orientation' attribute |
| 限定符和类型 | 方法和说明 |
|---|---|
Orientation |
BubbleSeriesImpl.getAccOrientation() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
BubbleSeriesImpl.setAccOrientation(Orientation newAccOrientation) |
Copyright © 2005-2008 Actuate Corp. All rights reserved.