public class MarkerRangeImpl extends EObjectImpl implements MarkerRange
The following features are implemented:
Modifier and Type | Method and Description |
---|---|
NotificationChain |
basicSetCursor(Cursor newCursor,
NotificationChain msgs) |
NotificationChain |
basicSetEndValue(DataElement newEndValue,
NotificationChain msgs) |
NotificationChain |
basicSetFill(Fill newFill,
NotificationChain msgs) |
NotificationChain |
basicSetFormatSpecifier(FormatSpecifier newFormatSpecifier,
NotificationChain msgs) |
NotificationChain |
basicSetLabel(Label newLabel,
NotificationChain msgs) |
NotificationChain |
basicSetOutline(LineAttributes newOutline,
NotificationChain msgs) |
NotificationChain |
basicSetStartValue(DataElement newStartValue,
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) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
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() |
|
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() |
public LineAttributes getOutline()
getOutline
in interface MarkerRange
MarkerRange.setOutline(LineAttributes)
,
ComponentPackage.getMarkerRange_Outline()
public NotificationChain basicSetOutline(LineAttributes newOutline, NotificationChain msgs)
public void setOutline(LineAttributes newOutline)
setOutline
in interface MarkerRange
newOutline
- the new value of the 'Outline' containment reference.MarkerRange.getOutline()
public Fill getFill()
getFill
in interface MarkerRange
MarkerRange.setFill(Fill)
,
ComponentPackage.getMarkerRange_Fill()
public NotificationChain basicSetFill(Fill newFill, NotificationChain msgs)
public void setFill(Fill newFill)
setFill
in interface MarkerRange
newFill
- the new value of the 'Fill' containment reference.MarkerRange.getFill()
public DataElement getStartValue()
getStartValue
in interface MarkerRange
MarkerRange.setStartValue(DataElement)
,
ComponentPackage.getMarkerRange_StartValue()
public NotificationChain basicSetStartValue(DataElement newStartValue, NotificationChain msgs)
public void setStartValue(DataElement newStartValue)
setStartValue
in interface MarkerRange
newStartValue
- the new value of the 'Start Value' containment reference.MarkerRange.getStartValue()
public DataElement getEndValue()
getEndValue
in interface MarkerRange
MarkerRange.setEndValue(DataElement)
,
ComponentPackage.getMarkerRange_EndValue()
public NotificationChain basicSetEndValue(DataElement newEndValue, NotificationChain msgs)
public void setEndValue(DataElement newEndValue)
setEndValue
in interface MarkerRange
newEndValue
- the new value of the 'End Value' containment reference.MarkerRange.getEndValue()
public Label getLabel()
getLabel
in interface MarkerRange
MarkerRange.setLabel(Label)
,
ComponentPackage.getMarkerRange_Label()
public NotificationChain basicSetLabel(Label newLabel, NotificationChain msgs)
public void setLabel(Label newLabel)
setLabel
in interface MarkerRange
newLabel
- the new value of the 'Label' containment reference.MarkerRange.getLabel()
public Anchor getLabelAnchor()
getLabelAnchor
in interface MarkerRange
Anchor
,
MarkerRange.isSetLabelAnchor()
,
MarkerRange.unsetLabelAnchor()
,
MarkerRange.setLabelAnchor(Anchor)
,
ComponentPackage.getMarkerRange_LabelAnchor()
public void setLabelAnchor(Anchor newLabelAnchor)
setLabelAnchor
in interface MarkerRange
newLabelAnchor
- the new value of the 'Label Anchor' attribute.Anchor
,
MarkerRange.isSetLabelAnchor()
,
MarkerRange.unsetLabelAnchor()
,
MarkerRange.getLabelAnchor()
public void unsetLabelAnchor()
unsetLabelAnchor
in interface MarkerRange
MarkerRange.isSetLabelAnchor()
,
MarkerRange.getLabelAnchor()
,
MarkerRange.setLabelAnchor(Anchor)
public boolean isSetLabelAnchor()
isSetLabelAnchor
in interface MarkerRange
MarkerRange.unsetLabelAnchor()
,
MarkerRange.getLabelAnchor()
,
MarkerRange.setLabelAnchor(Anchor)
public FormatSpecifier getFormatSpecifier()
getFormatSpecifier
in interface MarkerRange
MarkerRange.setFormatSpecifier(FormatSpecifier)
,
ComponentPackage.getMarkerRange_FormatSpecifier()
public NotificationChain basicSetFormatSpecifier(FormatSpecifier newFormatSpecifier, NotificationChain msgs)
public void setFormatSpecifier(FormatSpecifier newFormatSpecifier)
setFormatSpecifier
in interface MarkerRange
newFormatSpecifier
- the new value of the 'Format Specifier' containment reference.MarkerRange.getFormatSpecifier()
publicgetTriggers()
getTriggers
in interface MarkerRange
ComponentPackage.getMarkerRange_Triggers()
public Cursor getCursor()
getCursor
in interface MarkerRange
MarkerRange.setCursor(Cursor)
,
ComponentPackage.getMarkerRange_Cursor()
public NotificationChain basicSetCursor(Cursor newCursor, NotificationChain msgs)
public void setCursor(Cursor newCursor)
setCursor
in interface MarkerRange
newCursor
- the new value of the 'Cursor' containment reference.MarkerRange.getCursor()
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
public 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 java.lang.String toString()
public 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
in interface MarkerRange
copyInstance
in interface IChartObject
Copyright © 2014 OpenText Corp. All rights reserved.