|
||||||||||
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'. This is a chart without axes...(e.g. Pie Chart, Donut Chart, etc).
The following features are supported:
ModelPackage.getChartWithoutAxes()
Method Summary | |
---|---|
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 |
getSeriesDefinitions()
Returns the value of the 'Series Definitions' containment reference list. |
boolean |
isMinSlicePercent()
Returns the value of the 'Min Slice Percent' attribute. |
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 |
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 |
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, 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 |
---|
org.eclipse.emf.common.util.EList 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()
Series[] getRunTimeSeries()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |