use of com.ait.lienzo.client.core.shape.Shape in project kie-wb-common by kiegroup.
the class LienzoLayerUtilsTest method registerShape.
private WiresShape registerShape(final String expectedUUID) {
final Shape path = new MultiPath();
final WiresShape ws = new WiresShape((MultiPath) path);
WiresUtils.assertShapeUUID(ws.getContainer(), expectedUUID);
return ws;
}
Aggregations