Interface ChartReferenceBandGridItem
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,IGridItem,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ChartReferenceBandGridItemImpl
A representation of the model object 'Chart Reference Band Grid Item'.
The chart reference band 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.Returns the value of the 'Column6' attribute.Returns the value of the 'Column7' attribute.Returns the value of the 'Column8' 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.voidsetColumn6(String value) Sets the value of the 'Column6' attribute.voidsetColumn7(String value) Sets the value of the 'Column7' attribute.voidsetColumn8(String value) Sets the value of the 'Column8' 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 'begin' or 'end', 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 'border' or 'border semitransparency percent', 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:
-
getColumn6
String getColumn6()Returns the value of the 'Column6' attribute. The grid's 6st column value. Can be a string representation of 'line', depending on context.- Returns:
- the value of the 'Column6' attribute.
- See Also:
-
setColumn6
Sets the value of the 'Column6' attribute.- Parameters:
value- the new value of the 'Column6' attribute.- See Also:
-
getColumn7
String getColumn7()Returns the value of the 'Column7' attribute. The grid's 7st column value. Can be a string representation of 'display area begin' or 'display area end', depending on context.- Returns:
- the value of the 'Column7' attribute.
- See Also:
-
setColumn7
Sets the value of the 'Column7' attribute.- Parameters:
value- the new value of the 'Column7' attribute.- See Also:
-
getColumn8
String getColumn8()Returns the value of the 'Column8' attribute. The grid's 8st column value. Can be a string representation of 'position', depending on context.- Returns:
- the value of the 'Column8' attribute.
- See Also:
-
setColumn8
Sets the value of the 'Column8' attribute.- Parameters:
value- the new value of the 'Column8' attribute.- See Also:
-
getText
-