|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Font in org.eclipse.graphiti.mm.algorithms |
---|
Methods in org.eclipse.graphiti.mm.algorithms that return Font | |
---|---|
Font |
AbstractText.getFont()
Returns the value of the 'Font' reference. |
Methods in org.eclipse.graphiti.mm.algorithms with parameters of type Font | |
---|---|
void |
AbstractText.setFont(Font value)
Sets the value of the ' Font ' reference. |
Uses of Font in org.eclipse.graphiti.mm.algorithms.impl |
---|
Fields in org.eclipse.graphiti.mm.algorithms.impl declared as Font | |
---|---|
protected Font |
AbstractTextImpl.font
The cached value of the ' Font ' reference. |
Methods in org.eclipse.graphiti.mm.algorithms.impl that return Font | |
---|---|
Font |
AbstractTextImpl.basicGetFont()
|
Font |
AbstractTextImpl.getFont()
|
Methods in org.eclipse.graphiti.mm.algorithms.impl with parameters of type Font | |
---|---|
void |
AbstractTextImpl.setFont(Font newFont)
|
Uses of Font in org.eclipse.graphiti.mm.algorithms.styles |
---|
Methods in org.eclipse.graphiti.mm.algorithms.styles that return Font | |
---|---|
Font |
StylesFactory.createFont()
Returns a new object of class 'Font'. |
Font |
Style.getFont()
Returns the value of the 'Font' reference. |
Methods in org.eclipse.graphiti.mm.algorithms.styles with parameters of type Font | |
---|---|
void |
Style.setFont(Font value)
Sets the value of the ' Font ' reference. |
Uses of Font in org.eclipse.graphiti.mm.algorithms.styles.impl |
---|
Classes in org.eclipse.graphiti.mm.algorithms.styles.impl that implement Font | |
---|---|
class |
FontImpl
An implementation of the model object 'Font'. |
Fields in org.eclipse.graphiti.mm.algorithms.styles.impl declared as Font | |
---|---|
protected Font |
StyleImpl.font
The cached value of the ' Font ' reference. |
Methods in org.eclipse.graphiti.mm.algorithms.styles.impl that return Font | |
---|---|
Font |
StyleImpl.basicGetFont()
|
Font |
StylesFactoryImpl.createFont()
|
Font |
StyleImpl.getFont()
|
Methods in org.eclipse.graphiti.mm.algorithms.styles.impl with parameters of type Font | |
---|---|
void |
StyleImpl.setFont(Font newFont)
|
Uses of Font in org.eclipse.graphiti.mm.algorithms.styles.util |
---|
Methods in org.eclipse.graphiti.mm.algorithms.styles.util with parameters of type Font | |
---|---|
T |
StylesSwitch.caseFont(Font object)
Returns the result of interpreting the object as an instance of 'Font'. |
Uses of Font in org.eclipse.graphiti.services |
---|
Methods in org.eclipse.graphiti.services that return Font | |
---|---|
Font |
IGaService.getFont(AbstractText at,
boolean checkStyles)
Gets the font. |
Font |
IGaService.manageFont(Diagram diagram,
String name,
int size)
Provides a font instance by either creating a new one and aggregating it to the diagram or finding it in the diagrams list of fonts. |
Font |
IGaService.manageFont(Diagram diagram,
String name,
int size,
boolean isItalic,
boolean isBold)
Provides a font instance by either creating a new one and aggregating it to the diagram or finding it in the diagrams list of fonts. |
Methods in org.eclipse.graphiti.services with parameters of type Font | |
---|---|
void |
IGaService.deleteFont(Font font)
Deletes the given font. |
Uses of Font in org.eclipse.graphiti.ui.services |
---|
Methods in org.eclipse.graphiti.ui.services with parameters of type Font | |
---|---|
IDimension |
IUiLayoutService.calculateTextSize(String text,
Font font)
Calculates the width and height of the given text in the given font. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |