Interface TimeScaleLabelGridItem
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,IGridItem,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
TimeScaleLabelGridItemImpl
A representation of the model object 'Time Scale Label Grid Item'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptiongetDate()Returns the value of the 'Date' attribute.org.eclipse.swt.graphics.ImageReturns the value of the 'Formatted Text Image' attribute.org.eclipse.swt.graphics.ImagegetImage(GridColumnViewModel column) Returns the value of the 'Line Color' attribute.org.eclipse.swt.graphics.ImageReturns the value of the 'Line Color Image' attribute.getText()Returns the value of the 'Text' attribute.getText(GridColumnViewModel column) Returns the value of the 'Text Color' attribute.org.eclipse.swt.graphics.ImageReturns the value of the 'Text Color Image' attribute.voidSets the value of the 'Date' attribute.voidsetFormattedTextImage(org.eclipse.swt.graphics.Image value) Sets the value of the 'Formatted Text Image' attribute.voidsetLineColor(String value) Sets the value of the 'Line Color' attribute.voidsetLineColorImage(org.eclipse.swt.graphics.Image value) Sets the value of the 'Line Color Image' attribute.voidSets the value of the 'Text' attribute.voidsetTextColor(String value) Sets the value of the 'Text Color' attribute.voidsetTextColorImage(org.eclipse.swt.graphics.Image value) Sets the value of the 'Text Color Image' 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
-
getDate
String getDate()Returns the value of the 'Date' attribute.- Returns:
- the value of the 'Date' attribute.
- See Also:
-
setDate
Sets the value of the 'Date' attribute.- Parameters:
value- the new value of the 'Date' attribute.- See Also:
-
getText
String getText()Returns the value of the 'Text' attribute.- Returns:
- the value of the 'Text' attribute.
- See Also:
-
setText
Sets the value of the 'Text' attribute.- Parameters:
value- the new value of the 'Text' attribute.- See Also:
-
getLineColor
String getLineColor()Returns the value of the 'Line Color' attribute.- Returns:
- the value of the 'Line Color' attribute.
- See Also:
-
setLineColor
Sets the value of the 'Line Color' attribute.- Parameters:
value- the new value of the 'Line Color' attribute.- See Also:
-
getTextColor
String getTextColor()Returns the value of the 'Text Color' attribute.- Returns:
- the value of the 'Text Color' attribute.
- See Also:
-
setTextColor
Sets the value of the 'Text Color' attribute.- Parameters:
value- the new value of the 'Text Color' attribute.- See Also:
-
getLineColorImage
org.eclipse.swt.graphics.Image getLineColorImage()Returns the value of the 'Line Color Image' attribute.- Returns:
- the value of the 'Line Color Image' attribute.
- See Also:
-
setLineColorImage
void setLineColorImage(org.eclipse.swt.graphics.Image value) Sets the value of the 'Line Color Image' attribute.- Parameters:
value- the new value of the 'Line Color Image' attribute.- See Also:
-
getTextColorImage
org.eclipse.swt.graphics.Image getTextColorImage()Returns the value of the 'Text Color Image' attribute.- Returns:
- the value of the 'Text Color Image' attribute.
- See Also:
-
setTextColorImage
void setTextColorImage(org.eclipse.swt.graphics.Image value) Sets the value of the 'Text Color Image' attribute.- Parameters:
value- the new value of the 'Text Color Image' attribute.- See Also:
-
getFormattedTextImage
org.eclipse.swt.graphics.Image getFormattedTextImage()Returns the value of the 'Formatted Text Image' attribute.- Returns:
- the value of the 'Formatted Text Image' attribute.
- See Also:
-
setFormattedTextImage
void setFormattedTextImage(org.eclipse.swt.graphics.Image value) Sets the value of the 'Formatted Text Image' attribute.- Parameters:
value- the new value of the 'Formatted Text Image' attribute.- See Also:
-
getImage
-
getText
-