Uses of Class
cz.cuni.pogamut.shed.widget.ArrowWidget

Packages that use ArrowWidget
cz.cuni.pogamut.shed.widget   
 

Uses of ArrowWidget in cz.cuni.pogamut.shed.widget
 

Methods in cz.cuni.pogamut.shed.widget that return types with arguments of type ArrowWidget
 Set<ArrowWidget> ShedScene.findArrows(org.netbeans.api.visual.anchor.Anchor sourceAnchor, org.netbeans.api.visual.anchor.Anchor targetAnchor)
          Find all arrows in the connectionLayer that have specified sourceAnchor and targetAnchor.
 Set<ArrowWidget> ShedCreationContainer.getArrows()
           
 

Methods in cz.cuni.pogamut.shed.widget with parameters of type ArrowWidget
 void ShedCreationContainer.addArrow(ArrowWidget arrow)
           
 

Method parameters in cz.cuni.pogamut.shed.widget with type arguments of type ArrowWidget
 void ShedScene.addArrows(Set<ArrowWidget> arrows)
           
 void ShedScene.removeArrows(Set<ArrowWidget> arrowsToRemove)
          Remove all @arrowsToRemove from the connection layer.
 



Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.