Uses of Interface
twaver.core.model.IStyle

Packages that use IStyle
twaver.core.model   
twaver.model   
 

Uses of IStyle in twaver.core.model
 

Subinterfaces of IStyle in twaver.core.model
 interface IElement
          网元接口,twaver内部使用
 interface IGroup
          分组接口,twaver内部使用
 interface IHost
          宿主接口,twaver内部使用
 interface INode
          节点接口,twaver内部使用
 

Uses of IStyle in twaver.model
 

Subinterfaces of IStyle in twaver.model
 interface ISubnetwork
          子网接口,拓扑图中可以双击进入某个子网,显示该子网内的网元信息
 

Classes in twaver.model that implement IStyle
 class Group
          分组类型,继承于Node类型,可以展开合并,合并状态时与普通节点呈现一致,展开状态时,分组内的孩子节点可见
 class LinkSubnetwork
          连线子网,外观与连线一致,具备子网功能
 class ShapeSubnetwork
          子网多边形,继承于ShapeNode,实现了子网接口
 class Subnetwork
          子网节点,继承于Node,实现了子网接口