| 程序包 | 说明 |
|---|---|
| org.eclipse.birt.chart.computation |
This is a placeholder file for the org.eclipse.birt.chart.computation package.
|
| 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.impl |
Represents the chart model implementation classes that define the starting
point for creating a new chart.
|
| 构造器和说明 |
|---|
Engine3D(Rotation3D rotation,
Vector lightDirection,
double viewerWidth,
double viewerHeight) |
Engine3D(Rotation3D rotation,
Vector lightDirection,
double viewerWidth,
double viewerHeight,
double viewingDistance,
double modelingDistance,
double hitherDistance,
double yonDistance,
double perspectiveDistance) |
| 限定符和类型 | 方法和说明 |
|---|---|
Rotation3D |
ChartWithAxes.getRotation()
Returns the value of the 'Rotation' containment reference
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ChartWithAxes.setRotation(Rotation3D value)
Sets the value of the '
Rotation' containment reference |
| 限定符和类型 | 方法和说明 |
|---|---|
Rotation3D |
Rotation3D.copyInstance() |
Rotation3D |
AttributeFactory.createRotation3D()
Returns a new object of class 'Rotation3 D'
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
Rotation3DImpl
An implementation of the model object 'Rotation3 D'
|
| 限定符和类型 | 方法和说明 |
|---|---|
Rotation3D |
Rotation3DImpl.copyInstance() |
static Rotation3D |
Rotation3DImpl.create()
Creates an empty Roatation3D object.
|
static Rotation3D |
Rotation3DImpl.create(Angle3D[] ala)
Creates a Rotation3D object using given Angle3D array.
|
static Rotation3D |
Rotation3DImpl.createDefault()
Creates an empty Roatation3D object.
|
static Rotation3D |
Rotation3DImpl.createDefault(Angle3D[] ala)
Creates a Rotation3D object using given Angle3D array.
|
Rotation3D |
AttributeFactoryImpl.createRotation3D() |
| 限定符和类型 | 方法和说明 |
|---|---|
Rotation3D |
ChartWithAxesImpl.getRotation() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
ChartWithAxesImpl.basicSetRotation(Rotation3D newRotation,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
ChartWithAxesImpl.setRotation(Rotation3D newRotation) |
Copyright © 2005-2008 Actuate Corp. All rights reserved.