public class LienzoCanvasDecoratorFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
static BiFunction<Integer,Integer,com.ait.lienzo.client.core.shape.IPrimitive<?>> |
AUTHORING |
static BiFunction<Integer,Integer,com.ait.lienzo.client.core.shape.IPrimitive<?>> |
PREVIEW |
| Constructor and Description |
|---|
LienzoCanvasDecoratorFactory() |
| Modifier and Type | Method and 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.Line |
line(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) |
public static BiFunction<Integer,Integer,com.ait.lienzo.client.core.shape.IPrimitive<?>> AUTHORING
public static BiFunction<Integer,Integer,com.ait.lienzo.client.core.shape.IPrimitive<?>> PREVIEW
public static com.ait.lienzo.client.core.shape.IPrimitive<?> axis(int width,
int height,
double dAlpha,
double dWidth,
String dColor)
public static com.ait.lienzo.client.core.shape.Line line(int width,
int height,
double dAlpha,
double dWidth,
String dColor)
public static com.ait.lienzo.client.core.shape.IPrimitive<?> rectangle(int width,
int height,
double dAlpha,
double dWidth,
String dColor)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.