public interface CurveFitting extends IChartObject
The following features are supported:
| 限定符和类型 | 方法和说明 |
|---|---|
CurveFitting |
copyInstance() |
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
|
boolean |
isSetLabelAnchor()
Returns whether the value of the '
Label Anchor' attribute is set |
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 |
unsetLabelAnchor()
Unsets the value of the '
Label Anchor' attribute |
LineAttributes getLineAttributes()
setLineAttributes(LineAttributes),
ComponentPackage.getCurveFitting_LineAttributes()void setLineAttributes(LineAttributes value)
Line Attributes' containment reference.
value - the new value of the 'Line Attributes' containment reference.getLineAttributes()Label getLabel()
setLabel(Label),
ComponentPackage.getCurveFitting_Label()void setLabel(Label value)
Label' containment reference.
value - the new value of the 'Label' containment reference.getLabel()Anchor getLabelAnchor()
Anchor.
Specifies where the labels for the curve should be displayed.
Anchor,
isSetLabelAnchor(),
unsetLabelAnchor(),
setLabelAnchor(Anchor),
ComponentPackage.getCurveFitting_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.
boolean isSetLabelAnchor()
Label Anchor' attribute is set.
unsetLabelAnchor(),
getLabelAnchor(),
setLabelAnchor(Anchor)CurveFitting copyInstance()
copyInstance 在接口中 IChartObjectCopyright © 2005-2008 Actuate Corp. All rights reserved.