public final class WiresUtils extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WiresUtils.UserData |
| Constructor and Description |
|---|
WiresUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
assertShapeGroup(com.ait.lienzo.client.core.shape.IDrawable<?> shape,
String group) |
static void |
assertShapeUUID(com.ait.lienzo.client.core.shape.IDrawable<?> shape,
String uuid) |
static Point2D |
getAbsolute(com.ait.lienzo.client.core.shape.IDrawable<?> shape) |
static Edge |
getEdge(AbstractCanvasHandler canvasHandler,
com.ait.lienzo.client.core.shape.wires.WiresConnector connector) |
static Node |
getNode(AbstractCanvasHandler canvasHandler,
com.ait.lienzo.client.core.shape.wires.WiresContainer shape) |
static Node |
getNode(AbstractCanvasHandler canvasHandler,
com.ait.lienzo.client.core.shape.wires.WiresMagnet magnet) |
static String |
getShapeGroup(com.ait.lienzo.client.core.shape.IDrawable<?> shape) |
static String |
getShapeUUID(com.ait.lienzo.client.core.shape.IDrawable<?> shape) |
static boolean |
isWiresConnector(ShapeView<?> shapeView) |
static boolean |
isWiresContainer(ShapeView<?> shapeView) |
static boolean |
isWiresLayer(com.ait.lienzo.client.core.shape.wires.WiresContainer wiresShape) |
static boolean |
isWiresShape(ShapeView<?> shapeView) |
static boolean |
isWiresShape(com.ait.lienzo.client.core.shape.wires.WiresContainer wiresShape) |
public static Point2D getAbsolute(com.ait.lienzo.client.core.shape.IDrawable<?> shape)
public static Node getNode(AbstractCanvasHandler canvasHandler, com.ait.lienzo.client.core.shape.wires.WiresContainer shape)
public static Node getNode(AbstractCanvasHandler canvasHandler, com.ait.lienzo.client.core.shape.wires.WiresMagnet magnet)
public static Edge getEdge(AbstractCanvasHandler canvasHandler, com.ait.lienzo.client.core.shape.wires.WiresConnector connector)
public static boolean isWiresShape(ShapeView<?> shapeView)
public static boolean isWiresContainer(ShapeView<?> shapeView)
public static boolean isWiresConnector(ShapeView<?> shapeView)
public static boolean isWiresShape(com.ait.lienzo.client.core.shape.wires.WiresContainer wiresShape)
public static boolean isWiresLayer(com.ait.lienzo.client.core.shape.wires.WiresContainer wiresShape)
public static void assertShapeUUID(com.ait.lienzo.client.core.shape.IDrawable<?> shape,
String uuid)
public static String getShapeUUID(com.ait.lienzo.client.core.shape.IDrawable<?> shape)
public static void assertShapeGroup(com.ait.lienzo.client.core.shape.IDrawable<?> shape,
String group)
public static String getShapeGroup(com.ait.lienzo.client.core.shape.IDrawable<?> shape)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.