Package org.evoludo.graphics
Interface AbstractGraph.Shifting
- All Superinterfaces:
AbstractGraph.Shifter,EventHandler,MouseDownHandler,MouseMoveHandler,MouseOutHandler,MouseUpHandler,TouchEndHandler,TouchMoveHandler,TouchStartHandler
- All Known Implementing Classes:
LineGraph,ParaGraph,PopGraph2D,S3Graph
- Enclosing class:
AbstractGraph<B>
public static interface AbstractGraph.Shifting
extends AbstractGraph.Shifter, MouseOutHandler, MouseDownHandler, MouseUpHandler, MouseMoveHandler, TouchStartHandler, TouchEndHandler, TouchMoveHandler
Graphs that support shifting should implement this interface. Basic shifting
capabilities are handled by
AbstractGraph.-
Method Summary
Methods inherited from interface AbstractGraph.Shifter
shiftMethods inherited from interface MouseDownHandler
onMouseDownMethods inherited from interface MouseMoveHandler
onMouseMoveMethods inherited from interface MouseOutHandler
onMouseOutMethods inherited from interface MouseUpHandler
onMouseUpMethods inherited from interface TouchEndHandler
onTouchEndMethods inherited from interface TouchMoveHandler
onTouchMoveMethods inherited from interface TouchStartHandler
onTouchStart