|
||||||||||
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.ZoomInteraction
public class ZoomInteraction
缩放交互
Field Summary |
---|
Fields inherited from class twaver.network.interaction.Interaction |
---|
network |
Constructor Summary | |
---|---|
ZoomInteraction(Network network)
构造函数,缩放交互 |
Method Summary | |
---|---|
boolean |
onScale(ScaleGestureDetector detector)
缩放事件 |
boolean |
onScaleBegin(ScaleGestureDetector detector)
缩放事件开始 |
Methods inherited from class twaver.network.interaction.Interaction |
---|
destroy, onDoubleTap, onDown, onFling, onLongPress, onMove, 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 ZoomInteraction(Network network)
network
- 拓扑图Method Detail |
---|
public boolean onScaleBegin(ScaleGestureDetector detector)
IInteraction
onScaleBegin
in interface IInteraction
onScaleBegin
in class Interaction
detector
- 缩放处理器
public boolean onScale(ScaleGestureDetector detector)
IInteraction
onScale
in interface IInteraction
onScale
in class Interaction
detector
- 缩放处理器
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |