| 程序包 | 说明 |
|---|---|
| org.eclipse.birt.chart.computation |
This is a placeholder file for the org.eclipse.birt.chart.computation package.
|
| 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.impl |
Represents a set of chart sub-components (as core implementations) that are
used to build a complete chart.
|
| 限定符和类型 | 方法和说明 |
|---|---|
LineAttributes |
IGObjectFactory.createLineAttributes(ColorDefinition cd,
LineStyle ls,
int iThickness) |
LineAttributes |
GObjectFactory.createLineAttributes(ColorDefinition cd,
LineStyle ls,
int iThickness) |
| 限定符和类型 | 字段和说明 |
|---|---|
static java.util.List<LineStyle> |
LineStyle.VALUES
A public read-only list of all the 'Line Style' enumerators
|
| 限定符和类型 | 方法和说明 |
|---|---|
static LineStyle |
LineStyle.get(int value)
Returns the 'Line Style' literal with the specified integer value
|
static LineStyle |
LineStyle.get(java.lang.String literal)
Returns the 'Line Style' literal with the specified literal value
|
static LineStyle |
LineStyle.getByName(java.lang.String name)
Returns the 'Line Style' literal with the specified name
|
LineStyle |
LineAttributes.getStyle()
Returns the value of the 'Style' attribute.
|
static LineStyle |
LineStyle.valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static LineStyle[] |
LineStyle.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
LineAttributes.setStyle(LineStyle value)
Sets the value of the '
Style' attribute |
| 限定符和类型 | 方法和说明 |
|---|---|
LineStyle |
AttributeFactoryImpl.createLineStyleFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
LineStyle |
AttributeFactoryImpl.createLineStyleObjectFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
LineStyle |
LineAttributesImpl.getStyle() |
| 限定符和类型 | 方法和说明 |
|---|---|
static LineAttributes |
LineAttributesImpl.create(ColorDefinition cd,
LineStyle ls,
int iThickness)
A convenient method that facilitates implicit initialization of member
variables in creation of an instance.
|
static LineAttributes |
LineAttributesImpl.createDefault(ColorDefinition cd,
LineStyle ls,
int iThickness)
A convenient method that facilitates implicit initialization of member
variables in creation of an instance.
|
static LineAttributes |
LineAttributesImpl.createDefault(ColorDefinition cd,
LineStyle ls,
int iThickness,
boolean visible) |
void |
LineAttributesImpl.set(ColorDefinition cd,
LineStyle ls,
int iThickness)
A convenient method that facilitates initialization of member variables.
|
void |
LineAttributesImpl.setStyle(LineStyle newStyle) |
| 限定符和类型 | 方法和说明 |
|---|---|
static Grid |
GridImpl.create(boolean visible,
ColorDefinition cd,
LineStyle ls,
int iThickness,
TickStyle tickStyle) |
static Grid |
GridImpl.createDefault(boolean visible,
ColorDefinition cd,
LineStyle ls,
int iThickness,
TickStyle tickStyle) |
Copyright © 2005-2008 Actuate Corp. All rights reserved.