Interface LienzoPanel
-
- All Superinterfaces:
org.kie.workbench.common.stunner.core.client.canvas.CanvasPanel,com.google.gwt.user.client.ui.IsWidget
public interface LienzoPanel extends org.kie.workbench.common.stunner.core.client.canvas.CanvasPanel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LienzoPanelfocus()com.ait.lienzo.client.widget.panel.LienzoBoundsPanelgetView()voidsetBackgroundLayer(com.ait.lienzo.client.core.shape.Layer layer)LienzoPanelsetPixelSize(int wide, int high)LienzoPanelshow(LienzoLayer layer)LienzoPanelshow(LienzoLayer layer, int width, int height)
-
-
-
Method Detail
-
show
LienzoPanel show(LienzoLayer layer)
-
show
LienzoPanel show(LienzoLayer layer, int width, int height)
-
setPixelSize
LienzoPanel setPixelSize(int wide, int high)
-
focus
LienzoPanel focus()
-
setBackgroundLayer
void setBackgroundLayer(com.ait.lienzo.client.core.shape.Layer layer)
-
getView
com.ait.lienzo.client.widget.panel.LienzoBoundsPanel getView()
-
-