Uses of Interface
org.kie.workbench.common.stunner.svg.gen.model.ViewRefDefinition
-
-
Uses of ViewRefDefinition in org.kie.workbench.common.stunner.svg.gen.model
Methods in org.kie.workbench.common.stunner.svg.gen.model that return types with arguments of type ViewRefDefinition Modifier and Type Method Description List<ViewRefDefinition>ViewDefinition. getSVGViewRefs() -
Uses of ViewRefDefinition in org.kie.workbench.common.stunner.svg.gen.model.impl
Classes in org.kie.workbench.common.stunner.svg.gen.model.impl that implement ViewRefDefinition Modifier and Type Class Description classViewRefDefinitionImplMethods in org.kie.workbench.common.stunner.svg.gen.model.impl that return types with arguments of type ViewRefDefinition Modifier and Type Method Description List<ViewRefDefinition>ViewDefinitionImpl. getSVGViewRefs() -
Uses of ViewRefDefinition 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 ViewRefDefinition Modifier and Type Method Description Set<ViewRefDefinition>SVGTranslatorContext. getViewRefDefinitions()Methods in org.kie.workbench.common.stunner.svg.gen.translator with parameters of type ViewRefDefinition Modifier and Type Method Description voidSVGTranslatorContext. addSVGViewRef(ViewRefDefinition viewRef) -
Uses of ViewRefDefinition in org.kie.workbench.common.stunner.svg.gen.translator.impl
Methods in org.kie.workbench.common.stunner.svg.gen.translator.impl that return ViewRefDefinition Modifier and Type Method Description ViewRefDefinitionSVGUseTranslator. translate(Element element, SVGTranslatorContext context)
-