Search in sources :

Example 1 with StyleProvider

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);
}
Also used : StyleProvider(org.osate.ge.internal.diagram.runtime.styling.StyleProvider)

Aggregations

StyleProvider (org.osate.ge.internal.diagram.runtime.styling.StyleProvider)1