public interface MarkerRange extends IChartObject
The following features are supported:
ComponentPackage.getMarkerRange()
Modifier and Type | Method and Description |
---|---|
MarkerRange |
copyInstance() |
Cursor |
getCursor()
Returns the value of the 'Cursor' containment reference.
|
DataElement |
getEndValue()
Returns the value of the 'End Value' containment reference.
|
Fill |
getFill()
Returns the value of the 'Fill' 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 |
getOutline()
Returns the value of the 'Outline' containment reference.
|
DataElement |
getStartValue()
Returns the value of the 'Start Value' containment reference.
|
org.eclipse.emf.common.util.EList<Trigger> |
getTriggers()
Returns the value of the 'Triggers' containment reference list.
|
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 |
setEndValue(DataElement value)
Sets the value of the '
End Value ' containment reference. |
void |
setFill(Fill value)
Sets the value of the '
Fill ' 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 |
setOutline(LineAttributes value)
Sets the value of the '
Outline ' containment reference. |
void |
setStartValue(DataElement value)
Sets the value of the '
Start Value ' containment reference. |
void |
unsetLabelAnchor()
Unsets the value of the '
Label Anchor ' attribute. |
LineAttributes getOutline()
setOutline(LineAttributes)
,
ComponentPackage.getMarkerRange_Outline()
void setOutline(LineAttributes value)
Outline
' containment reference.
value
- the new value of the 'Outline' containment reference.getOutline()
Fill getFill()
setFill(Fill)
,
ComponentPackage.getMarkerRange_Fill()
void setFill(Fill value)
Fill
' containment reference.
value
- the new value of the 'Fill' containment reference.getFill()
DataElement getStartValue()
setStartValue(DataElement)
,
ComponentPackage.getMarkerRange_StartValue()
void setStartValue(DataElement value)
Start Value
' containment reference.
value
- the new value of the 'Start Value' containment reference.getStartValue()
DataElement getEndValue()
setEndValue(DataElement)
,
ComponentPackage.getMarkerRange_EndValue()
void setEndValue(DataElement value)
End Value
' containment reference.
value
- the new value of the 'End Value' containment reference.getEndValue()
Label getLabel()
setLabel(Label)
,
ComponentPackage.getMarkerRange_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 within respect to the marker range
itself.
Anchor
,
isSetLabelAnchor()
,
unsetLabelAnchor()
,
setLabelAnchor(Anchor)
,
ComponentPackage.getMarkerRange_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.getMarkerRange_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 range.
ComponentPackage.getMarkerRange_Triggers()
Cursor getCursor()
setCursor(Cursor)
,
ComponentPackage.getMarkerRange_Cursor()
void setCursor(Cursor value)
Cursor
' containment reference.
value
- the new value of the 'Cursor' containment reference.getCursor()
MarkerRange copyInstance()
copyInstance
in interface IChartObject
Copyright © 2005-2008 Actuate Corp. All rights reserved.