public class ChartWithAxesImpl extends ChartImpl implements ChartWithAxes
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| 限定符和类型 | 方法和说明 |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
basicSetFloorFill(Fill newFloorFill,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
basicSetRotation(Rotation3D newRotation,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
basicSetWallFill(Fill newWallFill,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
clearSections(int iSectionType)
This method walks through the model and clears specific model sections that are not required at deployment time.
|
ChartWithAxes |
copyInstance() |
static ChartWithAxes |
create()
A convenience method to create an initialized 'ChartWithAxes' instance
Note: Manually written
|
static ChartWithAxes |
createDefault()
A convenience method to create an initialized 'ChartWithAxes' instance
Note: Manually written
|
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) |
Axis |
getAncillaryBaseAxis(Axis axBase)
This method returns the ancillary base axis for a given base axis
NOTE: Manually written
|
org.eclipse.emf.common.util.EList<Axis> |
getAxes() |
Axis[] |
getBaseAxes()
This method returns all base axes associated with the chart model
NOTE: Manually written
|
Fill |
getFloorFill() |
Orientation |
getOrientation() |
Axis[] |
getOrthogonalAxes(Axis axBase,
boolean bIncludePrimary)
This method returns all (primary and overlay) orthogonal axes for a given
base axis If the primary orthogonal is requested for, it would be
returned as the first element in the array
NOTE: Manually written
|
Axis[] |
getPrimaryBaseAxes()
This method returns all primary base axes associated with the chart model
NOTE: Manually written
|
Axis |
getPrimaryOrthogonalAxis(Axis axBase)
This method returns the primary orthogonal axis for a given base axis
NOTE: Manually written
|
Rotation3D |
getRotation() |
Series[] |
getSeries(int iBaseOrOrthogonal)
This method needs to be called after the chart has been populated with
runtime datasets and runtime series have been associated with each of the
series definitions.
|
double |
getUnitSpacing() |
Fill |
getWallFill() |
boolean |
isReverseCategory() |
boolean |
isSetOrientation() |
boolean |
isSetReverseCategory() |
boolean |
isSetStudyLayout() |
boolean |
isSetUnitSpacing() |
boolean |
isStudyLayout() |
boolean |
isTransposed()
A convenience method used to determine if the plot is transposed or not.
|
void |
setFloorFill(Fill newFloorFill) |
void |
setOrientation(Orientation newOrientation) |
void |
setReverseCategory(boolean newReverseCategory) |
void |
setRotation(Rotation3D newRotation) |
void |
setStudyLayout(boolean newStudyLayout) |
void |
setTransposed(boolean bTransposed)
A convenience method used to specify if the plot is transposed or not.
|
void |
setUnitSpacing(double newUnitSpacing) |
void |
setWallFill(Fill newWallFill) |
java.lang.String |
toString() |
void |
unsetOrientation() |
void |
unsetReverseCategory() |
void |
unsetStudyLayout() |
void |
unsetUnitSpacing() |
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, setDimension, setEmptyMessage, setGridColumnCount, setInteractivity, setSampleData, setScript, setSeriesThickness, setSubType, setType, 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, setDimension, setEmptyMessage, setGridColumnCount, setInteractivity, setSampleData, setScript, setSeriesThickness, setSubType, setType, setUnits, setVersion, unsetDimension, unsetGridColumnCount, unsetSeriesThickness, unsetVersionpublic org.eclipse.emf.common.util.EList<Axis> getAxes()
getAxes 在接口中 ChartWithAxesModelPackage.getChartWithAxes_Axes()public Fill getWallFill()
getWallFill 在接口中 ChartWithAxesChartWithAxes.setWallFill(Fill),
ModelPackage.getChartWithAxes_WallFill()public org.eclipse.emf.common.notify.NotificationChain basicSetWallFill(Fill newWallFill, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setWallFill(Fill newWallFill)
setWallFill 在接口中 ChartWithAxesnewWallFill - the new value of the 'Wall Fill' containment reference.ChartWithAxes.getWallFill()public Fill getFloorFill()
getFloorFill 在接口中 ChartWithAxesChartWithAxes.setFloorFill(Fill),
ModelPackage.getChartWithAxes_FloorFill()public org.eclipse.emf.common.notify.NotificationChain basicSetFloorFill(Fill newFloorFill, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setFloorFill(Fill newFloorFill)
setFloorFill 在接口中 ChartWithAxesnewFloorFill - the new value of the 'Floor Fill' containment reference.ChartWithAxes.getFloorFill()public Orientation getOrientation()
getOrientation 在接口中 ChartWithAxesOrientation,
ChartWithAxes.isSetOrientation(),
ChartWithAxes.unsetOrientation(),
ChartWithAxes.setOrientation(Orientation),
ModelPackage.getChartWithAxes_Orientation()public void setOrientation(Orientation newOrientation)
setOrientation 在接口中 ChartWithAxesnewOrientation - the new value of the 'Orientation' attribute.Orientation,
ChartWithAxes.isSetOrientation(),
ChartWithAxes.unsetOrientation(),
ChartWithAxes.getOrientation()public void unsetOrientation()
public boolean isSetOrientation()
isSetOrientation 在接口中 ChartWithAxesChartWithAxes.unsetOrientation(),
ChartWithAxes.getOrientation(),
ChartWithAxes.setOrientation(Orientation)public double getUnitSpacing()
getUnitSpacing 在接口中 ChartWithAxesChartWithAxes.isSetUnitSpacing(),
ChartWithAxes.unsetUnitSpacing(),
ChartWithAxes.setUnitSpacing(double),
ModelPackage.getChartWithAxes_UnitSpacing()public void setUnitSpacing(double newUnitSpacing)
setUnitSpacing 在接口中 ChartWithAxesnewUnitSpacing - the new value of the 'Unit Spacing' attribute.ChartWithAxes.isSetUnitSpacing(),
ChartWithAxes.unsetUnitSpacing(),
ChartWithAxes.getUnitSpacing()public void unsetUnitSpacing()
public boolean isSetUnitSpacing()
isSetUnitSpacing 在接口中 ChartWithAxesChartWithAxes.unsetUnitSpacing(),
ChartWithAxes.getUnitSpacing(),
ChartWithAxes.setUnitSpacing(double)public Rotation3D getRotation()
getRotation 在接口中 ChartWithAxesChartWithAxes.setRotation(Rotation3D),
ModelPackage.getChartWithAxes_Rotation()public org.eclipse.emf.common.notify.NotificationChain basicSetRotation(Rotation3D newRotation, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setRotation(Rotation3D newRotation)
setRotation 在接口中 ChartWithAxesnewRotation - the new value of the 'Rotation' containment reference.ChartWithAxes.getRotation()public boolean isReverseCategory()
isReverseCategory 在接口中 ChartWithAxesChartWithAxes.isSetReverseCategory(),
ChartWithAxes.unsetReverseCategory(),
ChartWithAxes.setReverseCategory(boolean),
ModelPackage.getChartWithAxes_ReverseCategory()public void setReverseCategory(boolean newReverseCategory)
setReverseCategory 在接口中 ChartWithAxesnewReverseCategory - the new value of the 'Reverse Category' attribute.ChartWithAxes.isSetReverseCategory(),
ChartWithAxes.unsetReverseCategory(),
ChartWithAxes.isReverseCategory()public void unsetReverseCategory()
public boolean isSetReverseCategory()
isSetReverseCategory 在接口中 ChartWithAxesChartWithAxes.unsetReverseCategory(),
ChartWithAxes.isReverseCategory(),
ChartWithAxes.setReverseCategory(boolean)public boolean isStudyLayout()
isStudyLayout 在接口中 ChartWithAxesChartWithAxes.isSetStudyLayout(),
ChartWithAxes.unsetStudyLayout(),
ChartWithAxes.setStudyLayout(boolean),
ModelPackage.getChartWithAxes_StudyLayout()public void setStudyLayout(boolean newStudyLayout)
setStudyLayout 在接口中 ChartWithAxesnewStudyLayout - the new value of the 'Study Layout' attribute.ChartWithAxes.isSetStudyLayout(),
ChartWithAxes.unsetStudyLayout(),
ChartWithAxes.isStudyLayout()public void unsetStudyLayout()
public boolean isSetStudyLayout()
isSetStudyLayout 在接口中 ChartWithAxesChartWithAxes.unsetStudyLayout(),
ChartWithAxes.isStudyLayout(),
ChartWithAxes.setStudyLayout(boolean)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 final Axis[] getBaseAxes()
getBaseAxes 在接口中 ChartWithAxespublic final Axis[] getPrimaryBaseAxes()
getPrimaryBaseAxes 在接口中 ChartWithAxespublic final Axis[] getOrthogonalAxes(Axis axBase, boolean bIncludePrimary)
getOrthogonalAxes 在接口中 ChartWithAxesaxBase - public final Axis getPrimaryOrthogonalAxis(Axis axBase)
getPrimaryOrthogonalAxis 在接口中 ChartWithAxesaxBase - public Axis getAncillaryBaseAxis(Axis axBase)
ChartWithAxesgetAncillaryBaseAxis 在接口中 ChartWithAxespublic static final ChartWithAxes create()
public static final ChartWithAxes createDefault()
public final Series[] getSeries(int iBaseOrOrthogonal)
getSeries 在接口中 ChartWithAxesiBaseOrOrthogonal - public final boolean isTransposed()
ChartWithAxesisTransposed 在接口中 ChartWithAxespublic void setTransposed(boolean bTransposed)
ChartWithAxessetTransposed 在接口中 ChartWithAxespublic final void clearSections(int iSectionType)
ChartclearSections 在接口中 ChartclearSections 在类中 ChartImpliSectionType - Possible values are IConstants.RUN_TIME and IConstants.USER_INTERFACEpublic ChartWithAxes copyInstance()
copyInstance 在接口中 ChartcopyInstance 在接口中 ChartWithAxescopyInstance 在接口中 IChartObjectcopyInstance 在类中 ChartImplCopyright © 2005-2008 Actuate Corp. All rights reserved.