Class ShapeStateAttributesFactory
- java.lang.Object
-
- org.kie.workbench.common.stunner.core.client.shape.impl.ShapeStateAttributesFactory
-
public class ShapeStateAttributesFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description ShapeStateAttributesFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ShapeStateAttributeHandler.ShapeStateAttributesbuildFillAttributes(org.kie.workbench.common.stunner.core.client.shape.ShapeState state)static ShapeStateAttributeHandler.ShapeStateAttributesbuildStrokeAttributes(org.kie.workbench.common.stunner.core.client.shape.ShapeState state)
-
-
-
Method Detail
-
buildStrokeAttributes
public static ShapeStateAttributeHandler.ShapeStateAttributes buildStrokeAttributes(org.kie.workbench.common.stunner.core.client.shape.ShapeState state)
-
buildFillAttributes
public static ShapeStateAttributeHandler.ShapeStateAttributes buildFillAttributes(org.kie.workbench.common.stunner.core.client.shape.ShapeState state)
-
-