Search in sources :

Example 1 with Shape

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;
}
Also used : MultiPath(com.ait.lienzo.client.core.shape.MultiPath) WiresShape(com.ait.lienzo.client.core.shape.wires.WiresShape) Shape(com.ait.lienzo.client.core.shape.Shape) WiresShape(com.ait.lienzo.client.core.shape.wires.WiresShape)

Aggregations

MultiPath (com.ait.lienzo.client.core.shape.MultiPath)1 Shape (com.ait.lienzo.client.core.shape.Shape)1 WiresShape (com.ait.lienzo.client.core.shape.wires.WiresShape)1