Uses of Class
org.kie.workbench.common.stunner.core.client.shape.impl.ShapeStateAttributeHandler.ShapeStateAttributes
-
Packages that use ShapeStateAttributeHandler.ShapeStateAttributes Package Description org.kie.workbench.common.stunner.core.client.shape.impl -
-
Uses of ShapeStateAttributeHandler.ShapeStateAttributes in org.kie.workbench.common.stunner.core.client.shape.impl
Methods in org.kie.workbench.common.stunner.core.client.shape.impl that return types with arguments of type ShapeStateAttributeHandler.ShapeStateAttributes Modifier and Type Method Description static <V extends org.kie.workbench.common.stunner.core.client.shape.view.ShapeView>
BiConsumer<V,ShapeStateAttributeHandler.ShapeStateAttributes>ShapeStateAttributeHandler. newDefaultStateApplier()Method parameters in org.kie.workbench.common.stunner.core.client.shape.impl with type arguments of type ShapeStateAttributeHandler.ShapeStateAttributes Modifier and Type Method Description ShapeStateAttributeHandler<V>ShapeStateAttributeHandler. useAttributes(Function<org.kie.workbench.common.stunner.core.client.shape.ShapeState,ShapeStateAttributeHandler.ShapeStateAttributes> stateAttributesProvider)Constructor parameters in org.kie.workbench.common.stunner.core.client.shape.impl with type arguments of type ShapeStateAttributeHandler.ShapeStateAttributes Constructor Description ShapeStateAttributeHandler(BiConsumer<V,ShapeStateAttributeHandler.ShapeStateAttributes> stateAttributesApplier)
-