| 程序包 | 说明 |
|---|---|
| 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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Interactivity |
Chart.getInteractivity()
Returns the value of the 'Interactivity' containment reference
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Chart.setInteractivity(Interactivity value)
Sets the value of the '
Interactivity' containment reference |
| 限定符和类型 | 方法和说明 |
|---|---|
Interactivity |
Interactivity.copyInstance() |
Interactivity |
AttributeFactory.createInteractivity()
Returns a new object of class 'Interactivity'
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
InteractivityImpl
An implementation of the model object 'Interactivity'
|
| 限定符和类型 | 方法和说明 |
|---|---|
Interactivity |
InteractivityImpl.copyInstance() |
static Interactivity |
InteractivityImpl.create() |
Interactivity |
AttributeFactoryImpl.createInteractivity() |
| 限定符和类型 | 方法和说明 |
|---|---|
Interactivity |
ChartImpl.getInteractivity() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
ChartImpl.basicSetInteractivity(Interactivity newInteractivity,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
ChartImpl.setInteractivity(Interactivity newInteractivity) |
Copyright © 2005-2008 Actuate Corp. All rights reserved.