public interface IMigrationService
Modifier and Type | Method and Description |
---|---|
void |
migrate070To080(Diagram diagram)
Moves fonts which, in 0.7.0, were aggregated by AbstractText and Style to
the diagram which aggregates fonts centrally as of 0.8.0.
|
void |
migrate080To090(Diagram d)
Sets all filled attributes of abstract text instances to false.
|
boolean |
shouldMigrate070To080(Diagram diagram)
Checks if fonts are set on graphical elements while not being managed by
the diagram.
|
boolean |
shouldMigrate080To090(Diagram d)
Checks if a version number is present.
|
void migrate070To080(Diagram diagram)
diagram
- the diagram to be migrated#shouldMigrate070To080(Diagram)}
boolean shouldMigrate070To080(Diagram diagram)
diagram
- the diagram under consideration#migrate070To080(Diagram)}
void migrate080To090(Diagram d)
d
- the diagram to be migratedorg.eclipse.graphiti.ui.internal.editor.DiagramEditorInternal#migrateDiagramModelIfNecessary()
boolean shouldMigrate080To090(Diagram d)
d
- the diagram under considerationorg.eclipse.graphiti.ui.internal.editor.DiagramEditorInternal#migrateDiagramModelIfNecessary()