Interface MarkerRange
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IChartObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
DialRegion
- All Known Implementing Classes:
DialRegionImpl
,MarkerRangeImpl
A representation of the model object 'Marker
Range'.
This type defines a marker area. It is intended for use as a range marker
associated with an Axis.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Cursor' containment reference.Returns the value of the 'End Value' containment reference.getFill()
Returns the value of the 'Fill' containment reference.Returns the value of the 'Format Specifier' containment reference.getLabel()
Returns the value of the 'Label' containment reference.Returns the value of the 'Label Anchor' attribute.Returns the value of the 'Outline' containment reference.Returns the value of the 'Start Value' containment reference.org.eclipse.emf.common.util.EList<Trigger>
Returns the value of the 'Triggers' containment reference list.boolean
Returns whether the value of the 'Label Anchor
' attribute is set.void
Sets the value of the 'Cursor
' containment reference.void
setEndValue
(DataElement value) Sets the value of the 'End Value
' containment reference.void
Sets the value of the 'Fill
' containment reference.void
Sets the value of the 'Format Specifier
' containment reference.void
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
Unsets the value of the 'Label Anchor
' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getOutline
LineAttributes getOutline()Returns the value of the 'Outline' containment reference. Specify the outline properties for the marker range.- Returns:
- the value of the 'Outline' containment reference.
- See Also:
-
setOutline
Sets the value of the 'Outline
' containment reference.- Parameters:
value
- the new value of the 'Outline' containment reference.- See Also:
-
getFill
Fill getFill()Returns the value of the 'Fill' containment reference. Specify the background for the marker range.- Returns:
- the value of the 'Fill' containment reference.
- See Also:
-
setFill
Sets the value of the 'Fill
' containment reference.- Parameters:
value
- the new value of the 'Fill' containment reference.- See Also:
-
getStartValue
DataElement getStartValue()Returns the value of the 'Start Value' containment reference. Defines where this area starts relative to the axis scale.- Returns:
- the value of the 'Start Value' containment reference.
- See Also:
-
setStartValue
Sets the value of the 'Start Value
' containment reference.- Parameters:
value
- the new value of the 'Start Value' containment reference.- See Also:
-
getEndValue
DataElement getEndValue()Returns the value of the 'End Value' containment reference. Defines where this area is ends relative to the axis scale.- Returns:
- the value of the 'End Value' containment reference.
- See Also:
-
setEndValue
Sets the value of the 'End Value
' containment reference.- Parameters:
value
- the new value of the 'End Value' containment reference.- See Also:
-
getLabel
Label getLabel()Returns the value of the 'Label' containment reference. Specifies the label associated with this area.- Returns:
- the value of the 'Label' containment reference.
- See Also:
-
setLabel
Sets the value of the 'Label
' containment reference.- Parameters:
value
- the new value of the 'Label' containment reference.- See Also:
-
getLabelAnchor
Anchor getLabelAnchor()Returns the value of the 'Label Anchor' attribute. The default value is"North"
. The literals are from the enumerationAnchor
. Specifies where the label associated with this line is to be positioned within respect to the marker range itself.- Returns:
- the value of the 'Label Anchor' attribute.
- See Also:
-
setLabelAnchor
Sets the value of the 'Label Anchor
' attribute.- Parameters:
value
- the new value of the 'Label Anchor' attribute.- See Also:
-
unsetLabelAnchor
void unsetLabelAnchor()Unsets the value of the 'Label Anchor
' attribute. -
isSetLabelAnchor
boolean isSetLabelAnchor()Returns whether the value of the 'Label Anchor
' attribute is set.- Returns:
- whether the value of the 'Label Anchor' attribute is set.
- See Also:
-
getFormatSpecifier
FormatSpecifier getFormatSpecifier()Returns the value of the 'Format Specifier' containment reference. Specifies the formatting for marker range labels.- Returns:
- the value of the 'Format Specifier' containment reference.
- See Also:
-
setFormatSpecifier
Sets the value of the 'Format Specifier
' containment reference.- Parameters:
value
- the new value of the 'Format Specifier' containment reference.- See Also:
-
getTriggers
org.eclipse.emf.common.util.EList<Trigger> getTriggers()Returns the value of the 'Triggers' containment reference list. The list contents are of typeTrigger
. Holds the triggers for the marker range.- Returns:
- the value of the 'Triggers' containment reference list.
- See Also:
-
getCursor
Cursor getCursor()Returns the value of the 'Cursor' containment reference. The element represents a cursor for marker range.- Returns:
- the value of the 'Cursor' containment reference.
- See Also:
-
setCursor
Sets the value of the 'Cursor
' containment reference.- Parameters:
value
- the new value of the 'Cursor' containment reference.- See Also:
-
copyInstance
MarkerRange copyInstance()- Specified by:
copyInstance
in interfaceIChartObject
-