|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Marker Line'. This type defines a single line element. It is intended for use as a marker associated with an Axis. e.g. To denote a Target value
The following features are supported:
Attributes
Position
Associated Label
Label Position
ComponentPackage.getMarkerLine()
Method Summary | |
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 |
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 |
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. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
public LineAttributes getLineAttributes()
setLineAttributes(LineAttributes)
,
ComponentPackage.getMarkerLine_LineAttributes()
public void setLineAttributes(LineAttributes value)
Line Attributes
' containment reference.
value
- the new value of the 'Line Attributes' containment reference.getLineAttributes()
public DataElement getValue()
setValue(DataElement)
,
ComponentPackage.getMarkerLine_Value()
public void setValue(DataElement value)
Value
' containment reference.
value
- the new value of the 'Value' containment reference.getValue()
public Label getLabel()
setLabel(Label)
,
ComponentPackage.getMarkerLine_Label()
public void setLabel(Label value)
Label
' containment reference.
value
- the new value of the 'Label' containment reference.getLabel()
public 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()
public void setLabelAnchor(Anchor value)
Label Anchor
' attribute.
value
- the new value of the 'Label Anchor' attribute.Anchor
,
isSetLabelAnchor()
,
unsetLabelAnchor()
,
getLabelAnchor()
public void unsetLabelAnchor()
Label Anchor
' attribute.
isSetLabelAnchor()
,
getLabelAnchor()
,
setLabelAnchor(Anchor)
public boolean isSetLabelAnchor()
Label Anchor
' attribute is set.
unsetLabelAnchor()
,
getLabelAnchor()
,
setLabelAnchor(Anchor)
public FormatSpecifier getFormatSpecifier()
setFormatSpecifier(FormatSpecifier)
,
ComponentPackage.getMarkerLine_FormatSpecifier()
public void setFormatSpecifier(FormatSpecifier value)
Format Specifier
' containment reference.
value
- the new value of the 'Format Specifier' containment reference.getFormatSpecifier()
public org.eclipse.emf.common.util.EList getTriggers()
Trigger
.
Holds the triggers for the marker line.
ComponentPackage.getMarkerLine_Triggers()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |