Uses of Class
org.kie.workbench.common.stunner.svg.gen.model.LayoutDefinition
-
-
Uses of LayoutDefinition 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 LayoutDefinition Modifier and Type Method Description static StringSVGPrimitiveGeneratorUtils. formatLayout(LayoutDefinition layoutDefinition) -
Uses of LayoutDefinition in org.kie.workbench.common.stunner.svg.gen.model
Methods in org.kie.workbench.common.stunner.svg.gen.model that return LayoutDefinition Modifier and Type Method Description LayoutDefinitionPrimitiveDefinition. getLayoutDefinition()static LayoutDefinitionLayoutDefinition. valueOf(String name)Returns the enum constant of this type with the specified name.static LayoutDefinition[]LayoutDefinition. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of LayoutDefinition in org.kie.workbench.common.stunner.svg.gen.model.impl
Methods in org.kie.workbench.common.stunner.svg.gen.model.impl that return LayoutDefinition Modifier and Type Method Description LayoutDefinitionAbstractPrimitiveDefinition. getLayoutDefinition()LayoutDefinitionViewDefinitionImpl. getLayoutDefinition()Methods in org.kie.workbench.common.stunner.svg.gen.model.impl with parameters of type LayoutDefinition Modifier and Type Method Description voidAbstractPrimitiveDefinition. setLayoutDefinition(LayoutDefinition layoutDefinition) -
Uses of LayoutDefinition in org.kie.workbench.common.stunner.svg.gen.translator.impl
Methods in org.kie.workbench.common.stunner.svg.gen.translator.impl that return LayoutDefinition Modifier and Type Method Description protected LayoutDefinitionAbstractSVGPrimitiveTranslator. translateLayout(E element, O def)
-