Class ShapeStateAttributeHandler.ShapeStateAttributes
- java.lang.Object
-
- org.kie.workbench.common.stunner.core.client.shape.impl.ShapeStateAttributeHandler.ShapeStateAttributes
-
- Enclosing class:
- ShapeStateAttributeHandler<V extends org.kie.workbench.common.stunner.core.client.shape.view.ShapeView>
public static class ShapeStateAttributeHandler.ShapeStateAttributes extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ShapeStateAttributeHandler.ShapeStateAttributesconsume(BiConsumer<ShapeStateAttributeHandler.ShapeStateAttribute,Object> attribute)ShapeStateAttributeHandler.ShapeStateAttributescopy()Map<ShapeStateAttributeHandler.ShapeStateAttribute,Object>getValues()ShapeStateAttributeHandler.ShapeStateAttributesset(ShapeStateAttributeHandler.ShapeStateAttribute attribute, Object value)ShapeStateAttributeHandler.ShapeStateAttributesunset(ShapeStateAttributeHandler.ShapeStateAttribute attribute)
-
-
-
Method Detail
-
set
public ShapeStateAttributeHandler.ShapeStateAttributes set(ShapeStateAttributeHandler.ShapeStateAttribute attribute, Object value)
-
unset
public ShapeStateAttributeHandler.ShapeStateAttributes unset(ShapeStateAttributeHandler.ShapeStateAttribute attribute)
-
copy
public ShapeStateAttributeHandler.ShapeStateAttributes copy()
-
consume
public ShapeStateAttributeHandler.ShapeStateAttributes consume(BiConsumer<ShapeStateAttributeHandler.ShapeStateAttribute,Object> attribute)
-
getValues
public Map<ShapeStateAttributeHandler.ShapeStateAttribute,Object> getValues()
-
-