Interface ChartReferenceLineGridItem
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,IGridItem,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ChartReferenceLineGridItemImpl
A representation of the model object 'Chart Reference Line Grid Item'.
The chart reference line grid item
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Column1' attribute.Returns the value of the 'Column2' attribute.Returns the value of the 'Column3' attribute.Returns the value of the 'Column4' attribute.Returns the value of the 'Column5' attribute.getText(GridColumnViewModel column) voidsetColumn1(String value) Sets the value of the 'Column1' attribute.voidsetColumn2(String value) Sets the value of the 'Column2' attribute.voidsetColumn3(String value) Sets the value of the 'Column3' attribute.voidsetColumn4(String value) Sets the value of the 'Column4' attribute.voidsetColumn5(String value) Sets the value of the 'Column5' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getColumn1
String getColumn1()Returns the value of the 'Column1' attribute. The grid's 1st column value. Can be a string representation of 'value', depending on context.- Returns:
- the value of the 'Column1' attribute.
- See Also:
-
setColumn1
Sets the value of the 'Column1' attribute.- Parameters:
value- the new value of the 'Column1' attribute.- See Also:
-
getColumn2
String getColumn2()Returns the value of the 'Column2' attribute. The grid's 2st column value. Can be a string representation of 'label text' or 'tooltip', depending on context.- Returns:
- the value of the 'Column2' attribute.
- See Also:
-
setColumn2
Sets the value of the 'Column2' attribute.- Parameters:
value- the new value of the 'Column2' attribute.- See Also:
-
getColumn3
String getColumn3()Returns the value of the 'Column3' attribute. The grid's 3rd column value. Can be a string representation of 'label area', depending on context.- Returns:
- the value of the 'Column3' attribute.
- See Also:
-
setColumn3
Sets the value of the 'Column3' attribute.- Parameters:
value- the new value of the 'Column3' attribute.- See Also:
-
getColumn4
String getColumn4()Returns the value of the 'Column4' attribute. The grid's 4st column value. Can be a string representation of 'color' or 'semitransparency percent', depending on context.- Returns:
- the value of the 'Column4' attribute.
- See Also:
-
setColumn4
Sets the value of the 'Column4' attribute.- Parameters:
value- the new value of the 'Column4' attribute.- See Also:
-
getColumn5
String getColumn5()Returns the value of the 'Column5' attribute. The grid's 5st column value. Can be a string representation of 'line' or 'position', depending on context.- Returns:
- the value of the 'Column5' attribute.
- See Also:
-
setColumn5
Sets the value of the 'Column5' attribute.- Parameters:
value- the new value of the 'Column5' attribute.- See Also:
-
getText
-