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.intReturns the value of the 'Length' attribute.intReturns the value of the 'Offset' attribute.voidSets the value of the 'Color' containment reference.voidsetLength(int value) Sets the value of the 'Length' attribute.voidsetOffset(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, eUnsetMethods 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:
-