Package org.eclipse.birt.chart.model
Interface DialChart
- All Superinterfaces:
Chart
,ChartWithoutAxes
,org.eclipse.emf.ecore.EObject
,IChartObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DialChartImpl
A representation of the model object 'Dial
Chart'.
DialChart represent a special type of
ChartWithoutAxes class that contains information specific to dials.
To create an instance use the factory method:
DialChartImpl.create( );
The following features are supported:
- See Also:
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns the value of the 'Dial Superimposition' attribute.boolean
Returns whether the value of the 'Dial Superimposition
' attribute is set.void
setDialSuperimposition
(boolean value) Sets the value of the 'Dial Superimposition
' attribute.void
Unsets the value of the 'Dial Superimposition
' attribute.Methods inherited from interface org.eclipse.birt.chart.model.Chart
clearSections, createSampleRuntimeSeries, getBlock, getDescription, getDimension, getEmptyMessage, getExtendedProperties, getGridColumnCount, getInteractivity, getLegend, getPlot, getSampleData, getScript, getSeriesForLegend, getSeriesThickness, getStyles, getSubType, getTitle, getType, getUnits, getVersion, isSetDimension, isSetGridColumnCount, isSetSeriesThickness, isSetVersion, setBlock, setDescription, setDimension, setEmptyMessage, setGridColumnCount, setInteractivity, setSampleData, setScript, setSeriesThickness, setSubType, setType, setUnits, setVersion, unsetDimension, unsetGridColumnCount, unsetSeriesThickness, unsetVersion
Methods inherited from interface org.eclipse.birt.chart.model.ChartWithoutAxes
getCoverage, getMinSlice, getMinSliceLabel, getRunTimeSeries, getSeriesDefinitions, isMinSlicePercent, isSetCoverage, isSetMinSlice, isSetMinSlicePercent, setCoverage, setMinSlice, setMinSliceLabel, setMinSlicePercent, unsetCoverage, unsetMinSlice, unsetMinSlicePercent
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
isDialSuperimposition
boolean isDialSuperimposition()Returns the value of the 'Dial Superimposition' attribute. The default value is"true"
. The boolean attribute "DialSuperimposition" specifies whether all dials are superimposed on one another, or laid out in separate cells.- Returns:
- the value of the 'Dial Superimposition' attribute.
- See Also:
-
setDialSuperimposition
void setDialSuperimposition(boolean value) Sets the value of the 'Dial Superimposition
' attribute.- Parameters:
value
- the new value of the 'Dial Superimposition' attribute.- See Also:
-
unsetDialSuperimposition
void unsetDialSuperimposition()Unsets the value of the 'Dial Superimposition
' attribute. -
isSetDialSuperimposition
boolean isSetDialSuperimposition()Returns whether the value of the 'Dial Superimposition
' attribute is set.- Returns:
- whether the value of the 'Dial Superimposition' attribute is set.
- See Also:
-
copyInstance
DialChart copyInstance()- Specified by:
copyInstance
in interfaceChart
- Specified by:
copyInstance
in interfaceChartWithoutAxes
- Specified by:
copyInstance
in interfaceIChartObject
-