public class ChartWithoutAxesImpl extends ChartImpl implements ChartWithoutAxes
The following features are implemented:
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, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EScannableAdapterList| 限定符和类型 | 方法和说明 |
|---|---|
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() |
basicSetBlock, basicSetDescription, basicSetEmptyMessage, basicSetInteractivity, basicSetSampleData, 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, unsetVersioneAdapters, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eSetClass, eSetDeliver, eSetProxyURIeAllContents, 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, eVirtualUnsetcreateSampleRuntimeSeries, 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, unsetVersionpublic org.eclipse.emf.common.util.EList<SeriesDefinition> getSeriesDefinitions()
getSeriesDefinitions 在接口中 ChartWithoutAxesModelPackage.getChartWithoutAxes_SeriesDefinitions()public double getMinSlice()
getMinSlice 在接口中 ChartWithoutAxesChartWithoutAxes.isSetMinSlice(),
ChartWithoutAxes.unsetMinSlice(),
ChartWithoutAxes.setMinSlice(double),
ModelPackage.getChartWithoutAxes_MinSlice()public void setMinSlice(double newMinSlice)
setMinSlice 在接口中 ChartWithoutAxesnewMinSlice - the new value of the 'Min Slice' attribute.ChartWithoutAxes.isSetMinSlice(),
ChartWithoutAxes.unsetMinSlice(),
ChartWithoutAxes.getMinSlice()public void unsetMinSlice()
public boolean isSetMinSlice()
isSetMinSlice 在接口中 ChartWithoutAxesChartWithoutAxes.unsetMinSlice(),
ChartWithoutAxes.getMinSlice(),
ChartWithoutAxes.setMinSlice(double)public boolean isMinSlicePercent()
isMinSlicePercent 在接口中 ChartWithoutAxesChartWithoutAxes.isSetMinSlicePercent(),
ChartWithoutAxes.unsetMinSlicePercent(),
ChartWithoutAxes.setMinSlicePercent(boolean),
ModelPackage.getChartWithoutAxes_MinSlicePercent()public void setMinSlicePercent(boolean newMinSlicePercent)
setMinSlicePercent 在接口中 ChartWithoutAxesnewMinSlicePercent - the new value of the 'Min Slice Percent' attribute.ChartWithoutAxes.isSetMinSlicePercent(),
ChartWithoutAxes.unsetMinSlicePercent(),
ChartWithoutAxes.isMinSlicePercent()public void unsetMinSlicePercent()
public boolean isSetMinSlicePercent()
isSetMinSlicePercent 在接口中 ChartWithoutAxesChartWithoutAxes.unsetMinSlicePercent(),
ChartWithoutAxes.isMinSlicePercent(),
ChartWithoutAxes.setMinSlicePercent(boolean)public java.lang.String getMinSliceLabel()
getMinSliceLabel 在接口中 ChartWithoutAxesChartWithoutAxes.setMinSliceLabel(String),
ModelPackage.getChartWithoutAxes_MinSliceLabel()public void setMinSliceLabel(java.lang.String newMinSliceLabel)
setMinSliceLabel 在接口中 ChartWithoutAxesnewMinSliceLabel - the new value of the 'Min Slice Label' attribute.ChartWithoutAxes.getMinSliceLabel()public double getCoverage()
getCoverage 在接口中 ChartWithoutAxesChartWithoutAxes.isSetCoverage(),
ChartWithoutAxes.unsetCoverage(),
ChartWithoutAxes.setCoverage(double),
ModelPackage.getChartWithoutAxes_Coverage()public void setCoverage(double newCoverage)
setCoverage 在接口中 ChartWithoutAxesnewCoverage - the new value of the 'Coverage' attribute.ChartWithoutAxes.isSetCoverage(),
ChartWithoutAxes.unsetCoverage(),
ChartWithoutAxes.getCoverage()public void unsetCoverage()
public boolean isSetCoverage()
isSetCoverage 在接口中 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 在类中 ChartImplpublic java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
public void eSet(int featureID,
java.lang.Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
public static ChartWithoutAxes create()
public static ChartWithoutAxes createDefault()
public final Series[] getRunTimeSeries()
getRunTimeSeries 在接口中 ChartWithoutAxespublic 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)
ChartclearSections 在接口中 ChartclearSections 在类中 ChartImpliSectionType - Possible values are IConstants.RUN_TIME and IConstants.USER_INTERFACEpublic ChartWithoutAxes copyInstance()
copyInstance 在接口中 ChartcopyInstance 在接口中 ChartWithoutAxescopyInstance 在接口中 IChartObjectcopyInstance 在类中 ChartImplpublic void setDimension(ChartDimension newDimension)
setDimension 在接口中 ChartsetDimension 在类中 ChartImplnewDimension - the new value of the 'Dimension' attribute.ChartDimension,
Chart.isSetDimension(),
Chart.unsetDimension(),
Chart.getDimension()Copyright © 2005-2008 Actuate Corp. All rights reserved.