Uses of Interface
org.kie.workbench.common.stunner.svg.gen.translator.SVGElementTranslator
-
-
Uses of SVGElementTranslator in org.kie.workbench.common.stunner.svg.gen.codegen.impl
Methods in org.kie.workbench.common.stunner.svg.gen.codegen.impl that return SVGElementTranslator Modifier and Type Method Description static SVGElementTranslator<Element,Object>[]ViewGenerators. newDefaultTranslators() -
Uses of SVGElementTranslator in org.kie.workbench.common.stunner.svg.gen.translator
Methods in org.kie.workbench.common.stunner.svg.gen.translator that return SVGElementTranslator Modifier and Type Method Description SVGElementTranslator<Element,Object>SVGTranslatorContext. getElementTranslator(String tagName)Methods in org.kie.workbench.common.stunner.svg.gen.translator with parameters of type SVGElementTranslator Modifier and Type Method Description voidSVGTranslatorContext. setElementTranslators(SVGElementTranslator<Element,Object>[] elementTranslators) -
Uses of SVGElementTranslator in org.kie.workbench.common.stunner.svg.gen.translator.impl
Classes in org.kie.workbench.common.stunner.svg.gen.translator.impl that implement SVGElementTranslator Modifier and Type Class Description classAbstractSVGPrimitiveTranslator<E extends Element,O extends AbstractPrimitiveDefinition<?>>classAbstractSVGShapeTranslator<E extends Element,O extends AbstractShapeDefinition<?>>classSVGCircleTranslatorclassSVGGroupTranslatorclassSVGImageTranslatorclassSVGMultiPathTranslatorclassSVGRectTranslatorclassSVGUseTranslatorConstructors in org.kie.workbench.common.stunner.svg.gen.translator.impl with parameters of type SVGElementTranslator Constructor Description SVGDocumentTranslatorImpl(SVGElementTranslator<Element,Object>[] elementTranslators)
-