Uses of Class
org.kie.workbench.common.stunner.svg.gen.model.StyleSheetDefinition
-
-
Uses of StyleSheetDefinition in org.kie.workbench.common.stunner.svg.gen.codegen.impl
Methods in org.kie.workbench.common.stunner.svg.gen.codegen.impl with parameters of type StyleSheetDefinition Modifier and Type Method Description static StringSVGShapeTextCodeBuilder. generate(String viewInstanceName, String viewId, StyleSheetDefinition styleSheetDefinition) -
Uses of StyleSheetDefinition in org.kie.workbench.common.stunner.svg.gen.model
Methods in org.kie.workbench.common.stunner.svg.gen.model that return StyleSheetDefinition Modifier and Type Method Description StyleSheetDefinitionStyleSheetDefinition. addStyle(String name, StyleDefinition styleDefinition)StyleSheetDefinitionViewFactory. getStyleSheetDefinition() -
Uses of StyleSheetDefinition in org.kie.workbench.common.stunner.svg.gen.model.impl
Methods in org.kie.workbench.common.stunner.svg.gen.model.impl that return StyleSheetDefinition Modifier and Type Method Description StyleSheetDefinitionViewDefinitionImpl. getGlobalStyleSheetDefinition()StyleSheetDefinitionViewFactoryImpl. getStyleSheetDefinition()Methods in org.kie.workbench.common.stunner.svg.gen.model.impl with parameters of type StyleSheetDefinition Modifier and Type Method Description voidViewFactoryImpl. setStyleSheetDefinition(StyleSheetDefinition styleSheetDefinition)Constructors in org.kie.workbench.common.stunner.svg.gen.model.impl with parameters of type StyleSheetDefinition Constructor Description ViewDefinitionImpl(String id, double x, double y, double width, double height, StyleSheetDefinition globalStyleSheetDefinition, ViewDefinition.ViewBoxDefinition viewBox, ShapeDefinition main, PrimitiveDefinition... children) -
Uses of StyleSheetDefinition in org.kie.workbench.common.stunner.svg.gen.translator
Methods in org.kie.workbench.common.stunner.svg.gen.translator that return types with arguments of type StyleSheetDefinition Modifier and Type Method Description Optional<StyleSheetDefinition>SVGTranslatorContext. getGlobalStyleSheet()Constructors in org.kie.workbench.common.stunner.svg.gen.translator with parameters of type StyleSheetDefinition Constructor Description SVGTranslatorContext(Document root, String path, StyleSheetDefinition cssStyleSheet) -
Uses of StyleSheetDefinition in org.kie.workbench.common.stunner.svg.gen.translator.css
Methods in org.kie.workbench.common.stunner.svg.gen.translator.css that return StyleSheetDefinition Modifier and Type Method Description static StyleSheetDefinitionSVGStyleTranslator. parseStyleSheetDefinition(String cssPath, InputStream cssStream)Methods in org.kie.workbench.common.stunner.svg.gen.translator.css with parameters of type StyleSheetDefinition Modifier and Type Method Description static StyleDefinitionSVGStyleTranslator. parseStyleDefinition(Element element, String svgId, StyleSheetDefinition styleSheetDefinition)
-