|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Font
A representation of the model object ' Font'.
The following features are supported:
StylesPackage.getFont()| Method Summary | |
|---|---|
String |
getName()
Returns the value of the 'Name' attribute. |
int |
getSize()
Returns the value of the 'Size' attribute. |
boolean |
isBold()
Returns the value of the 'Bold' attribute. |
boolean |
isItalic()
Returns the value of the 'Italic' attribute. |
void |
setBold(boolean value)
Deprecated. use the manageFont methods in class IGaService instead to create a Font with the desired properties, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=355347 for details |
void |
setItalic(boolean value)
Deprecated. use the manageFont methods in class IGaService instead to create a Font with the desired properties, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=355347 for details |
void |
setName(String value)
Deprecated. use the manageFont methods in class IGaService instead to create a Font with the desired properties, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=355347 for details |
void |
setSize(int value)
Deprecated. use the manageFont methods in class IGaService instead to create a Font with the desired properties, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=355347 for details |
| Method Detail |
|---|
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
StylesPackage.getFont_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()int getSize()
If the meaning of the 'Size' attribute isn't clear, there really should be more of a description here...
setSize(int),
StylesPackage.getFont_Size()void setSize(int value)
Size' attribute.
value - the new value of the 'Size' attribute.getSize()boolean isItalic()
If the meaning of the 'Italic' attribute isn't clear, there really should be more of a description here...
setItalic(boolean),
StylesPackage.getFont_Italic()void setItalic(boolean value)
Italic' attribute.
value - the new value of the 'Italic' attribute.isItalic()boolean isBold()
If the meaning of the 'Bold' attribute isn't clear, there really should be more of a description here...
setBold(boolean),
StylesPackage.getFont_Bold()void setBold(boolean value)
Bold' attribute.
value - the new value of the 'Bold' attribute.isBold()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||