Class LienzoCanvasDecoratorFactory
- java.lang.Object
-
- org.kie.workbench.common.stunner.client.lienzo.canvas.LienzoCanvasDecoratorFactory
-
public class LienzoCanvasDecoratorFactory extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static BiFunction<Integer,Integer,com.ait.lienzo.client.core.shape.IPrimitive<?>>AUTHORINGstatic BiFunction<Integer,Integer,com.ait.lienzo.client.core.shape.IPrimitive<?>>PREVIEW
-
Constructor Summary
Constructors Constructor Description LienzoCanvasDecoratorFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.ait.lienzo.client.core.shape.IPrimitive<?>axis(int width, int height, double dAlpha, double dWidth, String dColor)static com.ait.lienzo.client.core.shape.Lineline(int width, int height, double dAlpha, double dWidth, String dColor)static com.ait.lienzo.client.core.shape.IPrimitive<?>rectangle(int width, int height, double dAlpha, double dWidth, String dColor)
-
-
-
Field Detail
-
AUTHORING
public static BiFunction<Integer,Integer,com.ait.lienzo.client.core.shape.IPrimitive<?>> AUTHORING
-
PREVIEW
public static BiFunction<Integer,Integer,com.ait.lienzo.client.core.shape.IPrimitive<?>> PREVIEW
-
-
Method Detail
-
axis
public static com.ait.lienzo.client.core.shape.IPrimitive<?> axis(int width, int height, double dAlpha, double dWidth, String dColor)
-
line
public static com.ait.lienzo.client.core.shape.Line line(int width, int height, double dAlpha, double dWidth, String dColor)
-
rectangle
public static com.ait.lienzo.client.core.shape.IPrimitive<?> rectangle(int width, int height, double dAlpha, double dWidth, String dColor)
-
-