Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
class |
ClientAreaImpl
An implementation of the model object 'Client Area'.
|
Modifier and Type | Method and Description |
---|---|
ClientArea |
ClientAreaImpl.copyInstance() |
ClientArea |
LayoutFactoryImpl.createClientArea() |
ClientArea |
PlotImpl.getClientArea() |
ClientArea |
LegendImpl.getClientArea() |
Modifier and Type | Method and Description |
---|---|
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.