Interface CurveFitting
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IChartObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
CurveFittingImpl
A representation of the model object 'Curve
Fitting'.
This type defines the curve fitting element.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetLabel()
Returns the value of the 'Label' containment reference.Returns the value of the 'Label Anchor' attribute.Returns the value of the 'Line Attributes' containment reference.boolean
Returns whether the value of the 'Label Anchor
' attribute is set.void
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
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
-
getLineAttributes
LineAttributes getLineAttributes()Returns the value of the 'Line Attributes' containment reference. Specifies the formatting information for the curve.- Returns:
- the value of the 'Line Attributes' containment reference.
- See Also:
-
setLineAttributes
Sets the value of the 'Line Attributes
' containment reference.- Parameters:
value
- the new value of the 'Line Attributes' containment reference.- See Also:
-
getLabel
Label getLabel()Returns the value of the 'Label' containment reference. A label instance to hold attributes for curve labels.- 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 literals are from the enumerationAnchor
. Specifies where the labels for the curve should be displayed.- 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:
-
copyInstance
CurveFitting copyInstance()- Specified by:
copyInstance
in interfaceIChartObject
-