|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttwaver.network.interaction.Interaction
twaver.network.interaction.DoubleTabInteraction
public class DoubleTabInteraction
双击交互处理,包括双击进入子网,展开合并分组,以及连线捆绑的交互
Field Summary |
---|
Fields inherited from class twaver.network.interaction.Interaction |
---|
network |
Constructor Summary | |
---|---|
DoubleTabInteraction(Network network)
构造函数 |
Method Summary | |
---|---|
boolean |
onDoubleTap(TouchEvent e)
双击 |
Methods inherited from class twaver.network.interaction.Interaction |
---|
destroy, onDown, onFling, onLongPress, onMove, onScale, onScaleBegin, onScaleEnd, onScroll, onSingleTapConfirmed, onSingleTapUp, onUp, reset |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DoubleTabInteraction(Network network)
network
- 拓扑图Method Detail |
---|
public boolean onDoubleTap(TouchEvent e)
IInteraction
onDoubleTap
in interface IInteraction
onDoubleTap
in class Interaction
e
- 触摸事件
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |