Class BaseFactory
- java.lang.Object
-
- org.uberfire.ext.wires.bayesian.network.client.factory.BaseFactory
-
- Direct Known Subclasses:
BayesianFactory,ProbabilityFactory
public class BaseFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description BaseFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.ait.lienzo.client.core.shape.RectangledrawComponent(String color, int positionX, int positionY, int width, int height, String borderColor, double radius)protected com.ait.lienzo.client.core.shape.TextdrawText(String description, int fontSize, int positionX, int positionY)protected voidsetAttributes(com.ait.lienzo.client.core.shape.Shape<?> shape, String fillColor, double x, double y, String borderColor)
-
-
-
Method Detail
-
setAttributes
protected void setAttributes(com.ait.lienzo.client.core.shape.Shape<?> shape, String fillColor, double x, double y, String borderColor)
-
drawComponent
protected com.ait.lienzo.client.core.shape.Rectangle drawComponent(String color, int positionX, int positionY, int width, int height, String borderColor, double radius)
-
drawText
protected com.ait.lienzo.client.core.shape.Text drawText(String description, int fontSize, int positionX, int positionY)
-
-