public class BaseFactory extends Object
Constructor and Description |
---|
BaseFactory() |
Modifier and Type | Method and Description |
---|---|
protected com.ait.lienzo.client.core.shape.Rectangle |
drawComponent(String color,
int positionX,
int positionY,
int width,
int height,
String borderColor,
double radius) |
protected com.ait.lienzo.client.core.shape.Text |
drawText(String description,
int fontSize,
int positionX,
int positionY) |
protected void |
setAttributes(com.ait.lienzo.client.core.shape.Shape<?> shape,
String fillColor,
double x,
double y,
String borderColor) |
protected void setAttributes(com.ait.lienzo.client.core.shape.Shape<?> shape, String fillColor, double x, double y, String borderColor)
protected com.ait.lienzo.client.core.shape.Rectangle drawComponent(String color, int positionX, int positionY, int width, int height, String borderColor, double radius)
protected com.ait.lienzo.client.core.shape.Text drawText(String description, int fontSize, int positionX, int positionY)
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.