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.
|
Modifier and Type | Method and Description |
---|---|
Scale |
Scale.copyInstance() |
Scale |
ComponentFactory.createScale()
Returns a new object of class 'Scale'.
|
Scale |
Dial.getScale()
Returns the value of the 'Scale' containment reference.
|
Scale |
Axis.getScale()
Returns the value of the 'Scale' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
Dial.setScale(Scale value)
Sets the value of the '
Scale ' containment reference. |
void |
Axis.setScale(Scale value)
Sets the value of the '
Scale ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
ScaleImpl
An implementation of the model object '
Scale'.
|
Modifier and Type | Method and Description |
---|---|
Scale |
ScaleImpl.copyInstance() |
Scale |
ComponentFactoryImpl.createScale() |
Scale |
DialImpl.getScale() |
Scale |
AxisImpl.getScale() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
DialImpl.basicSetScale(Scale newScale,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
AxisImpl.basicSetScale(Scale newScale,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
DialImpl.setScale(Scale newScale) |
void |
AxisImpl.setScale(Scale newScale) |
Copyright © 2005-2008 Actuate Corp. All rights reserved.