Interface TextStyle
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
TextStyleImpl
public interface TextStyle
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Text Style'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptiongetColor()
Returns the value of the 'Color' containment reference.int
Returns the value of the 'Length' attribute.int
Returns the value of the 'Offset' attribute.void
Sets the value of the 'Color
' containment reference.void
setLength
(int value) Sets the value of the 'Length
' attribute.void
setOffset
(int value) Sets the value of the 'Offset
' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getOffset
int getOffset()Returns the value of the 'Offset' attribute.- Returns:
- the value of the 'Offset' attribute.
- See Also:
-
setOffset
void setOffset(int value) Sets the value of the 'Offset
' attribute.- Parameters:
value
- the new value of the 'Offset' attribute.- See Also:
-
getLength
int getLength()Returns the value of the 'Length' attribute.- Returns:
- the value of the 'Length' attribute.
- See Also:
-
setLength
void setLength(int value) Sets the value of the 'Length
' attribute.- Parameters:
value
- the new value of the 'Length' attribute.- See Also:
-
getColor
IColor getColor()Returns the value of the 'Color' containment reference.- Returns:
- the value of the 'Color' containment reference.
- See Also:
-
setColor
Sets the value of the 'Color
' containment reference.- Parameters:
value
- the new value of the 'Color' containment reference.- See Also:
-