|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
TextStyleRegion |
IGaCreateService.createTextStyleRegion(AbstractText abstractText)
Creates a TextStyleRegion . |
TextStyleRegion |
IGaCreateService.createTextStyleRegion(AbstractText abstractText,
int start,
int end)
Creates a TextStyleRegion with the given bounds. |
int |
IGaService.getAngle(AbstractText at,
boolean checkStyles)
Deprecated. replaced by IGaService.getRotation(AbstractText, boolean) |
Font |
IGaService.getFont(AbstractText at,
boolean checkStyles)
Gets the font. |
Orientation |
IGaService.getHorizontalAlignment(AbstractText at,
boolean checkStyles)
Gets the horizontal alignment. |
double |
IGaService.getRotation(AbstractText at,
boolean checkStyles)
Gets the angle. |
Orientation |
IGaService.getVerticalAlignment(AbstractText at,
boolean checkStyles)
Gets the vertical alignment. |
Uses of AbstractText in org.eclipse.graphiti.services.impl |
---|
Methods in org.eclipse.graphiti.services.impl that return AbstractText | |
---|---|
private AbstractText |
GaServiceImpl.createPlainText(Diagram diagram,
GraphicsAlgorithmContainer gaContainer,
boolean multiText,
String value)
|
private AbstractText |
GaServiceImpl.createText(Diagram diagram,
GraphicsAlgorithmContainer gaContainer,
boolean multiText,
String value,
boolean createFont)
|
Methods in org.eclipse.graphiti.services.impl with parameters of type AbstractText | |
---|---|
TextStyleRegion |
GaServiceImpl.createTextStyleRegion(AbstractText abstractText)
|
TextStyleRegion |
GaServiceImpl.createTextStyleRegion(AbstractText abstractText,
int start,
int end)
|
void |
GaServiceImpl.deleteFont(AbstractText abstractText)
|
int |
GaServiceImpl.getAngle(AbstractText at,
boolean checkStyles)
|
Font |
GaServiceImpl.getFont(AbstractText at,
boolean checkStyles)
|
Orientation |
GaServiceImpl.getHorizontalAlignment(AbstractText at,
boolean checkStyles)
|
double |
GaServiceImpl.getRotation(AbstractText at,
boolean checkStyles)
|
Orientation |
GaServiceImpl.getVerticalAlignment(AbstractText at,
boolean checkStyles)
|
protected void |
GaServiceImpl.setDefaultTextAttributes(Diagram diagram,
AbstractText abstractText,
boolean createFont)
Sets the default attributes of newly created AbstractText
graphics algorithms (Text and MultiText ). |
Uses of AbstractText in org.eclipse.graphiti.ui.services |
---|
Methods in org.eclipse.graphiti.ui.services with parameters of type AbstractText | |
---|---|
IDimension |
IUiLayoutService.calculateTextSize(AbstractText text)
Calculates the width and height of the given text in the font of the gievn text. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |