Class ViewAttributesHandler.Builder<W,V extends org.kie.workbench.common.stunner.core.client.shape.view.ShapeView>
- java.lang.Object
-
- org.kie.workbench.common.stunner.core.client.shape.view.handler.ViewAttributesHandler.Builder<W,V>
-
- Enclosing class:
- ViewAttributesHandler<W,V extends org.kie.workbench.common.stunner.core.client.shape.view.ShapeView>
public static class ViewAttributesHandler.Builder<W,V extends org.kie.workbench.common.stunner.core.client.shape.view.ShapeView> extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ViewAttributesHandler.Builder<W,V>alpha(Function<W,Double> alphaProvider)ViewAttributesHandler<W,V>build()ViewAttributesHandler.Builder<W,V>fillAlpha(Function<W,Double> provider)ViewAttributesHandler.Builder<W,V>fillColor(Function<W,String> provider)ViewAttributesHandler.Builder<W,V>strokeAlpha(Function<W,Double> provider)ViewAttributesHandler.Builder<W,V>strokeColor(Function<W,String> provider)ViewAttributesHandler.Builder<W,V>strokeWidth(Function<W,Double> provider)
-
-
-
Method Detail
-
build
public ViewAttributesHandler<W,V> build()
-
-