| 程序包 | 说明 |
|---|---|
| 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.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.render |
Contains classes that represent the core plot rendering framework.
|
| 限定符和类型 | 字段和说明 |
|---|---|
static java.util.List<Anchor> |
Anchor.VALUES
A public read-only list of all the 'Anchor' enumerators
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Anchor |
Anchor.get(int value)
Returns the 'Anchor' literal with the specified integer value
|
static Anchor |
Anchor.get(java.lang.String literal)
Returns the 'Anchor' literal with the specified literal value
|
static Anchor |
Anchor.getByName(java.lang.String name)
Returns the 'Anchor' literal with the specified name
|
static Anchor |
Anchor.valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static Anchor[] |
Anchor.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
Anchor |
AttributeFactoryImpl.createAnchorFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
Anchor |
AttributeFactoryImpl.createAnchorObjectFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
| 限定符和类型 | 方法和说明 |
|---|---|
Anchor |
MarkerRange.getLabelAnchor()
Returns the value of the 'Label Anchor' attribute.
|
Anchor |
MarkerLine.getLabelAnchor()
Returns the value of the 'Label Anchor' attribute.
|
Anchor |
CurveFitting.getLabelAnchor()
Returns the value of the 'Label Anchor' attribute.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
MarkerRange.setLabelAnchor(Anchor value)
Sets the value of the '
Label Anchor' attribute.
|
void |
MarkerLine.setLabelAnchor(Anchor value)
Sets the value of the '
Label Anchor' attribute.
|
void |
CurveFitting.setLabelAnchor(Anchor value)
Sets the value of the '
Label Anchor' attribute |
| 限定符和类型 | 方法和说明 |
|---|---|
Anchor |
MarkerRangeImpl.getLabelAnchor() |
Anchor |
MarkerLineImpl.getLabelAnchor() |
Anchor |
CurveFittingImpl.getLabelAnchor() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
MarkerRangeImpl.setLabelAnchor(Anchor newLabelAnchor) |
void |
MarkerLineImpl.setLabelAnchor(Anchor newLabelAnchor) |
void |
CurveFittingImpl.setLabelAnchor(Anchor newLabelAnchor) |
| 限定符和类型 | 方法和说明 |
|---|---|
Anchor |
Block.getAnchor()
Returns the value of the 'Anchor' attribute.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Block.setAnchor(Anchor value)
Sets the value of the '
Anchor' attribute |
| 限定符和类型 | 方法和说明 |
|---|---|
Anchor |
BlockImpl.getAnchor() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
BlockImpl.setAnchor(Anchor newAnchor) |
| 限定符和类型 | 方法和说明 |
|---|---|
Anchor |
BaseRenderer.switchAnchor(Anchor anchor)
Switch Anchor value due to right-left setting.
|
Anchor |
BaseRenderer.switchAnchor(Anchor anchor)
Switch Anchor value due to right-left setting.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Anchor |
BaseRenderer.switchAnchor(Anchor anchor)
Switch Anchor value due to right-left setting.
|
Anchor |
BaseRenderer.switchAnchor(Anchor anchor)
Switch Anchor value due to right-left setting.
|
Copyright © 2005-2008 Actuate Corp. All rights reserved.