Package | Description |
---|---|
org.eclipse.birt.chart.model.component |
Represents a set of chart sub-components (as interfaces) that are used to
build a complete chart.
|
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.
|
org.eclipse.birt.chart.model.type |
Contains a default out-of-the-box set of series type interfaces that are
associated with all charts.
|
org.eclipse.birt.chart.model.type.impl |
Contains a default out-of-the-box set of series type core implementation
classes that are associated with all charts.
|
Modifier and Type | Method and Description |
---|---|
Dial |
Dial.copyInstance() |
Dial |
ComponentFactory.createDial()
Returns a new object of class 'Dial'.
|
Modifier and Type | Class and Description |
---|---|
class |
DialImpl
An implementation of the model object 'Dial'.
|
Modifier and Type | Method and Description |
---|---|
Dial |
DialImpl.copyInstance() |
static Dial |
DialImpl.create() |
static Dial |
DialImpl.createDefault() |
Dial |
ComponentFactoryImpl.createDial() |
Modifier and Type | Method and Description |
---|---|
Dial |
DialSeries.getDial()
Returns the value of the 'Dial' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
DialSeries.setDial(Dial value)
Sets the value of the '
Dial ' containment reference. |
Modifier and Type | Method and Description |
---|---|
Dial |
DialSeriesImpl.getDial() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
DialSeriesImpl.basicSetDial(Dial newDial,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
DialSeriesImpl.setDial(Dial newDial) |
Copyright © 2005-2008 Actuate Corp. All rights reserved.