Interface ShapeGlyphDragHandler.Callback
-
- Enclosing class:
- ShapeGlyphDragHandler
public static interface ShapeGlyphDragHandler.Callback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonComplete(int x, int y)voidonMove(int x, int y)voidonStart(int x, int y)
-