org.kie.uberfire.wires.bayesian.network.client.factory
Class BaseFactory
java.lang.Object
org.kie.uberfire.wires.bayesian.network.client.factory.BaseFactory
- Direct Known Subclasses:
- BayesianFactory, ProbabilityFactory
public class BaseFactory
- extends Object
|
Method Summary |
protected com.emitrom.lienzo.client.core.shape.Rectangle |
drawComponent(String color,
int positionX,
int positionY,
int width,
int height,
String borderColor,
double radius)
|
protected com.emitrom.lienzo.client.core.shape.Text |
drawText(String description,
int fontSize,
int positionX,
int positionY)
|
protected void |
setAttributes(com.emitrom.lienzo.client.core.shape.Shape<?> shape,
String fillColor,
double x,
double y,
String borderColor)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseFactory
public BaseFactory()
setAttributes
protected void setAttributes(com.emitrom.lienzo.client.core.shape.Shape<?> shape,
String fillColor,
double x,
double y,
String borderColor)
drawComponent
protected com.emitrom.lienzo.client.core.shape.Rectangle drawComponent(String color,
int positionX,
int positionY,
int width,
int height,
String borderColor,
double radius)
drawText
protected com.emitrom.lienzo.client.core.shape.Text drawText(String description,
int fontSize,
int positionX,
int positionY)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.