|
||||||||||
| 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.component.impl.AxisImpl
public class AxisImpl
An implementation of the model object ' Axis'.
The following features are implemented:
TypeTitleSub TitleTitle PositionAssociated AxesAncillary AxesSeries DefinitionsGap WidthOrientationLine AttributesLabelFormat SpecifierLabel PositionStaggeredIntervalMarker LinesMarker RangesTriggersMajor GridMinor GridScaleOriginPrimary AxisCategory AxisPercentLabel Within AxesAlignedSide By SideCursorLabel SpanAxis Percent
| 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.component.Axis |
|---|
ANCILLARY_BASE, BASE, ORTHOGONAL |
| Fields inherited from interface org.eclipse.emf.ecore.InternalEObject |
|---|
EOPPOSITE_FEATURE_BASE |
| Method Summary | |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
basicSetCursor(Cursor newCursor,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
basicSetFormatSpecifier(FormatSpecifier newFormatSpecifier,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
basicSetLabel(Label newLabel,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
basicSetLineAttributes(LineAttributes newLineAttributes,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
basicSetMajorGrid(Grid newMajorGrid,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
basicSetMinorGrid(Grid newMinorGrid,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
basicSetOrigin(AxisOrigin newOrigin,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
basicSetScale(Scale newScale,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
basicSetSubTitle(Label newSubTitle,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
basicSetTitle(Label newTitle,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
Axis |
copyInstance()
|
static Axis |
create(int iAxisType)
A convenience method to create an initialized 'Axis' instance |
static Axis |
createDefault(int iAxisType)
A convenience method to create an initialized 'Axis' 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)
|
org.eclipse.emf.common.util.EList<Axis> |
getAncillaryAxes()
|
org.eclipse.emf.common.util.EList<Axis> |
getAssociatedAxes()
|
int |
getAxisPercent()
|
Cursor |
getCursor()
|
FormatSpecifier |
getFormatSpecifier()
|
double |
getGapWidth()
|
int |
getInterval()
|
Label |
getLabel()
|
Position |
getLabelPosition()
|
double |
getLabelSpan()
|
LineAttributes |
getLineAttributes()
|
Grid |
getMajorGrid()
|
org.eclipse.emf.common.util.EList<MarkerLine> |
getMarkerLines()
|
org.eclipse.emf.common.util.EList<MarkerRange> |
getMarkerRanges()
|
Grid |
getMinorGrid()
|
Orientation |
getOrientation()
|
AxisOrigin |
getOrigin()
|
Series[] |
getRuntimeSeries()
|
Scale |
getScale()
|
org.eclipse.emf.common.util.EList<SeriesDefinition> |
getSeriesDefinitions()
|
Label |
getSubTitle()
|
Label |
getTitle()
|
Position |
getTitlePosition()
|
org.eclipse.emf.common.util.EList<Trigger> |
getTriggers()
|
AxisType |
getType()
|
boolean |
isAligned()
|
boolean |
isCategoryAxis()
|
boolean |
isLabelWithinAxes()
|
boolean |
isPercent()
|
boolean |
isPrimaryAxis()
|
boolean |
isSetAligned()
|
boolean |
isSetAxisPercent()
|
boolean |
isSetCategoryAxis()
|
boolean |
isSetGapWidth()
|
boolean |
isSetInterval()
|
boolean |
isSetLabelPosition()
|
boolean |
isSetLabelSpan()
|
boolean |
isSetLabelWithinAxes()
|
boolean |
isSetOrientation()
|
boolean |
isSetPercent()
|
boolean |
isSetPrimaryAxis()
|
boolean |
isSetSideBySide()
|
boolean |
isSetStaggered()
|
boolean |
isSetTitlePosition()
|
boolean |
isSetType()
|
boolean |
isSideBySide()
|
boolean |
isStaggered()
|
void |
setAligned(boolean newAligned)
|
void |
setAxisPercent(int newAxisPercent)
|
void |
setCategoryAxis(boolean newCategoryAxis)
|
void |
setCursor(Cursor newCursor)
|
void |
setFormatSpecifier(FormatSpecifier newFormatSpecifier)
|
void |
setGapWidth(double newGapWidth)
|
void |
setInterval(int newInterval)
|
void |
setLabel(Label newLabel)
|
void |
setLabelPosition(Position newLabelPosition)
|
void |
setLabelSpan(double newLabelSpan)
|
void |
setLabelWithinAxes(boolean newLabelWithinAxes)
|
void |
setLineAttributes(LineAttributes newLineAttributes)
|
void |
setMajorGrid(Grid newMajorGrid)
|
void |
setMinorGrid(Grid newMinorGrid)
|
void |
setOrientation(Orientation newOrientation)
|
void |
setOrigin(AxisOrigin newOrigin)
|
void |
setPercent(boolean newPercent)
|
void |
setPrimaryAxis(boolean newPrimaryAxis)
|
void |
setScale(Scale newScale)
|
void |
setSideBySide(boolean newSideBySide)
|
void |
setStaggered(boolean newStaggered)
|
void |
setSubTitle(Label newSubTitle)
|
void |
setTitle(Label newTitle)
|
void |
setTitlePosition(Position newTitlePosition)
|
void |
setType(AxisType newType)
|
java.lang.String |
toString()
|
void |
unsetAligned()
|
void |
unsetAxisPercent()
|
void |
unsetCategoryAxis()
|
void |
unsetGapWidth()
|
void |
unsetInterval()
|
void |
unsetLabelPosition()
|
void |
unsetLabelSpan()
|
void |
unsetLabelWithinAxes()
|
void |
unsetOrientation()
|
void |
unsetPercent()
|
void |
unsetPrimaryAxis()
|
void |
unsetSideBySide()
|
void |
unsetStaggered()
|
void |
unsetTitlePosition()
|
void |
unsetType()
|
| 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.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 AxisType getType()
getType in interface AxisAxisType,
Axis.isSetType(),
Axis.unsetType(),
Axis.setType(AxisType),
ComponentPackage.getAxis_Type()public void setType(AxisType newType)
setType in interface AxisnewType - the new value of the 'Type' attribute.AxisType,
Axis.isSetType(),
Axis.unsetType(),
Axis.getType()public void unsetType()
unsetType in interface AxisAxis.isSetType(),
Axis.getType(),
Axis.setType(AxisType)public boolean isSetType()
isSetType in interface AxisAxis.unsetType(),
Axis.getType(),
Axis.setType(AxisType)public Label getTitle()
getTitle in interface AxisAxis.setTitle(Label),
ComponentPackage.getAxis_Title()
public org.eclipse.emf.common.notify.NotificationChain basicSetTitle(Label newTitle,
org.eclipse.emf.common.notify.NotificationChain msgs)
public void setTitle(Label newTitle)
setTitle in interface AxisnewTitle - the new value of the 'Title' containment reference.Axis.getTitle()public Label getSubTitle()
getSubTitle in interface AxisAxis.setSubTitle(Label),
ComponentPackage.getAxis_SubTitle()
public org.eclipse.emf.common.notify.NotificationChain basicSetSubTitle(Label newSubTitle,
org.eclipse.emf.common.notify.NotificationChain msgs)
public void setSubTitle(Label newSubTitle)
setSubTitle in interface AxisnewSubTitle - the new value of the 'Sub Title' containment reference.Axis.getSubTitle()public Position getTitlePosition()
getTitlePosition in interface AxisPosition,
Axis.isSetTitlePosition(),
Axis.unsetTitlePosition(),
Axis.setTitlePosition(Position),
ComponentPackage.getAxis_TitlePosition()public void setTitlePosition(Position newTitlePosition)
setTitlePosition in interface AxisnewTitlePosition - the new value of the 'Title Position' attribute.Position,
Axis.isSetTitlePosition(),
Axis.unsetTitlePosition(),
Axis.getTitlePosition()public void unsetTitlePosition()
unsetTitlePosition in interface AxisAxis.isSetTitlePosition(),
Axis.getTitlePosition(),
Axis.setTitlePosition(Position)public boolean isSetTitlePosition()
isSetTitlePosition in interface AxisAxis.unsetTitlePosition(),
Axis.getTitlePosition(),
Axis.setTitlePosition(Position)public org.eclipse.emf.common.util.EList<Axis> getAssociatedAxes()
getAssociatedAxes in interface AxisComponentPackage.getAxis_AssociatedAxes()public org.eclipse.emf.common.util.EList<Axis> getAncillaryAxes()
getAncillaryAxes in interface AxisComponentPackage.getAxis_AncillaryAxes()public org.eclipse.emf.common.util.EList<SeriesDefinition> getSeriesDefinitions()
getSeriesDefinitions in interface AxisComponentPackage.getAxis_SeriesDefinitions()public double getGapWidth()
getGapWidth in interface AxisAxis.isSetGapWidth(),
Axis.unsetGapWidth(),
Axis.setGapWidth(double),
ComponentPackage.getAxis_GapWidth()public void setGapWidth(double newGapWidth)
setGapWidth in interface AxisnewGapWidth - the new value of the 'Gap Width' attribute.Axis.isSetGapWidth(),
Axis.unsetGapWidth(),
Axis.getGapWidth()public void unsetGapWidth()
unsetGapWidth in interface AxisAxis.isSetGapWidth(),
Axis.getGapWidth(),
Axis.setGapWidth(double)public boolean isSetGapWidth()
isSetGapWidth in interface AxisAxis.unsetGapWidth(),
Axis.getGapWidth(),
Axis.setGapWidth(double)public Orientation getOrientation()
getOrientation in interface AxisOrientation,
Axis.isSetOrientation(),
Axis.unsetOrientation(),
Axis.setOrientation(Orientation),
ComponentPackage.getAxis_Orientation()public void setOrientation(Orientation newOrientation)
setOrientation in interface AxisnewOrientation - the new value of the 'Orientation' attribute.Orientation,
Axis.isSetOrientation(),
Axis.unsetOrientation(),
Axis.getOrientation()public void unsetOrientation()
unsetOrientation in interface AxisAxis.isSetOrientation(),
Axis.getOrientation(),
Axis.setOrientation(Orientation)public boolean isSetOrientation()
isSetOrientation in interface AxisAxis.unsetOrientation(),
Axis.getOrientation(),
Axis.setOrientation(Orientation)public LineAttributes getLineAttributes()
getLineAttributes in interface AxisAxis.setLineAttributes(LineAttributes),
ComponentPackage.getAxis_LineAttributes()
public org.eclipse.emf.common.notify.NotificationChain basicSetLineAttributes(LineAttributes newLineAttributes,
org.eclipse.emf.common.notify.NotificationChain msgs)
public void setLineAttributes(LineAttributes newLineAttributes)
setLineAttributes in interface AxisnewLineAttributes - the new value of the 'Line Attributes' containment reference.Axis.getLineAttributes()public Label getLabel()
getLabel in interface AxisAxis.setLabel(Label),
ComponentPackage.getAxis_Label()
public org.eclipse.emf.common.notify.NotificationChain basicSetLabel(Label newLabel,
org.eclipse.emf.common.notify.NotificationChain msgs)
public void setLabel(Label newLabel)
setLabel in interface AxisnewLabel - the new value of the 'Label' containment reference.Axis.getLabel()public FormatSpecifier getFormatSpecifier()
getFormatSpecifier in interface AxisAxis.setFormatSpecifier(FormatSpecifier),
ComponentPackage.getAxis_FormatSpecifier()
public org.eclipse.emf.common.notify.NotificationChain basicSetFormatSpecifier(FormatSpecifier newFormatSpecifier,
org.eclipse.emf.common.notify.NotificationChain msgs)
public void setFormatSpecifier(FormatSpecifier newFormatSpecifier)
setFormatSpecifier in interface AxisnewFormatSpecifier - the new value of the 'Format Specifier' containment reference.Axis.getFormatSpecifier()public Position getLabelPosition()
getLabelPosition in interface AxisPosition,
Axis.isSetLabelPosition(),
Axis.unsetLabelPosition(),
Axis.setLabelPosition(Position),
ComponentPackage.getAxis_LabelPosition()public void setLabelPosition(Position newLabelPosition)
setLabelPosition in interface AxisnewLabelPosition - the new value of the 'Label Position' attribute.Position,
Axis.isSetLabelPosition(),
Axis.unsetLabelPosition(),
Axis.getLabelPosition()public void unsetLabelPosition()
unsetLabelPosition in interface AxisAxis.isSetLabelPosition(),
Axis.getLabelPosition(),
Axis.setLabelPosition(Position)public boolean isSetLabelPosition()
isSetLabelPosition in interface AxisAxis.unsetLabelPosition(),
Axis.getLabelPosition(),
Axis.setLabelPosition(Position)public boolean isStaggered()
isStaggered in interface AxisAxis.isSetStaggered(),
Axis.unsetStaggered(),
Axis.setStaggered(boolean),
ComponentPackage.getAxis_Staggered()public void setStaggered(boolean newStaggered)
setStaggered in interface AxisnewStaggered - the new value of the 'Staggered' attribute.Axis.isSetStaggered(),
Axis.unsetStaggered(),
Axis.isStaggered()public void unsetStaggered()
unsetStaggered in interface AxisAxis.isSetStaggered(),
Axis.isStaggered(),
Axis.setStaggered(boolean)public boolean isSetStaggered()
isSetStaggered in interface AxisAxis.unsetStaggered(),
Axis.isStaggered(),
Axis.setStaggered(boolean)public int getInterval()
getInterval in interface AxisAxis.isSetInterval(),
Axis.unsetInterval(),
Axis.setInterval(int),
ComponentPackage.getAxis_Interval()public void setInterval(int newInterval)
setInterval in interface AxisnewInterval - the new value of the 'Interval' attribute.Axis.isSetInterval(),
Axis.unsetInterval(),
Axis.getInterval()public void unsetInterval()
unsetInterval in interface AxisAxis.isSetInterval(),
Axis.getInterval(),
Axis.setInterval(int)public boolean isSetInterval()
isSetInterval in interface AxisAxis.unsetInterval(),
Axis.getInterval(),
Axis.setInterval(int)public org.eclipse.emf.common.util.EList<MarkerLine> getMarkerLines()
getMarkerLines in interface AxisComponentPackage.getAxis_MarkerLines()public org.eclipse.emf.common.util.EList<MarkerRange> getMarkerRanges()
getMarkerRanges in interface AxisComponentPackage.getAxis_MarkerRanges()public org.eclipse.emf.common.util.EList<Trigger> getTriggers()
getTriggers in interface AxisComponentPackage.getAxis_Triggers()public Grid getMajorGrid()
getMajorGrid in interface AxisAxis.setMajorGrid(Grid),
ComponentPackage.getAxis_MajorGrid()
public org.eclipse.emf.common.notify.NotificationChain basicSetMajorGrid(Grid newMajorGrid,
org.eclipse.emf.common.notify.NotificationChain msgs)
public void setMajorGrid(Grid newMajorGrid)
setMajorGrid in interface AxisnewMajorGrid - the new value of the 'Major Grid' containment reference.Axis.getMajorGrid()public Grid getMinorGrid()
getMinorGrid in interface AxisAxis.setMinorGrid(Grid),
ComponentPackage.getAxis_MinorGrid()
public org.eclipse.emf.common.notify.NotificationChain basicSetMinorGrid(Grid newMinorGrid,
org.eclipse.emf.common.notify.NotificationChain msgs)
public void setMinorGrid(Grid newMinorGrid)
setMinorGrid in interface AxisnewMinorGrid - the new value of the 'Minor Grid' containment reference.Axis.getMinorGrid()public Scale getScale()
getScale in interface AxisAxis.setScale(Scale),
ComponentPackage.getAxis_Scale()
public org.eclipse.emf.common.notify.NotificationChain basicSetScale(Scale newScale,
org.eclipse.emf.common.notify.NotificationChain msgs)
public void setScale(Scale newScale)
setScale in interface AxisnewScale - the new value of the 'Scale' containment reference.Axis.getScale()public AxisOrigin getOrigin()
getOrigin in interface AxisAxis.setOrigin(AxisOrigin),
ComponentPackage.getAxis_Origin()
public org.eclipse.emf.common.notify.NotificationChain basicSetOrigin(AxisOrigin newOrigin,
org.eclipse.emf.common.notify.NotificationChain msgs)
public void setOrigin(AxisOrigin newOrigin)
setOrigin in interface AxisnewOrigin - the new value of the 'Origin' containment reference.Axis.getOrigin()public boolean isPrimaryAxis()
isPrimaryAxis in interface AxisAxis.isSetPrimaryAxis(),
Axis.unsetPrimaryAxis(),
Axis.setPrimaryAxis(boolean),
ComponentPackage.getAxis_PrimaryAxis()public void setPrimaryAxis(boolean newPrimaryAxis)
setPrimaryAxis in interface AxisnewPrimaryAxis - the new value of the 'Primary Axis' attribute.Axis.isSetPrimaryAxis(),
Axis.unsetPrimaryAxis(),
Axis.isPrimaryAxis()public void unsetPrimaryAxis()
unsetPrimaryAxis in interface AxisAxis.isSetPrimaryAxis(),
Axis.isPrimaryAxis(),
Axis.setPrimaryAxis(boolean)public boolean isSetPrimaryAxis()
isSetPrimaryAxis in interface AxisAxis.unsetPrimaryAxis(),
Axis.isPrimaryAxis(),
Axis.setPrimaryAxis(boolean)public boolean isCategoryAxis()
isCategoryAxis in interface AxisAxis.isSetCategoryAxis(),
Axis.unsetCategoryAxis(),
Axis.setCategoryAxis(boolean),
ComponentPackage.getAxis_CategoryAxis()public void setCategoryAxis(boolean newCategoryAxis)
setCategoryAxis in interface AxisnewCategoryAxis - the new value of the 'Category Axis' attribute.Axis.isSetCategoryAxis(),
Axis.unsetCategoryAxis(),
Axis.isCategoryAxis()public void unsetCategoryAxis()
unsetCategoryAxis in interface AxisAxis.isSetCategoryAxis(),
Axis.isCategoryAxis(),
Axis.setCategoryAxis(boolean)public boolean isSetCategoryAxis()
isSetCategoryAxis in interface AxisAxis.unsetCategoryAxis(),
Axis.isCategoryAxis(),
Axis.setCategoryAxis(boolean)public boolean isPercent()
isPercent in interface AxisAxis.isSetPercent(),
Axis.unsetPercent(),
Axis.setPercent(boolean),
ComponentPackage.getAxis_Percent()public void setPercent(boolean newPercent)
setPercent in interface AxisnewPercent - the new value of the 'Percent' attribute.Axis.isSetPercent(),
Axis.unsetPercent(),
Axis.isPercent()public void unsetPercent()
unsetPercent in interface AxisAxis.isSetPercent(),
Axis.isPercent(),
Axis.setPercent(boolean)public boolean isSetPercent()
isSetPercent in interface AxisAxis.unsetPercent(),
Axis.isPercent(),
Axis.setPercent(boolean)public boolean isLabelWithinAxes()
isLabelWithinAxes in interface AxisAxis.isSetLabelWithinAxes(),
Axis.unsetLabelWithinAxes(),
Axis.setLabelWithinAxes(boolean),
ComponentPackage.getAxis_LabelWithinAxes()public void setLabelWithinAxes(boolean newLabelWithinAxes)
setLabelWithinAxes in interface AxisnewLabelWithinAxes - the new value of the 'Label Within Axes' attribute.Axis.isSetLabelWithinAxes(),
Axis.unsetLabelWithinAxes(),
Axis.isLabelWithinAxes()public void unsetLabelWithinAxes()
unsetLabelWithinAxes in interface AxisAxis.isSetLabelWithinAxes(),
Axis.isLabelWithinAxes(),
Axis.setLabelWithinAxes(boolean)public boolean isSetLabelWithinAxes()
isSetLabelWithinAxes in interface AxisAxis.unsetLabelWithinAxes(),
Axis.isLabelWithinAxes(),
Axis.setLabelWithinAxes(boolean)public boolean isAligned()
isAligned in interface AxisAxis.isSetAligned(),
Axis.unsetAligned(),
Axis.setAligned(boolean),
ComponentPackage.getAxis_Aligned()public void setAligned(boolean newAligned)
setAligned in interface AxisnewAligned - the new value of the 'Aligned' attribute.Axis.isSetAligned(),
Axis.unsetAligned(),
Axis.isAligned()public void unsetAligned()
unsetAligned in interface AxisAxis.isSetAligned(),
Axis.isAligned(),
Axis.setAligned(boolean)public boolean isSetAligned()
isSetAligned in interface AxisAxis.unsetAligned(),
Axis.isAligned(),
Axis.setAligned(boolean)public boolean isSideBySide()
isSideBySide in interface AxisAxis.isSetSideBySide(),
Axis.unsetSideBySide(),
Axis.setSideBySide(boolean),
ComponentPackage.getAxis_SideBySide()public void setSideBySide(boolean newSideBySide)
setSideBySide in interface AxisnewSideBySide - the new value of the 'Side By Side' attribute.Axis.isSetSideBySide(),
Axis.unsetSideBySide(),
Axis.isSideBySide()public void unsetSideBySide()
unsetSideBySide in interface AxisAxis.isSetSideBySide(),
Axis.isSideBySide(),
Axis.setSideBySide(boolean)public boolean isSetSideBySide()
isSetSideBySide in interface AxisAxis.unsetSideBySide(),
Axis.isSideBySide(),
Axis.setSideBySide(boolean)public Cursor getCursor()
getCursor in interface AxisAxis.setCursor(Cursor),
ComponentPackage.getAxis_Cursor()
public org.eclipse.emf.common.notify.NotificationChain basicSetCursor(Cursor newCursor,
org.eclipse.emf.common.notify.NotificationChain msgs)
public void setCursor(Cursor newCursor)
setCursor in interface AxisnewCursor - the new value of the 'Cursor' containment reference.Axis.getCursor()public double getLabelSpan()
getLabelSpan in interface AxisAxis.isSetLabelSpan(),
Axis.unsetLabelSpan(),
Axis.setLabelSpan(double),
ComponentPackage.getAxis_LabelSpan()public void setLabelSpan(double newLabelSpan)
setLabelSpan in interface AxisnewLabelSpan - the new value of the 'Label Span' attribute.Axis.isSetLabelSpan(),
Axis.unsetLabelSpan(),
Axis.getLabelSpan()public void unsetLabelSpan()
unsetLabelSpan in interface AxisAxis.isSetLabelSpan(),
Axis.getLabelSpan(),
Axis.setLabelSpan(double)public boolean isSetLabelSpan()
isSetLabelSpan in interface AxisAxis.unsetLabelSpan(),
Axis.getLabelSpan(),
Axis.setLabelSpan(double)public int getAxisPercent()
getAxisPercent in interface AxisAxis.isSetAxisPercent(),
Axis.unsetAxisPercent(),
Axis.setAxisPercent(int),
ComponentPackage.getAxis_AxisPercent()public void setAxisPercent(int newAxisPercent)
setAxisPercent in interface AxisnewAxisPercent - the new value of the 'Axis Percent' attribute.Axis.isSetAxisPercent(),
Axis.unsetAxisPercent(),
Axis.getAxisPercent()public void unsetAxisPercent()
unsetAxisPercent in interface AxisAxis.isSetAxisPercent(),
Axis.getAxisPercent(),
Axis.setAxisPercent(int)public boolean isSetAxisPercent()
isSetAxisPercent in interface AxisAxis.unsetAxisPercent(),
Axis.getAxisPercent(),
Axis.setAxisPercent(int)
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 org.eclipse.emf.ecore.impl.BasicEObjectImpl
public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
eGet in interface org.eclipse.emf.ecore.InternalEObjecteGet in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public void eSet(int featureID,
java.lang.Object newValue)
eSet in interface org.eclipse.emf.ecore.InternalEObjecteSet in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic void eUnset(int featureID)
eUnset in interface org.eclipse.emf.ecore.InternalEObjecteUnset in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic boolean eIsSet(int featureID)
eIsSet in interface org.eclipse.emf.ecore.InternalEObjecteIsSet in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic java.lang.String toString()
toString in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic static final Axis create(int iAxisType)
iAxisType - The type of axis defined by Axis.BASE or Axis.ORTHOGONAL
public static final Axis createDefault(int iAxisType)
iAxisType - The type of axis defined by Axis.BASE or Axis.ORTHOGONAL
public final Series[] getRuntimeSeries()
getRuntimeSeries in interface Axispublic Axis copyInstance()
copyInstance in interface AxiscopyInstance in interface IChartObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||