public class DrawLinksBehavior extends BehaviorBase
Behavior.DrawLinks
behavior.currentCursor, diagramView
Constructor and Description |
---|
DrawLinksBehavior(DiagramView diagramView)
Initializes a new instance of the DrawLinksBehavior class.
|
Modifier and Type | Method and Description |
---|---|
protected InteractionState |
startDraw(android.graphics.PointF point,
android.view.MotionEvent e) |
cancelDrag, createLink, getDiagram, getDiagramView, pointerDown, pointerMove, pointerUp, startDrawCommon
pointerOver, supportsAutoScroll
public DrawLinksBehavior(DiagramView diagramView)
diagramView
- A DiagramView instance.protected InteractionState startDraw(android.graphics.PointF point, android.view.MotionEvent e)
startDraw
in class BehaviorBase