Uses of Interface
org.kie.workbench.common.stunner.svg.gen.model.StyleDefinition
-
-
Uses of StyleDefinition in org.kie.workbench.common.stunner.svg.gen.model
Methods in org.kie.workbench.common.stunner.svg.gen.model that return StyleDefinition Modifier and Type Method Description StyleDefinitionStyleDefinition. add(StyleDefinition other)StyleDefinitionStyleDefinition. copy()StyleDefinitionStyleSheetDefinition. getStyle(String name)StyleDefinitionStyleSheetDefinition. getStyle(List<String> names)StyleDefinitionShapeDefinition. getStyleDefinition()Methods in org.kie.workbench.common.stunner.svg.gen.model with parameters of type StyleDefinition Modifier and Type Method Description StyleDefinitionStyleDefinition. add(StyleDefinition other)StyleSheetDefinitionStyleSheetDefinition. addStyle(String name, StyleDefinition styleDefinition) -
Uses of StyleDefinition in org.kie.workbench.common.stunner.svg.gen.model.impl
Classes in org.kie.workbench.common.stunner.svg.gen.model.impl that implement StyleDefinition Modifier and Type Class Description classStyleDefinitionImplMethods in org.kie.workbench.common.stunner.svg.gen.model.impl that return StyleDefinition Modifier and Type Method Description StyleDefinitionStyleDefinitionImpl. add(StyleDefinition other)StyleDefinitionStyleDefinitionImpl. copy()StyleDefinitionAbstractShapeDefinition. getStyleDefinition()Methods in org.kie.workbench.common.stunner.svg.gen.model.impl with parameters of type StyleDefinition Modifier and Type Method Description StyleDefinitionStyleDefinitionImpl. add(StyleDefinition other)voidAbstractShapeDefinition. setStyleDefinition(StyleDefinition styleDefinition) -
Uses of StyleDefinition in org.kie.workbench.common.stunner.svg.gen.translator.css
Methods in org.kie.workbench.common.stunner.svg.gen.translator.css that return StyleDefinition Modifier and Type Method Description static StyleDefinitionSVGStyleTranslator. parseStyleDefinition(Element element, String svgId, StyleSheetDefinition styleSheetDefinition) -
Uses of StyleDefinition in org.kie.workbench.common.stunner.svg.gen.translator.impl
Methods in org.kie.workbench.common.stunner.svg.gen.translator.impl that return StyleDefinition Modifier and Type Method Description protected StyleDefinitionAbstractSVGPrimitiveTranslator. translateStyles(E element, O def, SVGTranslatorContext context)protected StyleDefinitionAbstractSVGShapeTranslator. translateStyles(E element, O def, SVGTranslatorContext context)
-