| 程序包 | 说明 |
|---|---|
| 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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ClientArea |
ClientArea.copyInstance() |
ClientArea |
LayoutFactory.createClientArea()
Returns a new object of class 'Client Area'
|
ClientArea |
Plot.getClientArea()
Returns the value of the 'Client Area' containment reference
|
ClientArea |
Legend.getClientArea()
Returns the value of the 'Client Area' containment reference.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Plot.setClientArea(ClientArea value)
Sets the value of the '
Client Area' containment reference |
void |
Legend.setClientArea(ClientArea value)
Sets the value of the '
Client Area' containment reference |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ClientAreaImpl
An implementation of the model object 'Client Area'.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ClientArea |
ClientAreaImpl.copyInstance() |
ClientArea |
LayoutFactoryImpl.createClientArea() |
ClientArea |
PlotImpl.getClientArea() |
ClientArea |
LegendImpl.getClientArea() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
PlotImpl.basicSetClientArea(ClientArea newClientArea,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
LegendImpl.basicSetClientArea(ClientArea newClientArea,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
PlotImpl.setClientArea(ClientArea newClientArea) |
void |
LegendImpl.setClientArea(ClientArea newClientArea) |
Copyright © 2005-2008 Actuate Corp. All rights reserved.