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
shift
Methods inherited from interface MouseDownHandler
onMouseDown
Methods inherited from interface MouseMoveHandler
onMouseMove
Methods inherited from interface MouseOutHandler
onMouseOut
Methods inherited from interface MouseUpHandler
onMouseUp
Methods inherited from interface TouchEndHandler
onTouchEnd
Methods inherited from interface TouchMoveHandler
onTouchMove
Methods inherited from interface TouchStartHandler
onTouchStart