|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
org.eclipse.birt.chart.model.impl.ChartImpl
org.eclipse.birt.chart.model.impl.ChartWithoutAxesImpl
public class ChartWithoutAxesImpl
An implementation of the model object 'Chart Without Axes'.
The following features are implemented:
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
|---|
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends java.lang.Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList |
| Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject |
|---|
org.eclipse.emf.ecore.InternalEObject.EStore |
| Field Summary |
|---|
| Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
|---|
ELAST_EOBJECT_FLAG |
| Fields inherited from interface org.eclipse.birt.chart.model.Chart |
|---|
VERSION |
| Fields inherited from interface org.eclipse.emf.ecore.InternalEObject |
|---|
EOPPOSITE_FEATURE_BASE |
| Method Summary | |
|---|---|
void |
clearSections(int iSectionType)
This method walks through the model and clears specific model sections that are not required at deployment time. |
ChartWithoutAxes |
copyInstance()
|
static ChartWithoutAxes |
create()
A convenience method to create an initialized 'ChartWithoutAxes' instance |
static ChartWithoutAxes |
createDefault()
A convenience method to create an initialized 'ChartWithoutAxes' instance |
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
org.eclipse.emf.common.notify.NotificationChain |
eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
java.lang.Object newValue)
|
void |
eUnset(int featureID)
|
double |
getCoverage()
|
double |
getMinSlice()
|
java.lang.String |
getMinSliceLabel()
|
Series[] |
getRunTimeSeries()
|
org.eclipse.emf.common.util.EList<SeriesDefinition> |
getSeriesDefinitions()
|
boolean |
isMinSlicePercent()
|
boolean |
isSetCoverage()
|
boolean |
isSetMinSlice()
|
boolean |
isSetMinSlicePercent()
|
void |
recursivelyGetSeries(org.eclipse.emf.common.util.EList<SeriesDefinition> elSDs,
java.util.ArrayList<Series> al,
int iLevel,
int iLevelToOmit)
Walks down the series definition tree and retrieves all runtime series. |
void |
setCoverage(double newCoverage)
|
void |
setDimension(ChartDimension newDimension)
Set pie chart dimension type. |
void |
setMinSlice(double newMinSlice)
|
void |
setMinSliceLabel(java.lang.String newMinSliceLabel)
|
void |
setMinSlicePercent(boolean newMinSlicePercent)
|
void |
setType(java.lang.String newType)
|
java.lang.String |
toString()
|
void |
unsetCoverage()
|
void |
unsetMinSlice()
|
void |
unsetMinSlicePercent()
|
| Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
|---|
eAdapters, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eSetClass, eSetDeliver, eSetProxyURI |
| Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
|---|
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eURIFragmentSegment, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnset |
| Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
|---|
eNotificationRequired, eNotify |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.eclipse.birt.chart.model.Chart |
|---|
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, setEmptyMessage, setGridColumnCount, setInteractivity, setSampleData, setScript, setSeriesThickness, setSubType, 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 |
| Methods inherited from interface org.eclipse.emf.ecore.InternalEObject |
|---|
eNotificationRequired |
| Method Detail |
|---|
public org.eclipse.emf.common.util.EList<SeriesDefinition> getSeriesDefinitions()
getSeriesDefinitions in interface ChartWithoutAxesModelPackage.getChartWithoutAxes_SeriesDefinitions()public double getMinSlice()
getMinSlice in interface ChartWithoutAxesChartWithoutAxes.isSetMinSlice(),
ChartWithoutAxes.unsetMinSlice(),
ChartWithoutAxes.setMinSlice(double),
ModelPackage.getChartWithoutAxes_MinSlice()public void setMinSlice(double newMinSlice)
setMinSlice in interface ChartWithoutAxesnewMinSlice - the new value of the 'Min Slice' attribute.ChartWithoutAxes.isSetMinSlice(),
ChartWithoutAxes.unsetMinSlice(),
ChartWithoutAxes.getMinSlice()public void unsetMinSlice()
unsetMinSlice in interface ChartWithoutAxesChartWithoutAxes.isSetMinSlice(),
ChartWithoutAxes.getMinSlice(),
ChartWithoutAxes.setMinSlice(double)public boolean isSetMinSlice()
isSetMinSlice in interface ChartWithoutAxesChartWithoutAxes.unsetMinSlice(),
ChartWithoutAxes.getMinSlice(),
ChartWithoutAxes.setMinSlice(double)public boolean isMinSlicePercent()
isMinSlicePercent in interface ChartWithoutAxesChartWithoutAxes.isSetMinSlicePercent(),
ChartWithoutAxes.unsetMinSlicePercent(),
ChartWithoutAxes.setMinSlicePercent(boolean),
ModelPackage.getChartWithoutAxes_MinSlicePercent()public void setMinSlicePercent(boolean newMinSlicePercent)
setMinSlicePercent in interface ChartWithoutAxesnewMinSlicePercent - the new value of the 'Min Slice Percent' attribute.ChartWithoutAxes.isSetMinSlicePercent(),
ChartWithoutAxes.unsetMinSlicePercent(),
ChartWithoutAxes.isMinSlicePercent()public void unsetMinSlicePercent()
unsetMinSlicePercent in interface ChartWithoutAxesChartWithoutAxes.isSetMinSlicePercent(),
ChartWithoutAxes.isMinSlicePercent(),
ChartWithoutAxes.setMinSlicePercent(boolean)public boolean isSetMinSlicePercent()
isSetMinSlicePercent in interface ChartWithoutAxesChartWithoutAxes.unsetMinSlicePercent(),
ChartWithoutAxes.isMinSlicePercent(),
ChartWithoutAxes.setMinSlicePercent(boolean)public java.lang.String getMinSliceLabel()
getMinSliceLabel in interface ChartWithoutAxesChartWithoutAxes.setMinSliceLabel(String),
ModelPackage.getChartWithoutAxes_MinSliceLabel()public void setMinSliceLabel(java.lang.String newMinSliceLabel)
setMinSliceLabel in interface ChartWithoutAxesnewMinSliceLabel - the new value of the 'Min Slice Label' attribute.ChartWithoutAxes.getMinSliceLabel()public double getCoverage()
getCoverage in interface ChartWithoutAxesChartWithoutAxes.isSetCoverage(),
ChartWithoutAxes.unsetCoverage(),
ChartWithoutAxes.setCoverage(double),
ModelPackage.getChartWithoutAxes_Coverage()public void setCoverage(double newCoverage)
setCoverage in interface ChartWithoutAxesnewCoverage - the new value of the 'Coverage' attribute.ChartWithoutAxes.isSetCoverage(),
ChartWithoutAxes.unsetCoverage(),
ChartWithoutAxes.getCoverage()public void unsetCoverage()
unsetCoverage in interface ChartWithoutAxesChartWithoutAxes.isSetCoverage(),
ChartWithoutAxes.getCoverage(),
ChartWithoutAxes.setCoverage(double)public boolean isSetCoverage()
isSetCoverage in interface ChartWithoutAxesChartWithoutAxes.unsetCoverage(),
ChartWithoutAxes.getCoverage(),
ChartWithoutAxes.setCoverage(double)
public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseRemove in class ChartImpl
public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
eGet in interface org.eclipse.emf.ecore.InternalEObjecteGet in class ChartImpl
public void eSet(int featureID,
java.lang.Object newValue)
eSet in interface org.eclipse.emf.ecore.InternalEObjecteSet in class ChartImplpublic void eUnset(int featureID)
eUnset in interface org.eclipse.emf.ecore.InternalEObjecteUnset in class ChartImplpublic boolean eIsSet(int featureID)
eIsSet in interface org.eclipse.emf.ecore.InternalEObjecteIsSet in class ChartImplpublic java.lang.String toString()
toString in class ChartImplpublic static ChartWithoutAxes create()
public static ChartWithoutAxes createDefault()
public final Series[] getRunTimeSeries()
getRunTimeSeries in interface ChartWithoutAxes
public final void recursivelyGetSeries(org.eclipse.emf.common.util.EList<SeriesDefinition> elSDs,
java.util.ArrayList<Series> al,
int iLevel,
int iLevelToOmit)
elSDs - al - iLevel - public final void clearSections(int iSectionType)
Chart
clearSections in interface ChartclearSections in class ChartImpliSectionType - Possible values are IConstants.RUN_TIME and IConstants.USER_INTERFACEpublic ChartWithoutAxes copyInstance()
copyInstance in interface ChartcopyInstance in interface ChartWithoutAxescopyInstance in interface IChartObjectcopyInstance in class ChartImplpublic void setDimension(ChartDimension newDimension)
setDimension in interface ChartsetDimension in class ChartImplnewDimension - the new value of the 'Dimension' attribute.ChartDimension,
Chart.isSetDimension(),
Chart.unsetDimension(),
Chart.getDimension()public void setType(java.lang.String newType)
ChartImpl
setType in interface ChartsetType in class ChartImplnewType - the new value of the 'Type' attribute.Chart.getType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||