use of org.osate.ge.internal.diagram.runtime.styling.StyleProvider in project osate2 by osate.
the class GefAgeDiagram method refreshDiagramStyles.
/**
* Refreshes the style of all elements in the diagram
*/
public void refreshDiagramStyles() {
// Refresh Coloring
final StyleProvider styleProvider = createStyleProvider();
calculateAndApplyStylesForChildren(diagram, styleProvider);
}
Aggregations