Class ShapeGlyphDragHandler
- java.lang.Object
-
- org.kie.workbench.common.stunner.client.lienzo.components.glyph.ShapeGlyphDragHandler
-
@Dependent public class ShapeGlyphDragHandler extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceShapeGlyphDragHandler.Callbackstatic interfaceShapeGlyphDragHandler.Item
-
Constructor Summary
Constructors Constructor Description ShapeGlyphDragHandler(LienzoGlyphRenderers glyphLienzoGlyphRenderer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()voiddestroy()ShapeGlyphDragHandlershow(ShapeGlyphDragHandler.Item item, int x, int y, ShapeGlyphDragHandler.Callback Callback)
-
-
-
Constructor Detail
-
ShapeGlyphDragHandler
@Inject public ShapeGlyphDragHandler(LienzoGlyphRenderers glyphLienzoGlyphRenderer)
-
-
Method Detail
-
show
public ShapeGlyphDragHandler show(ShapeGlyphDragHandler.Item item, int x, int y, ShapeGlyphDragHandler.Callback Callback)
-
clear
public void clear()
-
destroy
public void destroy()
-
-