org.eclipse.birt.chart.model
Interface DialChart

All Superinterfaces:
Chart, ChartWithoutAxes, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
DialChartImpl

public interface DialChart
extends ChartWithoutAxes

A representation of the model object 'Dial Chart'.

The following features are supported:

See Also:
ModelPackage.getDialChart()

Method Summary
 boolean isDialSuperimposition()
          Returns the value of the 'Dial Superimposition' attribute.
 boolean isSetDialSuperimposition()
          Returns whether the value of the 'Dial Superimposition' attribute is set.
 void setDialSuperimposition(boolean value)
          Sets the value of the 'Dial Superimposition' attribute.
 void unsetDialSuperimposition()
          Unsets the value of the 'Dial Superimposition' attribute.
 
Methods inherited from interface org.eclipse.birt.chart.model.ChartWithoutAxes
getMinSlice, getMinSliceLabel, getRunTimeSeries, getSeriesDefinitions, isMinSlicePercent, isSetMinSlice, isSetMinSlicePercent, setMinSlice, setMinSliceLabel, setMinSlicePercent, unsetMinSlice, unsetMinSlicePercent
 
Methods inherited from interface org.eclipse.birt.chart.model.Chart
clearSections, createSampleRuntimeSeries, getBlock, getDescription, getDimension, getExtendedProperties, getGridColumnCount, getInteractivity, getLegend, getPlot, getSampleData, getScript, getSeriesForLegend, getSeriesThickness, getStyles, getSubType, getTitle, getType, getUnits, getVersion, isSetDimension, isSetGridColumnCount, isSetSeriesThickness, isSetVersion, setBlock, setDescription, setDimension, setGridColumnCount, setInteractivity, setSampleData, setScript, setSeriesThickness, setSubType, setType, setUnits, setVersion, unsetDimension, unsetGridColumnCount, unsetSeriesThickness, unsetVersion
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

isDialSuperimposition

boolean isDialSuperimposition()
Returns the value of the 'Dial Superimposition' attribute. The default value is "true". If true, all dials are superimposed, otherwise they are rendered next to each other.

Returns:
the value of the 'Dial Superimposition' attribute.
See Also:
isSetDialSuperimposition(), unsetDialSuperimposition(), setDialSuperimposition(boolean), ModelPackage.getDialChart_DialSuperimposition()

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:
isSetDialSuperimposition(), unsetDialSuperimposition(), isDialSuperimposition()

unsetDialSuperimposition

void unsetDialSuperimposition()
Unsets the value of the 'Dial Superimposition' attribute.

See Also:
isSetDialSuperimposition(), isDialSuperimposition(), setDialSuperimposition(boolean)

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:
unsetDialSuperimposition(), isDialSuperimposition(), setDialSuperimposition(boolean)


Copyright © 2005-2008 Actuate Corp. All rights reserved.