|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ChartWithoutAxes
A representation of the model object 'Chart Without Axes'. ChartWithoutAxes represents a chart without any axis. (e.g. Pie Chart, Dial Chart, etc).
To create an instance use the factory method:
ChartWithoutAxesImpl.create( );
The following features are supported:
ModelPackage.getChartWithoutAxes()| Field Summary |
|---|
| Fields inherited from interface org.eclipse.birt.chart.model.Chart |
|---|
VERSION |
| Method Summary | |
|---|---|
ChartWithoutAxes |
copyInstance()
|
double |
getCoverage()
Returns the value of the 'Coverage' attribute. |
double |
getMinSlice()
Returns the value of the 'Min Slice' attribute. |
java.lang.String |
getMinSliceLabel()
Returns the value of the 'Min Slice Label' attribute. |
Series[] |
getRunTimeSeries()
|
org.eclipse.emf.common.util.EList<SeriesDefinition> |
getSeriesDefinitions()
Returns the value of the 'Series Definitions' containment reference list. |
boolean |
isMinSlicePercent()
Returns the value of the 'Min Slice Percent' attribute. |
boolean |
isSetCoverage()
Returns whether the value of the ' Coverage' attribute is set. |
boolean |
isSetMinSlice()
Returns whether the value of the ' Min Slice' attribute is set. |
boolean |
isSetMinSlicePercent()
Returns whether the value of the ' Min Slice Percent' attribute is set. |
void |
setCoverage(double value)
Sets the value of the ' Coverage' attribute. |
void |
setMinSlice(double value)
Sets the value of the ' Min Slice' attribute. |
void |
setMinSliceLabel(java.lang.String value)
Sets the value of the ' Min Slice Label' attribute. |
void |
setMinSlicePercent(boolean value)
Sets the value of the ' Min Slice Percent' attribute. |
void |
unsetCoverage()
Unsets the value of the ' Coverage' attribute. |
void |
unsetMinSlice()
Unsets the value of the ' Min Slice' attribute. |
void |
unsetMinSlicePercent()
Unsets the value of the ' Min Slice Percent' 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.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 Detail |
|---|
org.eclipse.emf.common.util.EList<SeriesDefinition> getSeriesDefinitions()
SeriesDefinition.
Defines the source of the series.
ModelPackage.getChartWithoutAxes_SeriesDefinitions()double getMinSlice()
isSetMinSlice(),
unsetMinSlice(),
setMinSlice(double),
ModelPackage.getChartWithoutAxes_MinSlice()void setMinSlice(double value)
Min Slice' attribute.
value - the new value of the 'Min Slice' attribute.isSetMinSlice(),
unsetMinSlice(),
getMinSlice()void unsetMinSlice()
Min Slice' attribute.
isSetMinSlice(),
getMinSlice(),
setMinSlice(double)boolean isSetMinSlice()
Min Slice' attribute is set.
unsetMinSlice(),
getMinSlice(),
setMinSlice(double)boolean isMinSlicePercent()
isSetMinSlicePercent(),
unsetMinSlicePercent(),
setMinSlicePercent(boolean),
ModelPackage.getChartWithoutAxes_MinSlicePercent()void setMinSlicePercent(boolean value)
Min Slice Percent' attribute.
value - the new value of the 'Min Slice Percent' attribute.isSetMinSlicePercent(),
unsetMinSlicePercent(),
isMinSlicePercent()void unsetMinSlicePercent()
Min Slice Percent' attribute.
isSetMinSlicePercent(),
isMinSlicePercent(),
setMinSlicePercent(boolean)boolean isSetMinSlicePercent()
Min Slice Percent' attribute is set.
unsetMinSlicePercent(),
isMinSlicePercent(),
setMinSlicePercent(boolean)java.lang.String getMinSliceLabel()
setMinSliceLabel(String),
ModelPackage.getChartWithoutAxes_MinSliceLabel()void setMinSliceLabel(java.lang.String value)
Min Slice Label' attribute.
value - the new value of the 'Min Slice Label' attribute.getMinSliceLabel()double getCoverage()
isSetCoverage(),
unsetCoverage(),
setCoverage(double),
ModelPackage.getChartWithoutAxes_Coverage()void setCoverage(double value)
Coverage' attribute.
value - the new value of the 'Coverage' attribute.isSetCoverage(),
unsetCoverage(),
getCoverage()void unsetCoverage()
Coverage' attribute.
isSetCoverage(),
getCoverage(),
setCoverage(double)boolean isSetCoverage()
Coverage' attribute is set.
unsetCoverage(),
getCoverage(),
setCoverage(double)Series[] getRunTimeSeries()
ChartWithoutAxes copyInstance()
copyInstance in interface ChartcopyInstance in interface IChartObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||