Uses of Interface
org.eclipse.birt.chart.model.component.Dial
Packages that use Dial
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.
Contains a default out-of-the-box set of series type interfaces that are
associated with all charts.
Contains a default out-of-the-box set of series type core implementation
classes that are associated with all charts.
-
Uses of Dial in org.eclipse.birt.chart.model.component
Methods in org.eclipse.birt.chart.model.component that return DialModifier and TypeMethodDescriptionDial.copyInstance()
ComponentFactory.createDial()
Returns a new object of class 'Dial'. -
Uses of Dial in org.eclipse.birt.chart.model.component.impl
Classes in org.eclipse.birt.chart.model.component.impl that implement DialMethods in org.eclipse.birt.chart.model.component.impl that return DialModifier and TypeMethodDescriptionDialImpl.copyInstance()
static final Dial
DialImpl.create()
static final Dial
DialImpl.createDefault()
ComponentFactoryImpl.createDial()
-
Uses of Dial in org.eclipse.birt.chart.model.type
Methods in org.eclipse.birt.chart.model.type that return DialModifier and TypeMethodDescriptionDialSeries.getDial()
Returns the value of the 'Dial' containment reference.Methods in org.eclipse.birt.chart.model.type with parameters of type Dial -
Uses of Dial in org.eclipse.birt.chart.model.type.impl
Methods in org.eclipse.birt.chart.model.type.impl that return DialMethods in org.eclipse.birt.chart.model.type.impl with parameters of type DialModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChain
DialSeriesImpl.basicSetDial
(Dial newDial, org.eclipse.emf.common.notify.NotificationChain msgs) void