Interface FontViewModel
- 
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- FontViewModelImpl
 
 public interface FontViewModel extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Font View Model'.The following features are supported: - See Also:
- DtAefPackage.getFontViewModel()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFaceName()Returns the value of the 'Face Name' attribute.IntegergetHeight()Returns the value of the 'Height' attribute.IntegergetScale()Returns the value of the 'Scale' attribute.booleanisBold()Returns the value of the 'Bold' attribute.booleanisItalic()Returns the value of the 'Italic' attribute.booleanisStrikeout()Returns the value of the 'Strikeout' attribute.booleanisUnderline()Returns the value of the 'Underline' attribute.voidsetBold(boolean value)Sets the value of the 'Bold' attribute.voidsetFaceName(String value)Sets the value of the 'Face Name' attribute.voidsetHeight(Integer value)Sets the value of the 'Height' attribute.voidsetItalic(boolean value)Sets the value of the 'Italic' attribute.voidsetScale(Integer value)Sets the value of the 'Scale' attribute.voidsetStrikeout(boolean value)Sets the value of the 'Strikeout' attribute.voidsetUnderline(boolean value)Sets the value of the 'Underline' attribute.
 
- 
- 
- 
Method Detail- 
isBoldboolean isBold() Returns the value of the 'Bold' attribute.- Returns:
- the value of the 'Bold' attribute.
- See Also:
- setBold(boolean),- DtAefPackage.getFontViewModel_Bold()
 
 - 
setBoldvoid setBold(boolean value) Sets the value of the 'Bold' attribute.- Parameters:
- value- the new value of the 'Bold' attribute.
- See Also:
- isBold()
 
 - 
getFaceNameString getFaceName() Returns the value of the 'Face Name' attribute.- Returns:
- the value of the 'Face Name' attribute.
- See Also:
- setFaceName(String),- DtAefPackage.getFontViewModel_FaceName()
 
 - 
setFaceNamevoid setFaceName(String value) Sets the value of the 'Face Name' attribute.- Parameters:
- value- the new value of the 'Face Name' attribute.
- See Also:
- getFaceName()
 
 - 
getHeightInteger getHeight() Returns the value of the 'Height' attribute.- Returns:
- the value of the 'Height' attribute.
- See Also:
- setHeight(Integer),- DtAefPackage.getFontViewModel_Height()
 
 - 
setHeightvoid setHeight(Integer value) Sets the value of the 'Height' attribute.- Parameters:
- value- the new value of the 'Height' attribute.
- See Also:
- getHeight()
 
 - 
isItalicboolean isItalic() Returns the value of the 'Italic' attribute.- Returns:
- the value of the 'Italic' attribute.
- See Also:
- setItalic(boolean),- DtAefPackage.getFontViewModel_Italic()
 
 - 
setItalicvoid setItalic(boolean value) Sets the value of the 'Italic' attribute.- Parameters:
- value- the new value of the 'Italic' attribute.
- See Also:
- isItalic()
 
 - 
getScaleInteger getScale() Returns the value of the 'Scale' attribute.- Returns:
- the value of the 'Scale' attribute.
- See Also:
- setScale(Integer),- DtAefPackage.getFontViewModel_Scale()
 
 - 
setScalevoid setScale(Integer value) Sets the value of the 'Scale' attribute.- Parameters:
- value- the new value of the 'Scale' attribute.
- See Also:
- getScale()
 
 - 
isStrikeoutboolean isStrikeout() Returns the value of the 'Strikeout' attribute.- Returns:
- the value of the 'Strikeout' attribute.
- See Also:
- setStrikeout(boolean),- DtAefPackage.getFontViewModel_Strikeout()
 
 - 
setStrikeoutvoid setStrikeout(boolean value) Sets the value of the 'Strikeout' attribute.- Parameters:
- value- the new value of the 'Strikeout' attribute.
- See Also:
- isStrikeout()
 
 - 
isUnderlineboolean isUnderline() Returns the value of the 'Underline' attribute.- Returns:
- the value of the 'Underline' attribute.
- See Also:
- setUnderline(boolean),- DtAefPackage.getFontViewModel_Underline()
 
 - 
setUnderlinevoid setUnderline(boolean value) Sets the value of the 'Underline' attribute.- Parameters:
- value- the new value of the 'Underline' attribute.
- See Also:
- isUnderline()
 
 
- 
 
-