Uses of Class
org.kie.workbench.common.stunner.svg.gen.translator.SVGTranslatorContext
-
Packages that use SVGTranslatorContext Package Description org.kie.workbench.common.stunner.svg.gen.translator org.kie.workbench.common.stunner.svg.gen.translator.impl -
-
Uses of SVGTranslatorContext in org.kie.workbench.common.stunner.svg.gen.translator
Methods in org.kie.workbench.common.stunner.svg.gen.translator with parameters of type SVGTranslatorContext Modifier and Type Method Description ViewDefinition<org.kie.workbench.common.stunner.svg.client.shape.view.SVGShapeView>SVGDocumentTranslator. translate(SVGTranslatorContext context)OSVGElementTranslator. translate(E input, SVGTranslatorContext context)Process the given input and generates the SVG view definition instance for it. -
Uses of SVGTranslatorContext in org.kie.workbench.common.stunner.svg.gen.translator.impl
Methods in org.kie.workbench.common.stunner.svg.gen.translator.impl with parameters of type SVGTranslatorContext Modifier and Type Method Description protected abstract OAbstractSVGPrimitiveTranslator. doTranslate(E pathElement, SVGTranslatorContext context)CircleDefinitionSVGCircleTranslator. doTranslate(Element rectElement, SVGTranslatorContext context)protected GroupDefinitionSVGGroupTranslator. doTranslate(Element element, SVGTranslatorContext context)ImageDefinitionSVGImageTranslator. doTranslate(Element rectElement, SVGTranslatorContext context)MultiPathDefinitionSVGMultiPathTranslator. doTranslate(Element pathElement, SVGTranslatorContext context)RectDefinitionSVGRectTranslator. doTranslate(Element rectElement, SVGTranslatorContext context)OAbstractSVGPrimitiveTranslator. translate(E element, SVGTranslatorContext context)ViewDefinition<org.kie.workbench.common.stunner.svg.client.shape.view.SVGShapeView>SVGDocumentTranslatorImpl. translate(SVGTranslatorContext context)ViewRefDefinitionSVGUseTranslator. translate(Element element, SVGTranslatorContext context)protected voidAbstractSVGPrimitiveTranslator. translatePosition(E element, O def, SVGTranslatorContext context)protected voidSVGMultiPathTranslator. translatePosition(Element element, MultiPathDefinition def, SVGTranslatorContext context)protected voidAbstractSVGPrimitiveTranslator. translatePrimitiveDefinition(E element, O def, SVGTranslatorContext context)protected voidAbstractSVGShapeTranslator. translatePrimitiveDefinition(E element, O def, SVGTranslatorContext context)protected StyleDefinitionAbstractSVGPrimitiveTranslator. translateStyles(E element, O def, SVGTranslatorContext context)protected StyleDefinitionAbstractSVGShapeTranslator. translateStyles(E element, O def, SVGTranslatorContext context)
-