public interface MarkerLine extends IChartObject
The following features are supported:
Attributes
Position
Associated Label
Label Position
ComponentPackage.getMarkerLine()
Modifier and Type | Method and Description |
---|---|
MarkerLine |
copyInstance() |
Cursor |
getCursor()
Returns the value of the 'Cursor' containment reference.
|
FormatSpecifier |
getFormatSpecifier()
Returns the value of the 'Format Specifier' containment reference.
|
Label |
getLabel()
Returns the value of the 'Label' containment reference.
|
Anchor |
getLabelAnchor()
Returns the value of the 'Label Anchor' attribute.
|
LineAttributes |
getLineAttributes()
Returns the value of the 'Line Attributes' containment reference.
|
org.eclipse.emf.common.util.EList<Trigger> |
getTriggers()
Returns the value of the 'Triggers' containment reference list.
|
DataElement |
getValue()
Returns the value of the 'Value' containment reference.
|
boolean |
isSetLabelAnchor()
Returns whether the value of the '
Label Anchor ' attribute is set. |
void |
setCursor(Cursor value)
Sets the value of the '
Cursor ' containment reference. |
void |
setFormatSpecifier(FormatSpecifier value)
Sets the value of the '
Format Specifier ' containment reference. |
void |
setLabel(Label value)
Sets the value of the '
Label ' containment reference. |
void |
setLabelAnchor(Anchor value)
Sets the value of the '
Label Anchor ' attribute. |
void |
setLineAttributes(LineAttributes value)
Sets the value of the '
Line Attributes ' containment reference. |
void |
setValue(DataElement value)
Sets the value of the '
Value ' containment reference. |
void |
unsetLabelAnchor()
Unsets the value of the '
Label Anchor ' attribute. |
LineAttributes getLineAttributes()
setLineAttributes(LineAttributes)
,
ComponentPackage.getMarkerLine_LineAttributes()
void setLineAttributes(LineAttributes value)
Line Attributes
' containment reference.
value
- the new value of the 'Line Attributes' containment reference.getLineAttributes()
DataElement getValue()
setValue(DataElement)
,
ComponentPackage.getMarkerLine_Value()
void setValue(DataElement value)
Value
' containment reference.
value
- the new value of the 'Value' containment reference.getValue()
Label getLabel()
setLabel(Label)
,
ComponentPackage.getMarkerLine_Label()
void setLabel(Label value)
Label
' containment reference.
value
- the new value of the 'Label' containment reference.getLabel()
Anchor getLabelAnchor()
"North"
.
The literals are from the enumeration Anchor
.
Specifies where the label associated with this line is to be positioned with respect to the line itself.
Anchor
,
isSetLabelAnchor()
,
unsetLabelAnchor()
,
setLabelAnchor(Anchor)
,
ComponentPackage.getMarkerLine_LabelAnchor()
void setLabelAnchor(Anchor value)
Label Anchor
' attribute. value
- the new value of the 'Label Anchor' attribute.Anchor
,
isSetLabelAnchor()
,
unsetLabelAnchor()
,
getLabelAnchor()
void unsetLabelAnchor()
Label Anchor
' attribute. isSetLabelAnchor()
,
getLabelAnchor()
,
setLabelAnchor(Anchor)
boolean isSetLabelAnchor()
Label Anchor
' attribute is set.
unsetLabelAnchor()
,
getLabelAnchor()
,
setLabelAnchor(Anchor)
FormatSpecifier getFormatSpecifier()
setFormatSpecifier(FormatSpecifier)
,
ComponentPackage.getMarkerLine_FormatSpecifier()
void setFormatSpecifier(FormatSpecifier value)
Format Specifier
' containment reference.
value
- the new value of the 'Format Specifier' containment reference.getFormatSpecifier()
org.eclipse.emf.common.util.EList<Trigger> getTriggers()
Trigger
.
Holds the triggers for the marker line.
ComponentPackage.getMarkerLine_Triggers()
Cursor getCursor()
setCursor(Cursor)
,
ComponentPackage.getMarkerLine_Cursor()
void setCursor(Cursor value)
Cursor
' containment reference.
value
- the new value of the 'Cursor' containment reference.getCursor()
MarkerLine copyInstance()
copyInstance
in interface IChartObject
Copyright © 2005-2008 Actuate Corp. All rights reserved.