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.EObject
A 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 String
getFaceName()
Returns the value of the 'Face Name' attribute.Integer
getHeight()
Returns the value of the 'Height' attribute.Integer
getScale()
Returns the value of the 'Scale' attribute.boolean
isBold()
Returns the value of the 'Bold' attribute.boolean
isItalic()
Returns the value of the 'Italic' attribute.boolean
isStrikeout()
Returns the value of the 'Strikeout' attribute.boolean
isUnderline()
Returns the value of the 'Underline' attribute.void
setBold(boolean value)
Sets the value of the 'Bold
' attribute.void
setFaceName(String value)
Sets the value of the 'Face Name
' attribute.void
setHeight(Integer value)
Sets the value of the 'Height
' attribute.void
setItalic(boolean value)
Sets the value of the 'Italic
' attribute.void
setScale(Integer value)
Sets the value of the 'Scale
' attribute.void
setStrikeout(boolean value)
Sets the value of the 'Strikeout
' attribute.void
setUnderline(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()
-
-