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 |
---|---|
Needle |
Needle.copyInstance() |
Needle |
ComponentFactory.createNeedle()
Returns a new object of class 'Needle'.
|
Modifier and Type | Class and Description |
---|---|
class |
NeedleImpl
An implementation of the model object 'Needle'.
|
Modifier and Type | Method and Description |
---|---|
Needle |
NeedleImpl.copyInstance() |
static Needle |
NeedleImpl.create() |
static Needle |
NeedleImpl.createDefault() |
Needle |
ComponentFactoryImpl.createNeedle() |
Modifier and Type | Method and Description |
---|---|
Needle |
DialSeries.getNeedle()
Returns the value of the 'Needle' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
DialSeries.setNeedle(Needle value)
Sets the value of the '
Needle ' containment reference. |
Modifier and Type | Method and Description |
---|---|
Needle |
DialSeriesImpl.getNeedle() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
DialSeriesImpl.basicSetNeedle(Needle newNeedle,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
DialSeriesImpl.setNeedle(Needle newNeedle) |
Copyright © 2005-2008 Actuate Corp. All rights reserved.