Uses of Class
org.kie.workbench.common.stunner.svg.gen.model.ShapeDefinition.ShapeStateDefinition
-
Packages that use ShapeDefinition.ShapeStateDefinition Package Description org.kie.workbench.common.stunner.svg.gen.model org.kie.workbench.common.stunner.svg.gen.model.impl -
-
Uses of ShapeDefinition.ShapeStateDefinition in org.kie.workbench.common.stunner.svg.gen.model
Methods in org.kie.workbench.common.stunner.svg.gen.model that return ShapeDefinition.ShapeStateDefinition Modifier and Type Method Description static ShapeDefinition.ShapeStateDefinitionShapeDefinition.ShapeStateDefinition. valueOf(String name)Returns the enum constant of this type with the specified name.static ShapeDefinition.ShapeStateDefinition[]ShapeDefinition.ShapeStateDefinition. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kie.workbench.common.stunner.svg.gen.model that return types with arguments of type ShapeDefinition.ShapeStateDefinition Modifier and Type Method Description Optional<ShapeDefinition.ShapeStateDefinition>ShapeDefinition. getStateDefinition() -
Uses of ShapeDefinition.ShapeStateDefinition in org.kie.workbench.common.stunner.svg.gen.model.impl
Methods in org.kie.workbench.common.stunner.svg.gen.model.impl that return types with arguments of type ShapeDefinition.ShapeStateDefinition Modifier and Type Method Description Optional<ShapeDefinition.ShapeStateDefinition>AbstractShapeDefinition. getStateDefinition()Method parameters in org.kie.workbench.common.stunner.svg.gen.model.impl with type arguments of type ShapeDefinition.ShapeStateDefinition Modifier and Type Method Description voidAbstractShapeDefinition. setStateDefinition(Optional<ShapeDefinition.ShapeStateDefinition> stateDefinition)
-