Package org.eclipse.graphiti.services
Class Graphiti
java.lang.Object
org.eclipse.graphiti.services.Graphiti
This class is the main access point to all public Graphiti services. These
services can be used to work on your pictogram model. E.g. there are services
for creation, layout and query.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ICreateService
static IGaCreateService
static IGaLayoutService
static IGaService
static ILayoutService
static ILinkService
static IMigrationService
static IPeCreateService
static IPeLayoutService
static IPeService
-
Constructor Details
-
Graphiti
public Graphiti()
-
-
Method Details
-
getGaCreateService
- Returns:
- the creation service for GraphicsAlgoritm's
-
getGaLayoutService
- Returns:
- the layout service for GraphicsAlgoritm's
-
getGaService
- Returns:
- the full service for GraphicsAlgoritm's
-
getPeCreateService
- Returns:
- the creation service for PictogramElement's
-
getPeLayoutService
- Returns:
- the layout services for PictogramElement's
-
getPeService
- Returns:
- the full service for PictogramElement's
-
getLayoutService
- Returns:
- the layout service for PictogramElement's and GraphicsAlgorithm's
-
getCreateService
- Returns:
- the creation service for PictogramElement's and GraphicsAlgorithm's
-
getLinkService
- Returns:
- the link service (for links between PictogramElement's and BusinessObject's)
-
getMigrationService
- Returns:
- the migration service
- Since:
- 0.8.0
-