|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Scale | |
|---|---|
| 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. |
| Uses of Scale in org.eclipse.birt.chart.model.component |
|---|
| Methods in org.eclipse.birt.chart.model.component that return Scale | |
|---|---|
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. |
| Methods in org.eclipse.birt.chart.model.component with parameters of type Scale | |
|---|---|
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. |
| Uses of Scale in org.eclipse.birt.chart.model.component.impl |
|---|
| Classes in org.eclipse.birt.chart.model.component.impl that implement Scale | |
|---|---|
class |
ScaleImpl
An implementation of the model object ' Scale'. |
| Methods in org.eclipse.birt.chart.model.component.impl that return Scale | |
|---|---|
Scale |
ComponentFactoryImpl.createScale()
|
Scale |
DialImpl.getScale()
|
Scale |
AxisImpl.getScale()
|
| Methods in org.eclipse.birt.chart.model.component.impl with parameters of type Scale | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||