|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractText | |
|---|---|
| org.eclipse.graphiti.mm.algorithms | |
| org.eclipse.graphiti.mm.algorithms.impl | |
| org.eclipse.graphiti.mm.algorithms.util | |
| org.eclipse.graphiti.services | |
| Uses of AbstractText in org.eclipse.graphiti.mm.algorithms |
|---|
| Subinterfaces of AbstractText in org.eclipse.graphiti.mm.algorithms | |
|---|---|
interface |
MultiText
A representation of the model object 'Multi Text'. |
interface |
Text
A representation of the model object 'Text'. |
| Uses of AbstractText in org.eclipse.graphiti.mm.algorithms.impl |
|---|
| Classes in org.eclipse.graphiti.mm.algorithms.impl that implement AbstractText | |
|---|---|
class |
AbstractTextImpl
An implementation of the model object 'Abstract Text'. |
class |
MultiTextImpl
An implementation of the model object 'Multi Text'. |
class |
TextImpl
An implementation of the model object 'Text'. |
| Uses of AbstractText in org.eclipse.graphiti.mm.algorithms.util |
|---|
| Methods in org.eclipse.graphiti.mm.algorithms.util with parameters of type AbstractText | |
|---|---|
T |
AlgorithmsSwitch.caseAbstractText(AbstractText object)
Returns the result of interpreting the object as an instance of 'Abstract Text'. |
| Uses of AbstractText in org.eclipse.graphiti.services |
|---|
| Methods in org.eclipse.graphiti.services with parameters of type AbstractText | |
|---|---|
void |
IGaService.deleteFont(AbstractText abstractText)
Deprecated. As of release 0.8.0, replaced by IGaService.deleteFont(Font font) |
int |
IGaService.getAngle(AbstractText at,
boolean checkStyles)
Gets the angle. |
Font |
IGaService.getFont(AbstractText at,
boolean checkStyles)
Gets the font. |
Orientation |
IGaService.getHorizontalAlignment(AbstractText at,
boolean checkStyles)
Gets the horizontal alignment. |
Orientation |
IGaService.getVerticalAlignment(AbstractText at,
boolean checkStyles)
Gets the vertical alignment. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||