Uses of Interface
org.eclipse.birt.chart.model.component.Scale
Packages that use Scale
Package
Description
Represents a set of chart sub-components (as interfaces) that are used to
build a complete chart.
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 ScaleModifier and TypeMethodDescriptionScale.copyInstance()
ComponentFactory.createScale()
Returns a new object of class 'Scale'.Axis.getScale()
Returns the value of the 'Scale' containment reference.Dial.getScale()
Returns the value of the 'Scale' containment reference.Methods in org.eclipse.birt.chart.model.component with parameters of type Scale -
Uses of Scale in org.eclipse.birt.chart.model.component.impl
Classes in org.eclipse.birt.chart.model.component.impl that implement ScaleMethods in org.eclipse.birt.chart.model.component.impl that return ScaleModifier and TypeMethodDescriptionScaleImpl.copyInstance()
ComponentFactoryImpl.createScale()
AxisImpl.getScale()
DialImpl.getScale()
Methods in org.eclipse.birt.chart.model.component.impl with parameters of type ScaleModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChain
AxisImpl.basicSetScale
(Scale newScale, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChain
DialImpl.basicSetScale
(Scale newScale, org.eclipse.emf.common.notify.NotificationChain msgs) void
void