Uses of Class
twaver.model.ShapeNode

Packages that use ShapeNode
twaver.model   
twaver.network   
 

Uses of ShapeNode in twaver.model
 

Subclasses of ShapeNode in twaver.model
 class ShapeSubnetwork
          子网多边形,继承于ShapeNode,实现了子网接口
 

Uses of ShapeNode in twaver.network
 

Methods in twaver.network that return ShapeNode
 ShapeNode Network.createShapeByInteraction(java.util.List<Point> points)
          创建多边形,创建多边形交互时会调用此方法,同时会派发创建网元交互事件InteractionEvent.ELEMENT_CREATE
 

Constructors in twaver.network with parameters of type ShapeNode
ShapeNodeUI(ShapeNode data, Network network)