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.EObjectA representation of the model object 'Text Style'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description IColorgetColor()Returns the value of the 'Color' containment reference.intgetLength()Returns the value of the 'Length' attribute.intgetOffset()Returns the value of the 'Offset' attribute.voidsetColor(IColor value)Sets 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.
 
- 
- 
- 
Method Detail- 
getOffsetint getOffset() Returns the value of the 'Offset' attribute.- Returns:
- the value of the 'Offset' attribute.
- See Also:
- setOffset(int),- ApplicationEditorAefPackage.getTextStyle_Offset()
 
 - 
setOffsetvoid setOffset(int value) Sets the value of the 'Offset' attribute.- Parameters:
- value- the new value of the 'Offset' attribute.
- See Also:
- getOffset()
 
 - 
getLengthint getLength() Returns the value of the 'Length' attribute.- Returns:
- the value of the 'Length' attribute.
- See Also:
- setLength(int),- ApplicationEditorAefPackage.getTextStyle_Length()
 
 - 
setLengthvoid setLength(int value) Sets the value of the 'Length' attribute.- Parameters:
- value- the new value of the 'Length' attribute.
- See Also:
- getLength()
 
 - 
getColorIColor getColor() Returns the value of the 'Color' containment reference.- Returns:
- the value of the 'Color' containment reference.
- See Also:
- setColor(IColor),- ApplicationEditorAefPackage.getTextStyle_Color()
 
 - 
setColorvoid setColor(IColor value) Sets the value of the 'Color' containment reference.- Parameters:
- value- the new value of the 'Color' containment reference.
- See Also:
- getColor()
 
 
- 
 
-