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:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Face Name' attribute.Returns the value of the 'Height' attribute.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
Returns the value of the 'Strikeout' attribute.boolean
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
Sets the value of the 'Height
' attribute.void
setItalic
(boolean value) Sets the value of the 'Italic
' attribute.void
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.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
isBold
boolean isBold()Returns the value of the 'Bold' attribute.- Returns:
- the value of the 'Bold' attribute.
- See Also:
-
setBold
void setBold(boolean value) Sets the value of the 'Bold
' attribute.- Parameters:
value
- the new value of the 'Bold' attribute.- See Also:
-
getFaceName
String getFaceName()Returns the value of the 'Face Name' attribute.- Returns:
- the value of the 'Face Name' attribute.
- See Also:
-
setFaceName
Sets the value of the 'Face Name
' attribute.- Parameters:
value
- the new value of the 'Face Name' attribute.- See Also:
-
getHeight
Integer getHeight()Returns the value of the 'Height' attribute.- Returns:
- the value of the 'Height' attribute.
- See Also:
-
setHeight
Sets the value of the 'Height
' attribute.- Parameters:
value
- the new value of the 'Height' attribute.- See Also:
-
isItalic
boolean isItalic()Returns the value of the 'Italic' attribute.- Returns:
- the value of the 'Italic' attribute.
- See Also:
-
setItalic
void setItalic(boolean value) Sets the value of the 'Italic
' attribute.- Parameters:
value
- the new value of the 'Italic' attribute.- See Also:
-
getScale
Integer getScale()Returns the value of the 'Scale' attribute.- Returns:
- the value of the 'Scale' attribute.
- See Also:
-
setScale
Sets the value of the 'Scale
' attribute.- Parameters:
value
- the new value of the 'Scale' attribute.- See Also:
-
isStrikeout
boolean isStrikeout()Returns the value of the 'Strikeout' attribute.- Returns:
- the value of the 'Strikeout' attribute.
- See Also:
-
setStrikeout
void setStrikeout(boolean value) Sets the value of the 'Strikeout
' attribute.- Parameters:
value
- the new value of the 'Strikeout' attribute.- See Also:
-
isUnderline
boolean isUnderline()Returns the value of the 'Underline' attribute.- Returns:
- the value of the 'Underline' attribute.
- See Also:
-
setUnderline
void setUnderline(boolean value) Sets the value of the 'Underline
' attribute.- Parameters:
value
- the new value of the 'Underline' attribute.- See Also:
-