public class MarkerRangeImpl extends org.eclipse.emf.ecore.impl.EObjectImpl implements MarkerRange
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 |
basicSetCursor(Cursor newCursor,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
basicSetEndValue(DataElement newEndValue,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
basicSetFill(Fill newFill,
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 |
basicSetOutline(LineAttributes newOutline,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
basicSetStartValue(DataElement newStartValue,
org.eclipse.emf.common.notify.NotificationChain msgs) |
MarkerRange |
copyInstance() |
static MarkerRange |
create(Axis ax,
DataElement deStart,
DataElement deEnd,
Fill fillColor)
A convenience method provided to add a marker range instance to an axis
|
static MarkerRange |
create(Axis ax,
DataElement deStart,
DataElement deEnd,
Fill fillColor,
ColorDefinition outlineColor)
A convenience method provided to add a marker range instance to an axis
|
static MarkerRange |
createDefault(Axis ax,
DataElement deStart,
DataElement deEnd,
Fill fillColor,
ColorDefinition outlineColor)
A convenience method provided to add a marker range instance to an axis
|
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) |
Cursor |
getCursor() |
DataElement |
getEndValue() |
Fill |
getFill() |
FormatSpecifier |
getFormatSpecifier() |
Label |
getLabel() |
Anchor |
getLabelAnchor() |
LineAttributes |
getOutline() |
DataElement |
getStartValue() |
org.eclipse.emf.common.util.EList<Trigger> |
getTriggers() |
boolean |
isSetLabelAnchor() |
void |
setCursor(Cursor newCursor) |
void |
setEndValue(DataElement newEndValue) |
void |
setFill(Fill newFill) |
void |
setFormatSpecifier(FormatSpecifier newFormatSpecifier) |
void |
setLabel(Label newLabel) |
void |
setLabelAnchor(Anchor newLabelAnchor) |
void |
setOutline(LineAttributes newOutline) |
void |
setStartValue(DataElement newStartValue) |
java.lang.String |
toString() |
void |
unsetLabelAnchor() |
eAdapters, 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, eVirtualUnsetpublic LineAttributes getOutline()
getOutline 在接口中 MarkerRangeMarkerRange.setOutline(LineAttributes),
ComponentPackage.getMarkerRange_Outline()public org.eclipse.emf.common.notify.NotificationChain basicSetOutline(LineAttributes newOutline, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setOutline(LineAttributes newOutline)
setOutline 在接口中 MarkerRangenewOutline - the new value of the 'Outline' containment reference.MarkerRange.getOutline()public Fill getFill()
getFill 在接口中 MarkerRangeMarkerRange.setFill(Fill),
ComponentPackage.getMarkerRange_Fill()public org.eclipse.emf.common.notify.NotificationChain basicSetFill(Fill newFill, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setFill(Fill newFill)
setFill 在接口中 MarkerRangenewFill - the new value of the 'Fill' containment reference.MarkerRange.getFill()public DataElement getStartValue()
getStartValue 在接口中 MarkerRangeMarkerRange.setStartValue(DataElement),
ComponentPackage.getMarkerRange_StartValue()public org.eclipse.emf.common.notify.NotificationChain basicSetStartValue(DataElement newStartValue, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setStartValue(DataElement newStartValue)
setStartValue 在接口中 MarkerRangenewStartValue - the new value of the 'Start Value' containment reference.MarkerRange.getStartValue()public DataElement getEndValue()
getEndValue 在接口中 MarkerRangeMarkerRange.setEndValue(DataElement),
ComponentPackage.getMarkerRange_EndValue()public org.eclipse.emf.common.notify.NotificationChain basicSetEndValue(DataElement newEndValue, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setEndValue(DataElement newEndValue)
setEndValue 在接口中 MarkerRangenewEndValue - the new value of the 'End Value' containment reference.MarkerRange.getEndValue()public Label getLabel()
getLabel 在接口中 MarkerRangeMarkerRange.setLabel(Label),
ComponentPackage.getMarkerRange_Label()public org.eclipse.emf.common.notify.NotificationChain basicSetLabel(Label newLabel, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setLabel(Label newLabel)
setLabel 在接口中 MarkerRangenewLabel - the new value of the 'Label' containment reference.MarkerRange.getLabel()public Anchor getLabelAnchor()
getLabelAnchor 在接口中 MarkerRangeAnchor,
MarkerRange.isSetLabelAnchor(),
MarkerRange.unsetLabelAnchor(),
MarkerRange.setLabelAnchor(Anchor),
ComponentPackage.getMarkerRange_LabelAnchor()public void setLabelAnchor(Anchor newLabelAnchor)
setLabelAnchor 在接口中 MarkerRangenewLabelAnchor - the new value of the 'Label Anchor' attribute.Anchor,
MarkerRange.isSetLabelAnchor(),
MarkerRange.unsetLabelAnchor(),
MarkerRange.getLabelAnchor()public void unsetLabelAnchor()
public boolean isSetLabelAnchor()
isSetLabelAnchor 在接口中 MarkerRangeMarkerRange.unsetLabelAnchor(),
MarkerRange.getLabelAnchor(),
MarkerRange.setLabelAnchor(Anchor)public FormatSpecifier getFormatSpecifier()
getFormatSpecifier 在接口中 MarkerRangeMarkerRange.setFormatSpecifier(FormatSpecifier),
ComponentPackage.getMarkerRange_FormatSpecifier()public org.eclipse.emf.common.notify.NotificationChain basicSetFormatSpecifier(FormatSpecifier newFormatSpecifier, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setFormatSpecifier(FormatSpecifier newFormatSpecifier)
setFormatSpecifier 在接口中 MarkerRangenewFormatSpecifier - the new value of the 'Format Specifier' containment reference.MarkerRange.getFormatSpecifier()public org.eclipse.emf.common.util.EList<Trigger> getTriggers()
getTriggers 在接口中 MarkerRangeComponentPackage.getMarkerRange_Triggers()public Cursor getCursor()
getCursor 在接口中 MarkerRangeMarkerRange.setCursor(Cursor),
ComponentPackage.getMarkerRange_Cursor()public org.eclipse.emf.common.notify.NotificationChain basicSetCursor(Cursor newCursor, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setCursor(Cursor newCursor)
setCursor 在接口中 MarkerRangenewCursor - the new value of the 'Cursor' containment reference.MarkerRange.getCursor()public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseRemove 在类中 org.eclipse.emf.ecore.impl.BasicEObjectImplpublic java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
eGet 在接口中 org.eclipse.emf.ecore.InternalEObjecteGet 在类中 org.eclipse.emf.ecore.impl.BasicEObjectImplpublic void eSet(int featureID,
java.lang.Object newValue)
eSet 在接口中 org.eclipse.emf.ecore.InternalEObjecteSet 在类中 org.eclipse.emf.ecore.impl.BasicEObjectImplpublic void eUnset(int featureID)
eUnset 在接口中 org.eclipse.emf.ecore.InternalEObjecteUnset 在类中 org.eclipse.emf.ecore.impl.BasicEObjectImplpublic boolean eIsSet(int featureID)
eIsSet 在接口中 org.eclipse.emf.ecore.InternalEObjecteIsSet 在类中 org.eclipse.emf.ecore.impl.BasicEObjectImplpublic java.lang.String toString()
toString 在类中 org.eclipse.emf.ecore.impl.BasicEObjectImplpublic static final MarkerRange create(Axis ax, DataElement deStart, DataElement deEnd, Fill fillColor)
ax - the axis which the marker range will be created on.deStart - start range.deEnd - end range.fillColor - fill color.public static final MarkerRange create(Axis ax, DataElement deStart, DataElement deEnd, Fill fillColor, ColorDefinition outlineColor)
ax - the axis which the marker range will be created on.deStart - start range.deEnd - end range.fillColor - fill color.outlineColor - outline color.public static final MarkerRange createDefault(Axis ax, DataElement deStart, DataElement deEnd, Fill fillColor, ColorDefinition outlineColor)
ax - the axis which the marker range will be created on.deStart - start range.deEnd - end range.fillColor - fill color.outlineColor - outline color.public MarkerRange copyInstance()
copyInstance 在接口中 MarkerRangecopyInstance 在接口中 IChartObjectCopyright © 2005-2008 Actuate Corp. All rights reserved.