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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IColor
getColor()
Returns the value of the 'Color' containment reference.int
getLength()
Returns the value of the 'Length' attribute.int
getOffset()
Returns the value of the 'Offset' attribute.void
setColor(IColor value)
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.
-
-
-
Method Detail
-
getOffset
int getOffset()
Returns the value of the 'Offset' attribute.- Returns:
- the value of the 'Offset' attribute.
- See Also:
setOffset(int)
,ApplicationEditorAefPackage.getTextStyle_Offset()
-
setOffset
void setOffset(int value)
Sets the value of the 'Offset
' attribute.- Parameters:
value
- the new value of the 'Offset' attribute.- See Also:
getOffset()
-
getLength
int getLength()
Returns the value of the 'Length' attribute.- Returns:
- the value of the 'Length' attribute.
- See Also:
setLength(int)
,ApplicationEditorAefPackage.getTextStyle_Length()
-
setLength
void setLength(int value)
Sets the value of the 'Length
' attribute.- Parameters:
value
- the new value of the 'Length' attribute.- See Also:
getLength()
-
getColor
IColor getColor()
Returns the value of the 'Color' containment reference.- Returns:
- the value of the 'Color' containment reference.
- See Also:
setColor(IColor)
,ApplicationEditorAefPackage.getTextStyle_Color()
-
setColor
void setColor(IColor value)
Sets the value of the 'Color
' containment reference.- Parameters:
value
- the new value of the 'Color' containment reference.- See Also:
getColor()
-
-