Uses of Class
twaver.network.interaction.Interaction

Packages that use Interaction
twaver   
twaver.network   
twaver.network.interaction   
 

Uses of Interaction in twaver
 

Methods in twaver that return types with arguments of type Interaction
static java.util.List<Interaction> Defaults.getInteractions(java.lang.String name, Network network)
          获取交互监听器
 

Uses of Interaction in twaver.network
 

Methods in twaver.network that return types with arguments of type Interaction
 java.util.List<Interaction> Network.getCurrentInteractions()
          获取当前交互监听器
 java.util.List<Interaction> Network.getCustomInteractions()
          获取用户交互监听器
 java.util.List<Interaction> Network.getInteractions(java.lang.String name)
          获取指定交互模式的交互监听器集合
 

Methods in twaver.network with parameters of type Interaction
 void Network.addCustomInteraction(Interaction interaction)
          添加用户交互监听器 在切换交互模式后,用户交互监听器依然可以保持监听,也就是说不受当前交互模式的影响,保持可用
 void Network.removeCustomInteraction(Interaction interaction)
          删除用户交互监听器
 

Method parameters in twaver.network with type arguments of type Interaction
 void Network.registerInteractionMode(java.lang.String name, java.util.List<Interaction> interactions)
          注册一种交互模式
 

Uses of Interaction in twaver.network.interaction
 

Subclasses of Interaction in twaver.network.interaction
 class CreateLinkInteraction
          创建连线交互
 class CreateShapeInteraction
          创建多边形交互,用于创建 ShapeNode网元类型
 class DoubleTabInteraction
          双击交互处理,包括双击进入子网,展开合并分组,以及连线捆绑的交互
 class MoveInteraction
          拖动网元交互
 class MultiSelectionInteraction
          多选交互
 class PanInteraction
          平移交互
 class PointsInteraction
          路径片段编辑交互
 class RectangleSelectionInteraction
          框选交互
 class ResizeInteraction
          调整网元大小交互
 class SelectionInteraction
          点选交互
 class SingleTouchDragInteraction
          单点触摸交互监听器,用于单点拖拽,平移,框选等交互的封装
 class ZoomInteraction
          缩放交互