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 Summary
All 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
-
isBold
boolean isBold()
Returns the value of the 'Bold' attribute.- Returns:
- the value of the 'Bold' attribute.
- See Also:
setBold(boolean),DtAefPackage.getFontViewModel_Bold()
-
setBold
void setBold(boolean value)
Sets the value of the 'Bold' attribute.- Parameters:
value- the new value of the 'Bold' attribute.- See Also:
isBold()
-
getFaceName
String getFaceName()
Returns the value of the 'Face Name' attribute.- Returns:
- the value of the 'Face Name' attribute.
- See Also:
setFaceName(String),DtAefPackage.getFontViewModel_FaceName()
-
setFaceName
void setFaceName(String value)
Sets the value of the 'Face Name' attribute.- Parameters:
value- the new value of the 'Face Name' attribute.- See Also:
getFaceName()
-
getHeight
Integer getHeight()
Returns the value of the 'Height' attribute.- Returns:
- the value of the 'Height' attribute.
- See Also:
setHeight(Integer),DtAefPackage.getFontViewModel_Height()
-
setHeight
void setHeight(Integer value)
Sets the value of the 'Height' attribute.- Parameters:
value- the new value of the 'Height' attribute.- See Also:
getHeight()
-
isItalic
boolean isItalic()
Returns the value of the 'Italic' attribute.- Returns:
- the value of the 'Italic' attribute.
- See Also:
setItalic(boolean),DtAefPackage.getFontViewModel_Italic()
-
setItalic
void setItalic(boolean value)
Sets the value of the 'Italic' attribute.- Parameters:
value- the new value of the 'Italic' attribute.- See Also:
isItalic()
-
getScale
Integer getScale()
Returns the value of the 'Scale' attribute.- Returns:
- the value of the 'Scale' attribute.
- See Also:
setScale(Integer),DtAefPackage.getFontViewModel_Scale()
-
setScale
void setScale(Integer value)
Sets the value of the 'Scale' attribute.- Parameters:
value- the new value of the 'Scale' attribute.- See Also:
getScale()
-
isStrikeout
boolean isStrikeout()
Returns the value of the 'Strikeout' attribute.- Returns:
- the value of the 'Strikeout' attribute.
- See Also:
setStrikeout(boolean),DtAefPackage.getFontViewModel_Strikeout()
-
setStrikeout
void setStrikeout(boolean value)
Sets the value of the 'Strikeout' attribute.- Parameters:
value- the new value of the 'Strikeout' attribute.- See Also:
isStrikeout()
-
isUnderline
boolean isUnderline()
Returns the value of the 'Underline' attribute.- Returns:
- the value of the 'Underline' attribute.
- See Also:
setUnderline(boolean),DtAefPackage.getFontViewModel_Underline()
-
setUnderline
void setUnderline(boolean value)
Sets the value of the 'Underline' attribute.- Parameters:
value- the new value of the 'Underline' attribute.- See Also:
isUnderline()
-
-