Class LienzoLayerUtils
- java.lang.Object
-
- org.kie.workbench.common.stunner.client.lienzo.util.LienzoLayerUtils
-
public class LienzoLayerUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description LienzoLayerUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.ait.lienzo.client.widget.panel.BoundscomputeBounds(LienzoLayer layer)static StringgetUUID_At(LienzoLayer lienzoLayer, double x, double y)static StringlayerToDataURL(LienzoLayer lienzoLayer, com.ait.lienzo.shared.core.types.DataURLType dataURLType, int x, int y, int width, int height, String bgColor)
-
-
-
Method Detail
-
layerToDataURL
public static String layerToDataURL(LienzoLayer lienzoLayer, com.ait.lienzo.shared.core.types.DataURLType dataURLType, int x, int y, int width, int height, String bgColor)
-
computeBounds
public static com.ait.lienzo.client.widget.panel.Bounds computeBounds(LienzoLayer layer)
-
getUUID_At
public static String getUUID_At(LienzoLayer lienzoLayer, double x, double y)
-
-