Uses of Interface
de.aristaflow.adept2.ui.processvisualisation.widgets.GraphFigureProvider
-
-
Uses of GraphFigureProvider in de.aristaflow.adept2.ui.processvisualisation
Methods in de.aristaflow.adept2.ui.processvisualisation that return GraphFigureProvider Modifier and Type Method Description GraphFigureProvider
UISettings. getGraphElements()
Returns the implementation of the graph elements which are used to visualise the process graph -
Uses of GraphFigureProvider in de.aristaflow.adept2.ui.processvisualisation.model
Classes in de.aristaflow.adept2.ui.processvisualisation.model that implement GraphFigureProvider Modifier and Type Class Description class
ModelGlue
Helper methods for managing the model and transforming it into chunks manageable by EditParts. -
Uses of GraphFigureProvider in de.aristaflow.adept2.ui.processvisualisation.widgets.bpmn
Classes in de.aristaflow.adept2.ui.processvisualisation.widgets.bpmn that implement GraphFigureProvider Modifier and Type Class Description class
BPMNSymbols
An implementation for graph elements using BPMN symbols instead of the normal AristaFlow symbols.
-