public class MarkerLineImpl extends EObjectImpl implements MarkerLine
The following features are implemented:
Modifier and Type | Method and Description |
---|---|
NotificationChain |
basicSetCursor(Cursor newCursor,
NotificationChain msgs) |
NotificationChain |
basicSetFormatSpecifier(FormatSpecifier newFormatSpecifier,
NotificationChain msgs) |
NotificationChain |
basicSetLabel(Label newLabel,
NotificationChain msgs) |
NotificationChain |
basicSetLineAttributes(LineAttributes newLineAttributes,
NotificationChain msgs) |
NotificationChain |
basicSetValue(DataElement newValue,
NotificationChain msgs) |
MarkerLine |
copyInstance() |
static MarkerLine |
create(Axis ax,
DataElement de)
A convenience method provided to add a marker line instance to an axis
|
static MarkerLine |
create(Axis ax,
DataElement de,
ColorDefinition lineColor)
A convenience method provided to add a marker line instance to an axis
|
static MarkerLine |
createDefault(Axis ax,
DataElement de,
ColorDefinition lineColor)
A convenience method provided to add a marker line 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() |
FormatSpecifier |
getFormatSpecifier() |
Label |
getLabel() |
Anchor |
getLabelAnchor() |
LineAttributes |
getLineAttributes() |
|
getTriggers() |
DataElement |
getValue() |
boolean |
isSetLabelAnchor() |
void |
setCursor(Cursor newCursor) |
void |
setFormatSpecifier(FormatSpecifier newFormatSpecifier) |
void |
setLabel(Label newLabel) |
void |
setLabelAnchor(Anchor newLabelAnchor) |
void |
setLineAttributes(LineAttributes newLineAttributes) |
void |
setValue(DataElement newValue) |
java.lang.String |
toString() |
void |
unsetLabelAnchor() |
public LineAttributes getLineAttributes()
getLineAttributes
in interface MarkerLine
MarkerLine.setLineAttributes(LineAttributes)
,
ComponentPackage.getMarkerLine_LineAttributes()
public NotificationChain basicSetLineAttributes(LineAttributes newLineAttributes, NotificationChain msgs)
public void setLineAttributes(LineAttributes newLineAttributes)
setLineAttributes
in interface MarkerLine
newLineAttributes
- the new value of the 'Line Attributes' containment reference.MarkerLine.getLineAttributes()
public DataElement getValue()
getValue
in interface MarkerLine
MarkerLine.setValue(DataElement)
,
ComponentPackage.getMarkerLine_Value()
public NotificationChain basicSetValue(DataElement newValue, NotificationChain msgs)
public void setValue(DataElement newValue)
setValue
in interface MarkerLine
newValue
- the new value of the 'Value' containment reference.MarkerLine.getValue()
public Label getLabel()
getLabel
in interface MarkerLine
MarkerLine.setLabel(Label)
,
ComponentPackage.getMarkerLine_Label()
public NotificationChain basicSetLabel(Label newLabel, NotificationChain msgs)
public void setLabel(Label newLabel)
setLabel
in interface MarkerLine
newLabel
- the new value of the 'Label' containment reference.MarkerLine.getLabel()
public Anchor getLabelAnchor()
getLabelAnchor
in interface MarkerLine
Anchor
,
MarkerLine.isSetLabelAnchor()
,
MarkerLine.unsetLabelAnchor()
,
MarkerLine.setLabelAnchor(Anchor)
,
ComponentPackage.getMarkerLine_LabelAnchor()
public void setLabelAnchor(Anchor newLabelAnchor)
setLabelAnchor
in interface MarkerLine
newLabelAnchor
- the new value of the 'Label Anchor' attribute.Anchor
,
MarkerLine.isSetLabelAnchor()
,
MarkerLine.unsetLabelAnchor()
,
MarkerLine.getLabelAnchor()
public void unsetLabelAnchor()
unsetLabelAnchor
in interface MarkerLine
MarkerLine.isSetLabelAnchor()
,
MarkerLine.getLabelAnchor()
,
MarkerLine.setLabelAnchor(Anchor)
public boolean isSetLabelAnchor()
isSetLabelAnchor
in interface MarkerLine
MarkerLine.unsetLabelAnchor()
,
MarkerLine.getLabelAnchor()
,
MarkerLine.setLabelAnchor(Anchor)
public FormatSpecifier getFormatSpecifier()
getFormatSpecifier
in interface MarkerLine
MarkerLine.setFormatSpecifier(FormatSpecifier)
,
ComponentPackage.getMarkerLine_FormatSpecifier()
public NotificationChain basicSetFormatSpecifier(FormatSpecifier newFormatSpecifier, NotificationChain msgs)
public void setFormatSpecifier(FormatSpecifier newFormatSpecifier)
setFormatSpecifier
in interface MarkerLine
newFormatSpecifier
- the new value of the 'Format Specifier' containment reference.MarkerLine.getFormatSpecifier()
publicgetTriggers()
getTriggers
in interface MarkerLine
ComponentPackage.getMarkerLine_Triggers()
public Cursor getCursor()
getCursor
in interface MarkerLine
MarkerLine.setCursor(Cursor)
,
ComponentPackage.getMarkerLine_Cursor()
public NotificationChain basicSetCursor(Cursor newCursor, NotificationChain msgs)
public void setCursor(Cursor newCursor)
setCursor
in interface MarkerLine
newCursor
- the new value of the 'Cursor' containment reference.MarkerLine.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 MarkerLine create(Axis ax, DataElement de)
ax
- de
- public static final MarkerLine create(Axis ax, DataElement de, ColorDefinition lineColor)
ax
- de
- lineColor
- public static final MarkerLine createDefault(Axis ax, DataElement de, ColorDefinition lineColor)
ax
- de
- lineColor
- public MarkerLine copyInstance()
copyInstance
in interface MarkerLine
copyInstance
in interface IChartObject
Copyright © 2014 OpenText Corp. All rights reserved.