|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Text in org.eclipse.graphiti.mm.algorithms |
---|
Methods in org.eclipse.graphiti.mm.algorithms that return Text | |
---|---|
Text |
AlgorithmsFactory.createText()
Returns a new object of class 'Text'. |
Uses of Text in org.eclipse.graphiti.mm.algorithms.impl |
---|
Classes in org.eclipse.graphiti.mm.algorithms.impl that implement Text | |
---|---|
class |
TextImpl
An implementation of the model object 'Text'. |
Methods in org.eclipse.graphiti.mm.algorithms.impl that return Text | |
---|---|
Text |
AlgorithmsFactoryImpl.createText()
|
Uses of Text in org.eclipse.graphiti.mm.algorithms.util |
---|
Methods in org.eclipse.graphiti.mm.algorithms.util with parameters of type Text | |
---|---|
T |
AlgorithmsSwitch.caseText(Text object)
Returns the result of interpreting the object as an instance of 'Text'. |
Uses of Text in org.eclipse.graphiti.services |
---|
Methods in org.eclipse.graphiti.services that return Text | |
---|---|
Text |
IGaCreateService.createDefaultText(Diagram diagram,
GraphicsAlgorithmContainer gaContainer)
Creates a Text graphics algorithm with the default font (Arial,
size 8). |
Text |
IGaCreateService.createDefaultText(Diagram diagram,
GraphicsAlgorithmContainer gaContainer,
java.lang.String value)
Creates a Text graphics algorithm with the default font (Arial,
size 8) and the given text. |
Text |
IGaCreateService.createPlainText(GraphicsAlgorithmContainer gaContainer)
Creates a plain Text graphics algorithm with empty text. |
Text |
IGaCreateService.createPlainText(GraphicsAlgorithmContainer gaContainer,
java.lang.String value)
Creates a plain Text graphics algorithm with the given text. |
Text |
IGaCreateService.createText(Diagram diagram,
GraphicsAlgorithmContainer gaContainer,
java.lang.String value,
java.lang.String fontName,
int fontSize)
Creates a Text graphics algorithm with the given text and font. |
Text |
IGaCreateService.createText(Diagram diagram,
GraphicsAlgorithmContainer gaContainer,
java.lang.String value,
java.lang.String fontName,
int fontSize,
boolean isFontItalic,
boolean isFontBold)
Creates a Text graphics algorithm with the given text and font. |
Text |
IGaCreateService.createText(GraphicsAlgorithmContainer gaContainer)
Creates a Text graphics algorithm with empty text. |
Text |
IGaCreateService.createText(GraphicsAlgorithmContainer gaContainer,
java.lang.String value)
Creates a Text graphics algorithm with the given text. |
Uses of Text in org.eclipse.graphiti.services.impl |
---|
Methods in org.eclipse.graphiti.services.impl that return Text | |
---|---|
Text |
GaServiceImpl.createDefaultText(Diagram diagram,
GraphicsAlgorithmContainer gaContainer)
|
Text |
GaServiceImpl.createDefaultText(Diagram diagram,
GraphicsAlgorithmContainer gaContainer,
java.lang.String value)
|
Text |
GaServiceImpl.createPlainText(GraphicsAlgorithmContainer gaContainer)
|
Text |
GaServiceImpl.createPlainText(GraphicsAlgorithmContainer gaContainer,
java.lang.String value)
|
Text |
GaServiceImpl.createText(Diagram diagram,
GraphicsAlgorithmContainer gaContainer,
java.lang.String value,
java.lang.String fontName,
int fontSize)
|
Text |
GaServiceImpl.createText(Diagram diagram,
GraphicsAlgorithmContainer gaContainer,
java.lang.String value,
java.lang.String fontName,
int fontSize,
boolean isFontItalic,
boolean isFontBold)
|
Text |
GaServiceImpl.createText(GraphicsAlgorithmContainer gaContainer)
|
Text |
GaServiceImpl.createText(GraphicsAlgorithmContainer gaContainer,
java.lang.String value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |