Uses of Class
jpicedt.graphic.model.PicNodeConnection
-
Packages that use PicNodeConnection Package Description jpicedt.graphic.model Document structure and graphic primitives.jpicedt.graphic.view Document appearance.jpicedt.test Test classes. -
-
Uses of PicNodeConnection in jpicedt.graphic.model
Methods in jpicedt.graphic.model with parameters of type PicNodeConnection Modifier and Type Method Description voidDefaultLeafElement. addConnection(PicNodeConnection edge)voidDefaultLeafElement. removeConnection(PicNodeConnection edge)Constructors in jpicedt.graphic.model with parameters of type PicNodeConnection Constructor Description PicNodeConnection(PicNodeConnection src) -
Uses of PicNodeConnection in jpicedt.graphic.view
Constructors in jpicedt.graphic.view with parameters of type PicNodeConnection Constructor Description PicNodeConnectionView(PicNodeConnection edge)construct a new View for the given node connection -
Uses of PicNodeConnection in jpicedt.test
Fields in jpicedt.test declared as PicNodeConnection Modifier and Type Field Description PicNodeConnectionTestBoard. conPicNodeConnectionTestCanvas. con
-